MyBB Community Forums

Full Version: Adding a new tab in Admin Control Panel?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've googled this and I couldn't really find anything about it, I've seen screenshots of other plugins that have successfully added a new tab next to Tools and Maintenance in the Admin Control Panel, but I'm not sure how to go about it myself.

Assistance would be appreciated!
You have to hook your admin plugin functions into:

admin_tools_menu

admin_tools_action_handler

admin_tools_permissions
(2017-02-20, 08:28 PM)SvePu Wrote: [ -> ]You have to hook your admin plugin functions into:

admin_tools_menu

admin_tools_action_handler

admin_tools_permissions

Thank you very much!
Make a new module.
(2017-02-20, 11:11 PM)dragonexpert Wrote: [ -> ]This should be of some help: https://github.com/dragonexpert/tutorial....html#L206

Hi, I read this help, tanks