Kind of .. Me and my Mods have the IP address button that we can see each users IP address. I want to remove that button.
In the Post bit there is a templete called "postbit_ip" that is what I want to remove.
Below is the Templete code.
Quote:
<if condition="$show['ip']">
$vbphrase[ip]: $post[ip]
<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>
|
OK I figured it out.
Delete the contents of the template and save it.. Simple.