MyBB Community Forums

Full Version: How to load these two option groups in the ACP?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
That are the plugin settings option codes "groupselect" and "forumselect".
=> http://docs.mybb.com/1.8/development/plu...n-settings
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')');