After 30 minutes of following the directions here is what i had to do to make it work
change this code:
PHP Code:
<if condition="$bbuserinfo['field8']=='YES'">
<script type="text/javascript" src="[path to your script]/script/snowstorm.js"></script>
</if>
to this code:
PHP Code:
<if condition="$bbuserinfo['field8']=='YES'">
<script type="text/javascript" src="/forum/script/snowstorm.js"></script>
</if>
and in the script change my path from:
PHP Code:
var imagePath = 'image/snow/'; // relative path to snow images
to this:
PHP Code:
var imagePath = '/image/snow/'; // relative path to snow images