PDA

View Full Version : Add AdminCP link to home page IF you are logged in as an admin


Zejari
02-19-2002, 03:08 PM
I swear I saw this hack here and can't find it again.. anyone know? :?:

Gimp
02-23-2002, 08:43 AM
go to the template settings in admin cp and in the phpcode text write this:

if ($bbuserinfo[usergroupid]==6) { //should be the id of the adminusergroup

$admincplink="<a href=http://path/to/adminpanel>admincp</a>";

}


in footer add this $admincplink where ever u want

hope this helps

slideboxer
02-23-2002, 05:07 PM
I was looking for this, too. Thanks. OKay, where exactly do I put the code?

Zejari
02-24-2002, 06:45 PM
Thanks. =D

Making modifications now.. !

Zejari
02-24-2002, 07:04 PM
Exactly what I was looking for. THANKS!!