Firefox PHP

how to eliminate "IP Logged" next to user names?

Posted by farang 
how to eliminate "IP Logged" next to user names?
October 31, 2009 06:59PM
Hi,

I'd like to hide the "IP Logged" message that appears after user names on posts. Actually, I'd like to remove the entire parenthetical that appears after user names, not just replace "IP Logged" with some other string, or an empty string .

However, I still want admins/mods to be able to see user IP addresses next to their names

Any ideas?

TIA
Re: how to eliminate "IP Logged" next to user names?
October 31, 2009 07:44PM
In the read.tpl and read_threads.tpl file for your template, change:
<div class="PhorumStdBlock">
  <div class="PhorumReadBodySubject">{MESSAGE->subject}</div>
  <div class="PhorumReadBodyHead">{LANG->Postedby}: <strong>{MESSAGE->linked_author}</strong> ({MESSAGE->ip})</div>
to (new code in green):
<div class="PhorumStdBlock">
  <div class="PhorumReadBodySubject">{MESSAGE->subject}</div>
  <div class="PhorumReadBodyHead">{LANG->Postedby}: <strong>{MESSAGE->linked_author}</strong>{IF MODERATOR true} ({MESSAGE->ip}){/IF}</div>


Joe Curia (aka Azumandias)
Modules: l0Admin Mass Email00000000l000000Automatic Time Zones000ll.l00000Enhanced Custom Profiles0.00Google Calendar0000l.l000000Post Previews
000000000Admin Security Suite000000000000Check Modules for Upgrades0000External Authentication000000Group Auto-Email00000.00000Private Message Alerts
000000000Attachment Download Counter0000Custom Attachment Icons000ll.ll00Favorite Forums000000.00000Highlighted Search Terms0000Self-Delete Posts Option
000000000Attachment Watermarks0l00000000Custom Language Database00l.l.0Forum Lockdown00000.00000Ignore Forums0000000000000Threaded Tree View
000000000Automatic Message Pruning00.llll.00Easy Color Scheme Manager0l.l00Forum Subscriptions0000lll000Moderated User Group
Templates:lGeneric Integration000000000 0000Simple Rounded000000 00000000Tabbed Emerald
Re: how to eliminate "IP Logged" next to user names?
November 01, 2009 02:26PM
cool, that works nicely, thanks!
Sorry, only registered users may post in this forum.

Click here to login