Quote:
Originally Posted by Emeralda
What bits of code should I add if I wanted to allow turning this off? As in, using the custom profile fields. There are couple people who don't really like it or still use 1024x768 resolution >.<
|
Create a profile field (probably a single-selction radio button with default set will work best) and take a note of the profilefield number then wrap your code like this; changing the X to the profilefield number.
Code:
<vb:if condition="$bbuserinfo[fieldX] == 'yes'">
Script or code here
</vb:if>