Custom CSS based on Usergroup?
Hi Guys,
I have a question....
I would like when posts are made from a certain usergroup in the forum that their posts receive a different background to others so that other members can recognise these posts easier.
I understand I need to use an <if> statement to achieve this. I tried:
<if condition="is_member_of($vbulletin->userinfo, 1, 2, 3)"></if>
<td class="postbox" id="td_post_$post[postid]">
<else />
<td class="postbox2" id="td_post_$post[postid]">
</if>
However this only works for the person making the post. It does not change the background for everyone else reading the forum only the individual that made the post can see the difference when they are logged in.
Any help would be great!
Regards,
Joel
|