The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I want to be able to turn off / remove the IP Address button that the Admins and Mods see . How do I do it?
Thanks in advance. Come on any one? |
#2
|
|||
|
|||
![]()
Are you referring to the icon in the postbit?
|
#3
|
||||
|
||||
![]() Quote:
Code:
-- To remove infraction link --- <if condition="$show['infractionlink']"><a href="infraction.php?$session[sessionurl]do=report&p=$post[postid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/infraction.gif" alt="<phrase 1="$post[username]">$vbphrase[add_infraction_for_x]</phrase>" border="0" /></a> </if> --------------------------------- -- To remove report icon -- <if condition="$show['reportlink']"> <a href="report.php?$session[sessionurl]p=$post[postid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/report.gif" alt="$vbphrase[report_bad_post]" border="0" /></a> </if> ----------------------------------- |
#4
|
|||
|
|||
![]()
Kind of .. Me and my Mods have the IP address button that we can see each users IP address. I want to remove that button.
In the Post bit there is a templete called "postbit_ip" that is what I want to remove. Below is the Templete code. Quote:
Delete the contents of the template and save it.. Simple. ![]() |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|