vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   how to hide moderator log ip in site (https://vborg.vbsupport.ru/showthread.php?t=198244)

onlinejalsa 12-07-2008 03:11 PM

how to hide moderator log ip in site
 
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:
HTML Code:

<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:
HTML Code:

<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.


All times are GMT. The time now is 04:56 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01067 seconds
  • Memory Usage 1,716KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete