The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Hide administrators IP address
Is it possible to hide admin IP address from who's online?
Thank you |
#2
|
||||
|
||||
Go to your whoisonline template and find
Code:
<if condition="$show['ip']"><td class="thead">$vbphrase[ip_address]</td></if> Code:
<if condition="$bbuserinfo['usergroupid'] == '6'"><td class="thead">$vbphrase[ip_address]</td></if> |
#3
|
|||
|
|||
many thanks...much appreciated
|
#4
|
||||
|
||||
Pleasure!
|
#5
|
|||
|
|||
Quote:
|
#6
|
||||
|
||||
That will teach me to post without coffee!!
Also open the whoisonlinebit template Find Code:
<if condition="$show['ip']"> Code:
<if condition="$bbuserinfo['usergroupid'] == '6'"> |
#7
|
|||
|
|||
Quote:
but thanks anyway |
#8
|
|||
|
|||
thank you
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|