Um, why not just one forum? They'd surely be able to see those posters ip's in other forums as well. Kind of confused...
Anyway, you can use a conditional in the postbit template to check to see if its a specific forum.
<vb:if condition="!in_array($GLOBALS[forumid], array(X,Y,Z)) AND !is_member_of($bbuserinfo, X,Y,Z)">ip image/code here</vb:if>
First X Y Z is the forum id's, second X Y Z is the groups you don't want to see it. Though, I don't see how this accomplishes anything.
|