View Full Version : Admin Links: Only For Admins
TWTCommish
14 Feb 2001, 17:15
Is there a simple hack that will only display your typical admin links for people logged in as Admins/Moderators? I'm referring to the ones at the bottom of each forum, thread, calendar event, user profiles, etc.
Thanks. :)
Oh, also: can I take the simple "Rate This Thread" code and place it anywhere in the showthread template using 2.0?
1) Not at this time... Stay Tuned to this channel though.
2) Yes.
I just set this up on my test board:
In forumdisplay.php, find this:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
ABOVE it, insert this:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Then move the Admin Options into a new template called forumdisplay_adminoptions
And in showthread.php:
Find this:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
ABOVE it, insert this:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
And make a showthread_adminoptions template.
I haven't done it for Users etc but it shouldn't be hard to implement :)
Okay, thanks Wayne - I'll keep checking in. :)
vBulletin® v3.6.12, Copyright ©2000-2012, Jelsoft Enterprises Ltd.