PDA

View Full Version : A tiny inconvenience...


Drowning Inside
02-02-2003, 03:08 AM
I've tried to search for it, but I've had no success. I was wondering if it would be possible if there was a pop-up, or something (like a link) that could be placed on the forums home page, viewable only to admin and people with permission, that would take them to the admin control panel.... i don't know, i just find it an inconvenience, having to go to the URL window and type in the URL for the admin cp... and i know there are "favorite places" and stuff...but even that, you have to go up and find it -- maybe you have a bunch of other favorites that are more important, so you have to search for it...or maybe you're just lazy (like me haha0...if this has already been done/requested, i havent seen it, so sorry in advance if that's the case...if not, then... reply :D

mr e
02-02-2003, 04:24 AM
search for it, i know this has already been released...

Drowning Inside
02-02-2003, 04:39 AM
i've been searching forever lol.........i'm continuing to do so, though..

Erwin
02-02-2003, 08:28 AM
It's there... try searching the Hacks Database...

EvilLS1
02-03-2003, 04:24 AM
I didn't have any luck when searching for it either, but its real easy. I did this on my forum the day after I installed it.

Just put this in the parsed header:
(change the "yoursite.com" to your domain)

if ($bbuserinfo[usergroupid]==6) {
$ACP = "<a href=\"http://www.yoursite.com/forums/admin/index.php\">Administration Panel</a><br>";
} else {
$ACP = "";
}


And then put $ACP in the footer where you want the link to be.