The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Add new menu to modcp?
Hey,
Can someone tell me how to add a new menu to the modcp? Like Announcements > Post New Announement, Forum Manager. I've got showing in the admincp by creating an xml file.. but it doesn't show in the modcp. Thanks --------------- Added [DATE]1253650710[/DATE] at [TIME]1253650710[/TIME] --------------- Got it! Add a new plugin at mod_index_navigation with: Code:
if ($canmoderate) { construct_nav_option($vbphrase['OPTION_1'], 'your_script.php?do=option1'); construct_nav_option($vbphrase['OPTION_2'], 'your_script.php?do=option2'); construct_nav_group($vbphrase['GROUP_NAME']); construct_nav_spacer(); } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|