How to load these two option groups in the ACP?
#1
How to load these two option groups in the ACP?

And then to call the array from the front end?

http://i.imgur.com/cUk8fu3.jpg
Reply
#2
That are the plugin settings option codes "groupselect" and "forumselect".
=> http://docs.mybb.com/1.8/development/plu...n-settings
Reply
#3
thanks can you skip a variable?
// With values
$plugins->add_hook('index_start', 'do_something', 5, 'anotherfile.php');


i have seen people use
// With values
$plugins->add_hook('index_start', array('do_something', 'lang_load')');
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)