View Single Post
  #5  
Old 09-02-2009, 08:49 AM
Fireballchad Fireballchad is offline
Member
 
Join Date: Aug 2009
Posts: 49
Credits: 11,686
Fireballchad
Default RE: FAQ - LOOK HERE FIRST or risk being ignored!

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
Reply With Quote