The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Disallow All Mods from seeing any IP addresses
Using vb 3.0.8.
I want to make sure that none of the moderators or even super moderators can access any members IP addresses. I want this function only to be available for the admin. I have checked in manage usergroups for moderators and super moderators to make sure this was disabled, but when I log in with a test super moderator username, I can still see the IP's and can search for users IP's, including admin IP's Can someone tell me what I am missing? I have double searched the complete VB settings area. Thanks |
#2
|
|||
|
|||
Could someone tell me if my original question is posted in the wrong place or is it just confusing how I worded it? I have hoped for at least some kind of response or at least someone telling me it is posted in the wrong place or something?
What am I missing here? Thanks |
#3
|
|||
|
|||
Well what I did was htacces password protect my mod folder. I didn't need my super mods to gain access to that area.
Second, I ensured that I turned off all options in my admin area for viewing IPs, except admin of course. Third I made a few style changes. This is the change I made to my footer. Sorry, I don't know what it was before, but as you can see, it now only allows admin to see both the admin & mod control panel link.. so super mods can no longer see it to try and go to that area. Code:
<if condition="$show['admincplink']"><a href="$admincpdir/index.php?$session[sessionurl]">$vbphrase[admin]</a> - <a href="$modcpdir/index.php?$session[sessionurl]">$vbphrase[mod]</a> - </if> Code:
<if condition="$show['ip']"><td class="thead">$vbphrase[ip_address]</td></if> Code:
<if condition="$show['admincplink']"><if condition="$show['ip']"><td class="thead">$vbphrase[ip_address]</td></if></if> Code:
<if condition="$show['admincplink']"> <if condition="($post[proxyip] != '')"> <a href="postings.php?$session[sessionurl]do=getip&p=$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/ipp.gif" alt="$vbphrase[ip]" title="$post[ip]" border="0" /></a> <else /> <a href="postings.php?$session[sessionurl]do=getip&p=$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/ip.gif" alt="$vbphrase[ip]" title="$post[ip]" border="0" /></a> </else></if> </if> |
#4
|
|||
|
|||
Thank You! Yes that did help, I appreciate your response!
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|