For the admin link this is how I got it to work
Put this above $sidebar =
PHP Code:
$group = getgroup();
$cancp = cancp($group);
if($cancp == "yes"){
$admin = "<a href='/admin.php'><b>Admin Panel</b></a><br>";
}
else{
$admin = "";
}
$sidebar = "<b><u>".$loggedinname."'s Links:</u></b><br><br>
Then Under $sidebar =
PHP Code:
$sidebar = "<b><u>".$loggedinname."'s Links:</u></b><br><br>
".$admin."
I was confused at first why it wasn't working but then I saw I wasn't adding the link.
*** just saw
Quote:
Originally Posted by seapyramid
Please DO NOT post in this thread until it is officially opened! Doing so will earn you a warning!
|
But that was in feb, and I felt this would be helpful :P