Quote:
Originally Posted by vbxmod
Try this:
Code:
<vb:if condition="is_member_of($bbuserinfo, 1,2,3,4)">Content here</vb:if>
|
This condition to show content TO usergroups in list but I want to show content if post FROM usergroup...
tbworld,
here is example:
http://www.rcgroups.com/forums/showt...16#post7877841
this is vb3 forum but...
I want in postbit_legacy template for some groups add banner and change background as it's done in above forum
So my code should look like:
<div id="postbit_legacy_left">
avatar...
info...
<vb:if condition="IF USER WHO POST THIS FROM GROUPS: IDs OF PREMIUM GROUPS (1,2,3)">HERE COMES BANNER CODE</vb:if>
</div>
is it more clear now? Thanks