The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
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.
|
#2
|
|||
|
|||
![]()
In order to create a new nav group, create a new file called cpnav_product_id.xml:
Code:
<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> |
#3
|
|||
|
|||
![]()
Thanks, I am going to give it a shot, and will let you know the results.
--------------- Added [DATE]1301369850[/DATE] at [TIME]1301369850[/TIME] --------------- 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? |
#4
|
|||
|
|||
![]() Quote:
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|