View Full Version : Replace posts from certain usergroups with text or image
wrongful
03-24-2004, 04:03 AM
I want to put a conditional in my postbit where if a post is from a certain usergroup that post shows an admin picked image or text, basically just different html rather than the actual post. I am doing this for my banned usergroup. I know it's done with conditionals I just don't know how to make them.
<if condition="$post[usergroupid] = '6'">Banned Text<else />regular post text</if>
That is the basic condition, you will most likely need to change the number 6 to the correct usergroupid for the banned usergroup.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.