MyBB Community Forums
[For 1.8] Ticketsystem v1.1.2 - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Plugins (https://community.mybb.com/forum-73.html)
+---- Forum: Plugin Releases (https://community.mybb.com/forum-102.html)
+---- Thread: [For 1.8] Ticketsystem v1.1.2 (/thread-160169.html)

Pages: 1 2 3 4 5 6


RE: Ticketsystem v1.1.2 - Eska - 2016-05-03

(2016-04-08, 07:37 PM)Pete T Wrote: no settings shown when added this in 1.8.7

after
$plugins->add_hook("global_start", "tickets_lang");

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


and remove:

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


If You added one, because You just duplicated it probably (this was existing in my file from github, i was just missing only $plugins->add_hook), check Your file for that.


RE: Ticketsystem v1.1.2 - firstboy000 - 2016-05-07

(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');
}

i test it, and that your solution, but not work, the settings was added but names not load.
i change my panel language to en to show en language but have no setting again( with uninstall, delete and install again)
i test on mybb 1.8.7 and 1.8.4


RE: Ticketsystem v1.1.2 - Eska - 2016-05-07

(2016-05-07, 07:37 AM)firstboy000 Wrote:
(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');
}

i test it, and that your solution, but not work, the settings was added but names not load.
i change my panel language to en to show en language but have no setting again( with uninstall, delete and install again)
i test on mybb 1.8.7 and 1.8.4

Read post i posted before Yours.


RE: Ticketsystem v1.1.2 - firstboy000 - 2016-05-09

(2016-05-07, 07:49 AM)Eska Wrote: Read post i posted before Yours.

yes i do that and say it:
Quote:and that your solution
, but i have problem:
Quote:the settings was added but names not load
(names means: language variables that cause create a link for click on that and use that plugin settings.)

my english is bad sorry, please check problem and help us, tnQ


RE: Ticketsystem v1.1.2 - Jones H - 2016-05-09

Yeah, the solution for this issue is adding
$plugins->add_hook('admin_config_settings_begin', 'tickets_lang');
in a new line after
$plugins->add_hook("global_start", "tickets_lang"); 
Apparently I forgot that hook, don't know why I haven't noticed it. I'll try to bring a patch release on the way sometime this week.


RE: Ticketsystem v1.1.2 - oz1982 - 2016-07-23

Hi there I have downloaded this plugin but have no idea exactly where to upload it to. could anyone point me to a guide, sorry just have very little experience.
Many thanks


RE: Ticketsystem v1.1.2 - leroymcqy - 2016-09-19

anyone know that the settings are not popular named?

when you install this on the latest version, it will not have a title or anything of that for the fields. you have to go modify settings > edit the 2 that you see with nothing filled out. enter something.

for title of the option group i put: tickets

for the field that you change i put: usergroups.


RE: Ticketsystem v1.1.2 - DarkCode - 2016-12-15

Where i can go read that ticket ?


RE: Ticketsystem v1.1.2 - Drainder - 2017-10-23

where can I see the new tickets in the admin cp?


RE: Ticketsystem v1.1.2 - canadacommunity - 2017-10-25

It would be nice that the author update this great plugin.