The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hi, is there a way to hide ip address of certain users. Like certain administators. I don't want my moderators to see my ip but I want them to see others.
|
#2
|
|||
|
|||
![]()
It's just a simple if condition.
Code:
<if condition="is_member_of($bbuserinfo, X)"> Whatever the code is to show IP. </if> |
#3
|
|||
|
|||
![]()
wouldn't that only show the ip of the "X" user group then?
|
#4
|
|||
|
|||
![]()
If the person is member of X user group it will show IP addresses to only that user group.
|
#5
|
|||
|
|||
![]()
ok thank you. now does anyone know what the show ip code is so I can find it to add that to it?
Thank you |
#6
|
|||
|
|||
![]()
look into postbit_ip template
|
#7
|
||||
|
||||
![]()
You can also use the search option in templates.
|
#8
|
|||
|
|||
![]()
well im at another speed bump here I want my moderators to still see ip's but I want to hide the ip of a few users like myself and my other webmasters.
|
#9
|
||||
|
||||
![]() Code:
<if condition="is_member_of($bbuserinfo, X) AND !in_array($post['userid'], array(Y))"> |
#10
|
|||
|
|||
![]()
thank you. its all working as expected
ok this code works great but I just noticed that it still shows the ip under the who's online page. So I go to the who's online template and try to paste this code in there and it doesn't work. Any suggestions? Thank You |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|