The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Solved. Please delete.
First off. I am trying to add a custom option into the ModCP. I am able to get the category, but not the option. This is what I have.
if (can_moderate) { construct_nav_group($vbphrase['servercontrol']); construct_nav_spacer(); } $canrestart = false; if (can_moderate) { $canrestart = true; construct_nav_option($vbphrase['server_restart'], 'restart.php'); } Two. I removed all pruning from my forum, but I cannot figure out how to remove the prune button from the ACP. Any ideas? Thank you! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|