I actually had the same problem because this mod had me add text to the controlpanel/index.php file in the same spot that vbarcade did. which resulted in this text
Quote:
$printhr = true ;
construct_nav_option ( 'vBChat Options', 'admin_vbchat.php', '<br />' ) ;
construct_nav_option ( 'vBChat Room Control', 'admin_vbchat.php?do=room', '<br />' ) ;
construct_nav_option ( 'vBChat Prune Options', 'admin_vbchat.php?do=prune', '<br />' ) ;
construct_nav_group ( 'vBChat Control', '<hr />' );
$printhr = false;
|
being one line too low. I moved it up one line above the <quote>$printhr = true ;</quote> that was already there and it worked.
Quote:
Originally Posted by corriewf
Wonder if I did something wrong or not, but is there supposed to be an option for vbchat in the admin control panel cause I have to actually type in the address to the file to access it?
|