MyBB Community Forums

Full Version: Modify ACP Navigation Menu?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm looking to edit the navigation menu in ACP where the Home, Configuration etc. links are.
How do I do that? As in for example the Users & Groups link I want it to redirect directly to Find users link.
My forum is: http://www.nextgamer.ro/forum/
you can trace the logic used for those navigation links in the index.php file of the admin folder

required redirect conditions may be added before this
admin_redirect("index.php".$query_string);