Topic: To replace IP by an icon ?

Hello, I would have liked to know in which file can I replace IP: by a icone. And which is the modification has to make
Thank you...

Re: To replace IP by an icon ?

Moved to Modifications

Re: To replace IP by an icon ?

sorry

4

Re: To replace IP by an icon ?

viewtopic.php

Re: To replace IP by an icon ?

Line 249

$user_info[] = '<dd>IP: <a href="moderate.php?get_host='.$cur_post['id'].'">'.$cur_post['poster_ip'].'</a>';

Change to

$user_info[] = '<dd><a href="moderate.php?get_host='.$cur_post['id'].'"><img src="your_image.gif"' width="" height="" alt="'.$cur_post['poster_ip'].'" /></a>';

Edit src, width and height according to your image.

Re: To replace IP by an icon ?

thank you Mark
e molte grazie per cod Strofanto

7 (edited by kostis12345 2007-01-28 18:24)

Re: To replace IP by an icon ?

Where can you see those codes Strofanto ?

Re: To replace IP by an icon ?

kostis12345 wrote:

Where can you see those codes Strofanto ?

in viewtopic.php