PDA

View Full Version : How can I (display to all members- user fields content from Specific UserGroups) ?


dacho
03-19-2010, 07:00 AM
Hello Friends
Can you help me with that please ?
I want to do Something in VB4, and I just do not find the way do display to all members, user field content only from Specific UserGroups
I try that :

<vb:if condition="is_member_of($bbuserinfo, 10,11)">
<div class="">
<div class="">
xxx: {vb:raw post.field8} <br />
YYY: {vb:raw post.field9}
</div>
</div>
</vb:if>

But this way display it only for UserGroups 10,11
and
I want to show the content field to all members - only IF the content field Comes from UserGroups 10,11

dacho
03-23-2010, 09:16 AM
Thanks to Lynne for helping me
The IF need to be on $post and not on $bbuserinfo