I tried doing it like that:
Code:
<vb:if condition="!$bbuserinfo[field10] == 'Hide'">
<!-- SocialMediaTabs.com START -->
<script type="text/javascript">
var smtabs_id = "1.0@blahblahblah";
</script>
<script type="text/javascript" src="http://cdn.socialmediatabs.com/loader/loader.1.0.min.js"></script>
<!-- SocialMediaTabs.com STOP -->
</vb:if>
When it was
<vb:if condition="$bbuserinfo[field10] == 'Show'">
It didn't show anything as default.
When I turned it to
<vb:if condition="!$bbuserinfo[field10] == 'Hide'">
It did show the buttons before changing the settings, it did hide them after clicking hide, but when choosing Show, it doesn't show them anymore.