Customizing SMF > Tips and Tricks
Ip Shows In Graphic
(1/1)
~Tyris~:
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.
Owdy:
Display.php find:
--- Code: ---// Show the IP to this user for this post - because you can moderate?
--- End code ---
Then you can do like this:
--- Code: ---<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>';
--- End code ---
Navigation
[0] Message Index
Go to full version