Quote:
Originally Posted by synseal
Just a suggestion if I may, could you make this mod so that you can select which usergroup can view the film strip please or just make it so it wont show to unregistered users?.
I tried adding <vb:if condition="$show['member']">your code</vb:if> but it didn't work out.
Thanks.
|
Use this condition to not show to unregistered.
<vb:if condition="$bbuserinfo[userid]">some code</vb:if>