i wanted to be able to see who is banned in the postbit and to ban/unban from the icon images. so in postbit_legacy
$post[iplogged]
after i added
Code:
<if condition="$show['btu_canban']">
<if condition="!isset($btu[$post[threadid]][$post[userid]])"><a href="postings.php?$session[sessionurl]do=btu_ban&t=$post[threadid]&u=$post[userid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/threadban.png" alt="$vbphrase[btu_ban]" border="0" /></a>
<else />
<a href="postings.php?$session[sessionurl]do=btu_ban&t=$post[threadid]&u=$post[userid]"><img class="inlineimg" src="$stylevar[imgdir_button]/threadunban.png" alt="$vbphrase[btu_unban]" border="0" /></a>
</if>
</if>
whould be nice if u could add some more stuff like ban reason . auto unban , send auto pm to banned user etc