PDA

View Full Version : how to hide moderator log ip in site


onlinejalsa
12-07-2008, 03:11 PM
Hello ,

how can i hide the mods ip in the above figure

Lynne
12-07-2008, 03:44 PM
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:
<if condition="$show['ipaddress']"><td class="$bgclass"><if condition="$log['ipaddress']"><a href="postings.php?$session[sessionurl]do=getip&amp;ip=$log[ipaddress]">$log[ipaddress]</a><else />&nbsp;</if></td></if>

with:
<if condition="$show['ipaddress']"><td class="$bgclass">&nbsp;</td></if>

onlinejalsa
12-07-2008, 04:13 PM
thanks dude it worked

Lynne
12-07-2008, 05:03 PM
dudette :)

onlinejalsa
03-03-2009, 12:56 PM
lynn can you let me know for VB 3.7.5 where can i edit it

Lynne
03-03-2009, 02:04 PM
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.