silver.fox1969
08-03-2012, 05:23 PM
Hey Community,
i wanted to ask how to integrade Vb4 if Conditionals in my Vb4 CMS article? I want to post a self-host video but only usergroup 2 (member) should see this embed code.
I have tried to post this code:
<vb:if condition="$show['member']">My Video link</vb:if>
and
<vb:if condition="is_member_of($bbuserinfo, 2)">My Video link</vb:if>
but it doesnt work. Is there an option to integrate it to cms articles?
Templates Conditionals works fine ...
regards
i wanted to ask how to integrade Vb4 if Conditionals in my Vb4 CMS article? I want to post a self-host video but only usergroup 2 (member) should see this embed code.
I have tried to post this code:
<vb:if condition="$show['member']">My Video link</vb:if>
and
<vb:if condition="is_member_of($bbuserinfo, 2)">My Video link</vb:if>
but it doesnt work. Is there an option to integrate it to cms articles?
Templates Conditionals works fine ...
regards