Look & Feel > Skin > Online List > showOnlineList
Find:
<span class='ip'>( {$session['ip_address']} )</span>
Replace With:
<span class='ip'>
<if test="showip:|:$this->memberData['g_is_supmod'] AND !$this->settings['disable_online_ip']">
<span class='ip'><a href='{parse url="app=core&module=usercp&tab=members&area=mod_ipaddress&do=custom&ip={$session['ip_address']}" base="public"}' title='{$this->lang->words['ip_lookup']} {$session['ip_address']}'>( {$session['ip_address']} )</a>
<a href="http://www.db.ripe.net/fcgi-bin/whois?form_type=simple&full_query_string=&searchtext={$session['ip_address']}&do_search=Search" class="bbc_url" title='RIPE Whois' rel="nofollow external"><img src="/public/style_images/master/ip.jpg"></a>
<a href="http://www.infosniper.net/index.php?ip_address={$session['ip_address']}&map_source=1&two_maps=1&overview_map=1&lang=1&map_type=1&zoom_level=12" class="bbc_url" title='INFO Sniper' rel="nofollow external"><img src="/public/style_images/master/sniper.jpg"></a>
<a href="http://www.google.com/search?q={$session['ip_address']}" class="bbc_url" title='Google' rel="nofollow external"><img src="/style_images/master/google.jpg"></a>
</span><br /><span class="desc">{$session['browser']}</span>
</if>
</span>
How looks in my forum :
picture.jpg 49.91K
7 downloads















