The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Remove links Admin / Mod
How do you remove Admin login link and Mod Link from the footer ?
thanks |
#2
|
|||
|
|||
edit the footer template
|
#3
|
|||
|
|||
where and how ...
Thanks pal |
#4
|
||||
|
||||
To remove the admin link find the following code at the footer template and either remove it or comment it out:
HTML Code:
<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> HTML 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> |
#6
|
||||
|
||||
You are aware only Admins see the Admin link and only super-mods and admins see the Mod link, right?
|
#7
|
||||
|
||||
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|