Quote:
Originally Posted by Erbium
I got this problem (only see the normal info) but as you say I don't get ipinfo.php?=xxx, I get /postings.php?do=getip&p=370555!
|
You may still need to make the template edit.
Template:
postbit_ip
== REPLACE WITH: ================================================== =======
Code:
<if condition="$show['ip']">
$vbphrase[ip]: $post[ip]
<else />
<if condition="$post['userid'] > 0">
<a href="ipinfo.php?$session[sessionurl]p=$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/ip.gif" alt="$vbphrase[ip]" title="$post[ip]" border="0" /></a>
<else />
<a href="postings.php?$session[sessionurl]do=getip&p=$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/ip.gif" alt="$vbphrase[ip]" title="$post[ip]" border="0" /></a>
</if>
</if>
--------------------------------------------------------------------------