View Full Version : Creating Admin CP options.
SGT.Viper
03-28-2011, 11:25 PM
I am new to moding VBulletin's. I have knowable in PHP and administration of VBulletin's. With that sead I am wighting a mod that is not for the noob at all. this mod is going to require an admin panel like that of downloadsII. can any one point me in the right direction to creating one? I already have the options just not the side bar menu.
Yellow Slider
03-29-2011, 12:13 AM
In order to create a new nav group, create a new file called cpnav_product_id.xml:
<navgroups product="product_id">
<navgroup text="Group Title" displayorder="10">
<navoption displayorder="10">
<text>First Option</text>
<link>example.php</link>
</navoption>
<navoption displayorder="20">
<text>Second Option</text>
<link>example.php</link>
</navoption>
</navgroup>
</navgroups>
Then upload it to includes/xml.
SGT.Viper
03-29-2011, 12:50 AM
Thanks, I am going to give it a shot, and will let you know the results.
--------------- Added 1301369850 at 1301369850 ---------------
I just got it coded and I would like to say. Thanks one more time and that this is something that was a missing link to my project. Now I will be coding for a while and thanks to you... When I get done I plan to release a lite version of it to vbulletin.org and give credit to you for your help, as well as all of you that have helped us all.... Would that be ok?
Yellow Slider
03-29-2011, 12:07 PM
Thanks, I am going to give it a shot, and will let you know the results.
--------------- Added 29 Mar 2011 at 05:37 ---------------
I just got it coded and I would like to say. Thanks one more time and that this is something that was a missing link to my project. Now I will be coding for a while and thanks to you... When I get done I plan to release a lite version of it to vbulletin.org and give credit to you for your help, as well as all of you that have helped us all.... Would that be ok?
You're welcome.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.