(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.