The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
how to hide moderator log ip in site
Hello ,
how can i hide the mods ip in the above figure |
#2
|
||||
|
||||
To find the template - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code. Do that, and you'll find the template is "threadadmin_logbit" Go in to edit it, and just replace:
HTML Code:
<if condition="$show['ipaddress']"><td class="$bgclass"><if condition="$log['ipaddress']"><a href="postings.php?$session[sessionurl]do=getip&ip=$log[ipaddress]">$log[ipaddress]</a><else /> </if></td></if> HTML Code:
<if condition="$show['ipaddress']"><td class="$bgclass"> </td></if> |
#3
|
|||
|
|||
thanks dude it worked
|
#4
|
||||
|
||||
dudette
|
#5
|
|||
|
|||
lynn can you let me know for VB 3.7.5 where can i edit it
|
#6
|
||||
|
||||
Just do what I said in post 2 to find the template and then edit it. I can't tell you exactly what a 3.7 template looks like since I am not running 3.7 on my board.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|