Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[For 1.8] Ticketsystem v1.1.2
#41
Nope, PHP 5.2 isn't supported anymore and you should really contact your host about upgrading.
Support PMs will be ignored!
Reply
#42
Version 1.1.2 has been released which fixes issues with JonesCore 1.0.3
Support PMs will be ignored!
Reply
#43
Hi, this is one of the great plugin.
How do I fix the code with the following issue?
[Image: 44YeZGF.jpg]

The settings of Ticketsystem v1.1.2 on ACP hasn't showed up.....so I could not manage my Ticketsystem plugin on ACP.
I am using MyBB 1.8.5 and the version of PHP I'm running under is 5.3.3.
Thanks in advance.
Reply
#44
Go to "inc/plugins/tickets.php" and add to the bottom:

$plugins->add_hook('admin_config_settings_begin', 'tickets_lang');

function tickets_lang()
{
    global $lang;
    $lang->load('tickets');
}
Support PMs will be ignored!
Reply
#45
(2015-06-20, 09:15 AM)Jones H Wrote: Go to "inc/plugins/tickets.php" and add to the bottom:

$plugins->add_hook('admin_config_settings_begin', 'tickets_lang');

function tickets_lang()
{
    global $lang;
    $lang->load('tickets');
}

Thank you. It works Smile
Reply
#46
Is there a way to get the report button to open a ticket with the report?
Reply
#47
This is a very well developed plugin, however I do wish I were able to delete tickets instead of just closing them. Is there any plans to add this feature?
Reply
#48
Not yet but should be pretty easy to add. Not sure when I find time though.
Support PMs will be ignored!
Reply
#49
(2015-08-15, 02:42 PM)Jones H Wrote: Not yet but should be pretty easy to add. Not sure when I find time though.

Fatal error: Cannot redeclare tickets_lang() (previously declared in C:\xampp\htdocs\inc\plugins\tickets.php:69) in C:\xampp\htdocs\inc\plugins\tickets.php on line 78

@@ .... i have add code with bottom but ... error

(2015-08-15, 02:42 PM)Jones H Wrote: Not yet but should be pretty easy to add. Not sure when I find time though.

oh sorry it work :Toungue... tks bro
Reply
#50
no settings shown when added this in 1.8.7
Reply


Forum Jump:


Users browsing this thread: 18 Guest(s)