The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
|||
|
|||
![]()
To put a menu on the left in the adminCP, look at the files in the includes/xml directory. If you create an xml file starting with "cpnav_" and put it in that directory, you can create your own menu. For the right side, you will need to create your own script. Probably the easiest thing to do would be to look at the existing scripts in the admincp directory and see how they work.
An easier way is to add your options to the existing options page by putting the site in debug mode. When you do that, extra controls will appear that will allow you to add sections and options (Add Option link at the top of each section). When you do that you choose a Varname, and then in your plugin code you can use $vbulleton->options['varname'] to get your value. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|