Right, here goes, I have never posted anything like this so be gentle :P
Go to AdminCP => Profile Fields => Add new Profile field => Single Select Menu
Title: View Xmas Snow Flakes?
Description: Choose yes to have little Christmas Snowflakes Floating around.
Options:
No
Yes
Set Default: Yes, but No First Blank Option
Editable By User: Yes
Display Page: Options: Other Options
Write down your field# . i.e field6
Here is the code, I am using the small snowflakes as example code.
Code:
<if condition="$bbuserinfo[fieldX] != 'No'">
<!-- Snow Effect(Small SnowFlakes) by Blackpheonix ? to Dynamic Drive -->
<script type="text/javascript" src="/forum/images/misc/snow.js">
</script>
<!-- /Snow Effect(Small SnowFlakes) by Blackpheonix ? to Dynamic Drive -->
</if>
Change X to the Field id.
Just remember to wrap the code with the if tags provided.
Code:
<if condition="$bbuserinfo[fieldX] != 'No'">
</if>
I tested this out on my site so I know it works.