I have the shoutbox working perfectly but I think I did something to my admincp.index file because I cannot see my shoutbox in the admincp. Also, when I follow the directions and try to find :
// ***
if (can_administer('canadminthreads'))
{
$printhr = true;
construct_nav_option($vbphrase['subscription_manager'], 'subscriptions.php?do=modify', '|');
construct_nav_option($vbphrase['add_new_subscription'], 'subscriptions.php?do=add');
construct_nav_group($vbphrase['subscriptions'], '<hr />');
}
it's not there------
What is the deal with this file???? Can anyone help me with this???
|