The conditional I have this far is:
<vb:if condition="is_member_of($bbuserinfo, 34)"><dt>Diet Start Date: </dt> <dd>{vb:raw post.field39}</dd></vb:if>
Where 34 is usergroup.
Presume i would wrap the entire set of profile fields with:
<vb:if condition="is_member_of($bbuserinfo, 34)">
Individual vb conditionals here.
</vb:if>
Not sure what you mean by:
If Not Blank then.
I understand the principle, just not the code.
Yes fields are blank to begin with
|