Simple Machines Community Forum

Customizing SMF => Tips and Tricks => Topic started by: ~Tyris~ on October 10, 2004, 12:00:59 PM

Title: Ip Shows In Graphic
Post by: ~Tyris~ on October 10, 2004, 12:00:59 PM
For administrators next to 'report to moderator' it also shows the ip; well i was wondering would it be possible to show the ip in a graphic with font of choice? just wondering how you'd do it! :P; and what files might need editing.
Title: Re: Ip Shows In Graphic
Post by: Owdy on October 10, 2004, 12:05:51 PM
Display.php find:
// Show the IP to this user for this post - because you can moderate?


Then you can do like this:
<a style="font-family:Comic sans ms, Impact, serif" href="', $scripturl, '?action=trackip;searchip=', $message['member']['ip'], '">', $message['member']['ip'], '</a> <a href="', $scripturl, '?action=helpadmin;help=see_admin_ip" onclick="return reqWin(this.href);" class="help">(?)</a>';