The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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. |
|
#2
|
||||
|
||||
|
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. |
|
#3
|
|||
|
|||
|
Quote:
|
|
#4
|
||||
|
||||
|
In fact, I just found out it's in the footer template.
Remove this code: 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>
|
|
#5
|
|||
|
|||
|
Quote:
|
|
#6
|
|||
|
|||
|
Quote:
If you use 'Inspect Element' option in any kind of browser you'll be able to see those links ![]()
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|