PDA

View Full Version : Hide IP Address for Super-Mods everywhere



SaN-DeeP
Sat 25th Sep '04, 12:18pm
I do not want to allow Super-Moderators to view Ip Address for users anywhere on forums, @ the moment its disabled everywhere though i have seen they are able to view the IP Adress via clicking on posbit IP Address icons.

Help me disable the same everywhere for them,

Regards,

ubi
Sat 25th Sep '04, 12:23pm
Go Usergroup Manager > Edit Super Moderator

and check whether the "Can View IP Addresses" is No.

Zachery
Sat 25th Sep '04, 12:25pm
They will still be able to view IP address as the moderator permission dictates.

ubi
Sat 25th Sep '04, 12:28pm
then let me too know what we have to do for this ? :confused:

Techguy1
Sat 25th Sep '04, 12:40pm
You could remove the icon link from the postbit template, but if they know the link, they can look it up. disabling this feature would require a code modification, so http://www.vbulletin.org is the place

SaN-DeeP
Sat 25th Sep '04, 4:14pm
You could remove the icon link from the postbit template, but if they know the link, they can look it up. disabling this feature would require a code modification, so http://www.vbulletin.org is the place
please dont make users ask for help for everything on vb.org,
I expect this can be resolved someway via if conditions... ??

Waiting for help from some Staff

Regards,

Steve Machol
Sat 25th Sep '04, 8:25pm
Sorry but I don't know how to do what you want with a template conditional.

Lats
Sat 25th Sep '04, 11:47pm
You could wrap this condition around the $post[iplogged] variable in the postbit template...


<if condition="!is_member_of($bbuserinfo,5)">
$post[iplogged]
</if>

You would also need to disable their control panel access too, as IP addresses show up in there.

Techguy1
Sun 26th Sep '04, 10:52am
You could wrap this condition around the $post[iplogged] variable in the postbit template...


<if condition="!is_member_of($bbuserinfo,5)">
$post[iplogged]
</if>

You would also need to disable their control panel access too, as IP addresses show up in there.
that's all good of course, but as i said above
You could remove the icon link from the postbit template, but if they know the link, they can look it up.

Floris
Sun 26th Sep '04, 11:34am
I am sure you can apply the same tweak to the template that actually displays the IP.

SaN-DeeP
Tue 28th Sep '04, 4:55pm
thnx this works. but my users also have access to modcp and now i need to disable the same there. do u want me to disable the ip field to my mods supermods using those conditionals again ??

pls. show me where too, as i am sure, this has to be dont on php level in files.
there will be lot of fields to pass on the conditional :( :(

Regards

SaN-DeeP
Fri 1st Oct '04, 6:49pm
bumping last time :),
vbulletin has been best for each n every type of control for me till date..

just waiting for this ->
Disable IP Viewing for Moderators and Super-Moderators everywhere on forums that includes Modcp too..

We are planning to add appx. 10 new moderators to our staff, and dont intend to allow them IP Viewing @ the begining itself.

Regards,