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!
|