Quote:
Originally Posted by madkidz
DO I put this code anywhere in the template or does it go in a specific, location.
|
This would be if you have the IP shown in the postbit.
HTML Code:
<if condition="$show['ip']">
<if condition="$post[usergroupid] == 6">
<if condition="$bbuserinfo[usergroupid] == 6">
$vbphrase[ip]: $post[ip]
</if>
<else />
$vbphrase[ip]: $post[ip]
</if>
<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>
[edit] in the postbit_ip template of course