View Full Version : remove admin/mod links
how do i remove the admincp and modcp links
at the bottom of my forum? (for security)
this way they have to know the url to get in.
S@NL - BlackBik
01-25-2006, 10:36 AM
Those links are only displayed for usergroups that have rights to do mod of admin stuff. Guests and Registred users don't see those links.
I don't see a security issue in that?
But if you also want them removed for your Moderators and Administrator, my guess is that you'll have to edit the Forumhome template.
But if you also want them removed for your Moderators and Administrator, my guess is that you'll have to edit the Forumhome template.
Yes where in the template? and what to edit?
S@NL - BlackBik
01-25-2006, 07:24 PM
In fact, I just found out it's in the footer template.
Remove this code:
<if condition="$show['admincplink']"><a href="$admincpdir/index.php$session[sessionurl_q]">$vbphrase[admin]</a> -</if>
and
<if condition="$show['modcplink']"><a href="$modcpdir/index.php$session[sessionurl_q]">$vbphrase[mod]</a> -</if>
And the links are gone for everyone, even admins ;)
In fact, I just found out it's in the footer template.
Remove this code:
<if condition="$show['admincplink']"><a href="$admincpdir/index.php$session[sessionurl_q]">$vbphrase[admin]</a> -</if>
and
<if condition="$show['modcplink']"><a href="$modcpdir/index.php$session[sessionurl_q]">$vbphrase[mod]</a> -</if>
And the links are gone for everyone, even admins ;)
thanks that is what i was looking for :)
patrixon78
09-27-2011, 05:24 PM
Those links are only displayed for usergroups that have rights to do mod of admin stuff. Guests and Registred users don't see those links.
I don't see a security issue in that?
I will not agree with that :) If you use 'Inspect Element' option in any kind of browser you'll be able to see those links :)
:p
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.