Only Show IPs to Admins
This modification is in the archives.
Installation Instructions
Step 1: Upload the plugin Step 2: Alter the template postbit_ip Find: HTML Code:
<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> HTML Code:
<if condition="is_member_of($bbuserinfo, 6)"> <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> </if> Requested: http://www.vbulletin.com/forum/index.php?t=146580 Satan Download This modification is archived and cannot be downloaded. |