Quote:
Originally posted by FireFly
Place this code in global.php:
Code:
if ($bbuserinfo['usergroupid']==6) {
$cplink='<a href="admin/index.php">Administrator Control Panel</a>';
} elseif ($bbuserinfo['usergroupid']==5 or $bbuserinfo['usergroupid']==7) {
$cplink='<a href="mod/index.php">Moderator Control Panel</a>';
} else {
$cplink='';
}
right after this:
Code:
$logincode=makelogincode();
(EOF)
Now use $cplink in any of your templates (even footer/header), it will be available on all pages.
|
Did u do that?
Dang.... Firefly u beat me to it