Quote:
Originally Posted by rluna559
Also I'm having a problem of my own. The settings to edit banners does not show in the control panel. I only see the settings that you would see under banneradmin.php?do=settings .
If I want to edit my banners I have to manually enter the url to banneradmin.php?do=manage
Seems like the cpnav_bannersystem.xml file isn't working correctly for me. Anyone know how to fix this? I can't get around the problem with entering the urls myself but I rather be able to do it in the admin control panel.
|
Adding this codebit somewhere in includes/xml/cpnav_vbulletin.xml file:
Code:
<navgroup text="Banner System" hr="true" displayorder="35">
<navoption displayorder="10">
<text>Banner Settings</text>
<link>banneradmin.php?do=settings</link>
</navoption>
<navoption displayorder="20">
<text>Banner Manager</text>
<link>banneradmin.php?do=manage</link>
</navoption>
<navoption displayorder="30">
<text>Banner Stats</text>
<link>banneradmin.php?do=stats</link>
</navoption>
</navgroup>