tommyxv
02-15-2012, 06:03 AM
I need to show something to user using a certain forum style and something else to users using any other style. What would be the correct conditional statement as this one is not working...
<vb:if condition=="$bbuserinfo['styleid']==x">STUFF HERE
<vb:else />
OTHER STUFF HERE
</vb:if>
<vb:if condition=="$bbuserinfo['styleid']==x">STUFF HERE
<vb:else />
OTHER STUFF HERE
</vb:if>