Quote:
Originally Posted by SledgeHead
How would I make it so a profile option could disable a toolbar? To be more specific I am trying to make Tweetboard and Wibiya Toolbars optional via user options.
|
I have profile field 8 with radio single selection as the type. It's set with options of yes and no. It seems to be working.
Code:
<vb:if condition="in_array($bbuserinfo['field8'], array(yes))">
Script or code here
</vb:if>