Log in

View Full Version : order of admincp left hand navigation menus?


DannyITR
06-28-2007, 01:20 AM
Hello,

I have a vbsponsors hack that has positioned its navigation bar at the top of the admincp navigation (above vBulletin Options). I have checked the plugin code and php file code and cannot seem to find where is specifies the order of the menu bar in the admincp. Other hacks like vB Advanced are lower down where they should be and I want to move this one.

Any ideas where I need to be looking?

Kungfu
06-28-2007, 01:48 AM
try looking in the includes\xml\cpnav_productname.xml

displayorder="10"

youll see that, change it to something higher.

DannyITR
06-28-2007, 01:53 AM
Thanks it worked!