If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
Disable explorer and system identification  XML
Forum Index » Advanced Guestbook Forum
Author Message
Cookiesmonster
Beginner

Joined: 08/06/2006 13:41:21
Messages: 8
Offline

Hi,

In the column were the name is presented from the person who is posting a message there is an internet explorer icon. How can i hide this. I find it not interesting to know what operating system and browser version somebody is using.

Regards

Cookie
Carbonize
Master
[Avatar]

Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline

Look in the template called entry.php. You will see the relevant variable in there.

Carbonize
I am not the maker of the Advanced Guestbook

get Lazarus
[Email] [WWW] [Yahoo!] aim icon [MSN] [ICQ]
Cookiesmonster
Beginner

Joined: 08/06/2006 13:41:21
Messages: 8
Offline

I only found the line were the browser.gif is in.
When i delete this line i get an sort of error like explorer is missing a picture. I've posted the content of the file maybe you can help

  1. <tr bgcolor="$bgcolor">  
  2. <td width="32%" valign="top">  
  3.    <table border="0" cellspacing="0" cellpadding="2">  
  4.      <tr>  
  5.        <td class="font2" valign="top" width="8%"><b>$id)</b></td>  
  6.        <td width="92%"> <img src="$GB_PG[base_url]/img/ip.gif" width="14" height="14" alt="$LANG[AltIP]">&nbsp;&nbsp;<img src="$GB_PG[base_url]/img/browser.gif" width="16" height="16" alt="$row[browser]">&nbsp;  
  7.         $URL  
  8.         $ICQ  
  9.         $AIM  
  10.        </td>  
  11.      </tr>  
  12.      <tr>  
  13.        <td colspan="2" class="font1"><b>$row[name]</b>&nbsp;$GENDER</td>  
  14.      </tr>  
  15.      <tr>  
  16.        <td colspan="2" class="font1">$row[email2]</td>  
  17.      </tr>  
  18.      <tr>  
  19.        <td colspan="2" class="font2">$LANG[FormLoc]:<br>$row[location]</td>  
  20.      </tr>  
  21.     </table>  
  22.   </td>  
  23.   <td width="68%" class="font1" valign="top">   
  24.     <div align="left" class="font3"><img src="$GB_PG[base_url]/img/post.gif" width="9" height="9">$DATE&nbsp;$HOST  
  25.      <a href="$GB_COMMENT"><img src="$GB_PG[base_url]/img/edit.gif" width="18" height="13" border="0" alt="$LANG[AltCom]"></a>  
  26.      $EMAIL  
  27.     </div>  
  28.     <hr size="1"><div align="left">  
  29.     $USER_PIC $MESSAGE  
  30.    </div>  
  31.    $COMMENT  
  32. </td>  
  33. </tr>  
Auron
Expert
[Avatar]

Joined: 23/06/2003 22:02:17
Messages: 1053
Offline

So you have tried removing this...

  1. <img src="$GB_PG[base_url]/img/ip.gif" width="14" height="14" alt="$LANG[AltIP]">&nbsp;&nbsp;  
  2. <img src="$GB_PG[base_url]/img/browser.gif" width="16" height="16" alt="$row[browser]">&nbsp;  

Visit my site @ www.ragnaru.com
Adv. Poll Install Guide NOW BACK ONLINE! (And also rather out of date I would of thought)
[Email] [WWW]
Carbonize
Master
[Avatar]

Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline

Or just

&nbsp;<img src="$GB_PG[base_url]/img/browser.gif" width="16" height="16" alt="$row[browser]">&nbsp;

If you want to keep the IP logged message.

Carbonize
I am not the maker of the Advanced Guestbook

get Lazarus
[Email] [WWW] [Yahoo!] aim icon [MSN] [ICQ]
Cookiesmonster
Beginner

Joined: 08/06/2006 13:41:21
Messages: 8
Offline

Thanks.. it works
 
Forum Index » Advanced Guestbook Forum
Go to:   
Based on the open source JForum