Author |
Message |
![[Post New]](/forum/templates/html/images/icon_minipost_new.gif) 14/06/2006 15:37:39
|
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
|
|
![[Post New]](/forum/templates/html/images/icon_minipost_new.gif) 14/06/2006 16:00:33
|
Carbonize
Master
![[Avatar]](/forum/images/avatar/96871336492d73e733f55.jpg)
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 |
|
![[Post New]](/forum/templates/html/images/icon_minipost_new.gif) 14/06/2006 18:55:24
|
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
- <tr bgcolor="$bgcolor">
- <td width="32%" valign="top">
- <table border="0" cellspacing="0" cellpadding="2">
- <tr>
- <td class="font2" valign="top" width="8%"><b>$id)</b></td>
- <td width="92%"> <img src="$GB_PG[base_url]/img/ip.gif" width="14" height="14" alt="$LANG[AltIP]"> <img src="$GB_PG[base_url]/img/browser.gif" width="16" height="16" alt="$row[browser]">
- $URL
- $ICQ
- $AIM
- </td>
- </tr>
- <tr>
- <td colspan="2" class="font1"><b>$row[name]</b> $GENDER</td>
- </tr>
- <tr>
- <td colspan="2" class="font1">$row[email2]</td>
- </tr>
- <tr>
- <td colspan="2" class="font2">$LANG[FormLoc]:<br>$row[location]</td>
- </tr>
- </table>
- </td>
- <td width="68%" class="font1" valign="top">
- <div align="left" class="font3"><img src="$GB_PG[base_url]/img/post.gif" width="9" height="9">$DATE $HOST
- <a href="$GB_COMMENT"><img src="$GB_PG[base_url]/img/edit.gif" width="18" height="13" border="0" alt="$LANG[AltCom]"></a>
- $EMAIL
- </div>
- <hr size="1"><div align="left">
- $USER_PIC $MESSAGE
- </div>
- $COMMENT
- </td>
- </tr>
|
|
![[Post New]](/forum/templates/html/images/icon_minipost_new.gif) 14/06/2006 19:15:05
|
Auron
Expert
![[Avatar]](/forum/images/avatar/13803940053f323eaa510a6.jpg)
Joined: 23/06/2003 22:02:17
Messages: 1053
Offline
|
So you have tried removing this...
- <img src="$GB_PG[base_url]/img/ip.gif" width="14" height="14" alt="$LANG[AltIP]">
- <img src="$GB_PG[base_url]/img/browser.gif" width="16" height="16" alt="$row[browser]">
|
Visit my site @ www.ragnaru.com
Adv. Poll Install Guide NOW BACK ONLINE! (And also rather out of date I would of thought) |
|
![[Post New]](/forum/templates/html/images/icon_minipost_new.gif) 14/06/2006 20:31:17
|
Carbonize
Master
![[Avatar]](/forum/images/avatar/96871336492d73e733f55.jpg)
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
Or just
<img src="$GB_PG[base_url]/img/browser.gif" width="16" height="16" alt="$row[browser]">
If you want to keep the IP logged message.
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
![[Post New]](/forum/templates/html/images/icon_minipost_new.gif) 14/06/2006 21:32:46
|
Cookiesmonster
Beginner
Joined: 08/06/2006 13:41:21
Messages: 8
Offline
|
Thanks.. it works
|
|
|