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...
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → 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...
Moved to Modifications
sorry
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.
thank you Mark
e molte grazie per cod Strofanto
Where can you see those codes Strofanto ?
Where can you see those codes Strofanto ?
in viewtopic.php
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → To replace IP by an icon ?
Powered by PunBB, supported by Informer Technologies, Inc.