PDA

View Full Version : Remove links Admin / Mod


pathum
05-06-2012, 04:08 PM
How do you remove Admin login link and Mod Link from the footer ?
thanks

ForceHSS
05-06-2012, 04:11 PM
edit the footer template

pathum
05-06-2012, 04:35 PM
where and how ...
Thanks pal

borbole
05-06-2012, 07:43 PM
where and how ...
Thanks pal

To remove the admin link find the following code at the footer template and either remove it or comment it out:

<vb:if condition="$show['admincplink']"><li><a href="{vb:raw admincpdir}/index.php{vb:raw session.sessionurl_q}">{vb:rawphrase admin}</a></li></vb:if>

Whereas for the modcp the following code:

<vb:if condition="$show['modcplink']"><li><a href="{vb:raw modcpdir}/index.php{vb:raw session.sessionurl_q}">{vb:rawphrase mod}</a></li></vb:if>

pathum
05-07-2012, 06:37 AM
thanks pal:D

BirdOPrey5
05-07-2012, 12:24 PM
You are aware only Admins see the Admin link and only super-mods and admins see the Mod link, right?

borbole
05-07-2012, 01:21 PM
thanks pal:D

No problem.