• [MOD] Support Ticket System 5 0 5 1
Currently:  

Author Topic: [MOD] Support Ticket System  (Read 96659 times)

0 Members and 1 Guest are viewing this topic.

Offline MrAndrew

  • Sr. Member
  • ****
  • Posts: 302
    • View Profile
    • Aviation PhotoBase
Re: [MOD] Support Ticket System
« Reply #60 on: November 02, 2012, 04:12:32 PM »
Please, tell me how to add additional fields? Thx!

Offline alexxa

  • Newbie
  • *
  • Posts: 12
    • View Profile
Re: [MOD] Support Ticket System
« Reply #61 on: January 11, 2013, 02:42:25 PM »
Hi, great mod it works just fine. I have one question:
Where can I change the code to allow pdf upload not only jpg.

Thanks

Offline SolidSnake0308

  • Newbie
  • *
  • Posts: 21
    • View Profile
Re: [MOD] Support Ticket System
« Reply #62 on: September 01, 2013, 06:26:34 PM »
Fatal error: Call to undefined function get_dropdown_options() in /www/htdocs/.../admin/support.php on line 174
AFTER CLICK in Admin Panel

Fatal error: Call to undefined function get_dropdown_options() in /www/htdocs/.../support.php on line 187
AFTER Click Start New Ticket


PLEASE HELP

Offline senloel

  • Full Member
  • ***
  • Posts: 196
    • View Profile
Re: [MOD] Support Ticket System
« Reply #63 on: September 01, 2013, 09:24:45 PM »
Fatal error: Call to undefined function get_dropdown_options() in /www/htdocs/.../admin/support.php on line 174
AFTER CLICK in Admin Panel

Fatal error: Call to undefined function get_dropdown_options() in /www/htdocs/.../support.php on line 187
AFTER Click Start New Ticket


PLEASE HELP

http://www.4homepages.de/forum/index.php?topic=7112.0

installed this MOD?

Offline SolidSnake0308

  • Newbie
  • *
  • Posts: 21
    • View Profile
Re: [MOD] Support Ticket System
« Reply #64 on: September 01, 2013, 10:52:35 PM »
Fatal error: Call to undefined function get_dropdown_options() in /www/htdocs/.../admin/support.php on line 174
AFTER CLICK in Admin Panel

Fatal error: Call to undefined function get_dropdown_options() in /www/htdocs/.../support.php on line 187
AFTER Click Start New Ticket


PLEASE HELP

http://www.4homepages.de/forum/index.php?topic=7112.0

installed this MOD?


No, till now.

Thanks, it works.

Offline mac420

  • Pre-Newbie
  • Posts: 1
    • View Profile
Re: [MOD] Support Ticket System
« Reply #65 on: June 25, 2014, 08:37:49 AM »
Hello.

When a user open a ticket, I look this opened date: 01/01/70 01:00 it's possibile fix this bug?



Open: includes/functions.php

Find:
Code: [Select]
  $user_info_id = "";
  $current_time = "";

Replace:
Code: [Select]
  $user_info_id = "";
  $current_time = time();


_mac