MyBB Community Forums

Full Version: Add new tab/menu in ACP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do i hook a new tab or menu in ACP.. possiibly with a template based on ACP theme... I've made a custom plugin where the custom profile fields goes thru a lookup table first to check if data exists... Now i need a tab in ACP where I can insert data so I don't need to access phpmyadmin whenever i need new info... Can someone guide me... thanks!
You are free to check my code in some of my plugins:
https://github.com/Sama34/OUGC-Pages/blo...es.php#L36

There I use all necessary hooks to add your page in the ACP.