-----------------------------------------------------------------
SERVICES | HACKS | STYLES | VIDEO GUIDES | PROFESSIONAL SUPPORT
-----------------------------------------------------------------
What does this hack do?
This hack allows you to add seasonal effects to your forumhome/entire forum to suit the time of year. The hack currently has:
Snow pixels
Snow Large Flake
Snow Small Flake
Bats
Ghosts
Witches
Fireworks Pixel
Fireworks Pixel 2
Fireworks Animation
Hearts
Heart Hug New
Uncle Sam
Easter Basket
Green Clover
Feel free to ask for more seasonal images and I will update.
To the best of my knowledge these all work on both IE + Firefox as long as java is enabled.
Planned New Features
none
Hack Installation
Template Edits: 2
Products: 1
Credits:
Matt Hutchings (TrueDeath) - Creator
blackpheonix - Use of images
Support:
Support can be given in this thread
Don't forget to click INSTALL
If you like this creation and wish to support further creations feel free to donate to: truedeath@gmail.com
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
Only problem seems to be with Firefox. I know this has been mentioned several times already but while the snow effects do display in FF they only seem to cover the immediate Window. If you scroll down they don't go further.
I'd love to use this effect but it's a nightmare in Firefox. Not only does in not scroll to the bottom of the page (as mentioned many times already) but it also flickers the bottom scroll bar as well which gets annoying fast to my members.
Can someone please, please, please provide a concrete solution that actually works in Firefox?
Yes, ensure that on every styles template "header", you add this code to the very top:
Code:
<!-- Start vBGuides Season -->
<if condition="$vboptions[guidesvbs_onoff] == 1">
<if condition="$vboptions[guidesvbs_area] == 0">
<script type="text/javascript" src="season/$vboptions[guidesvbs_type].js"></script>
</if></if>
<!-- End vBGuides Season -->
If you cannot get the mod to work on your forumhome, then simply add this code to the "forumhome" template above "$header":
Code:
<!-- Start vBGuides Season -->
<if condition="$vboptions[guidesvbs_onoff] == 1">
<if condition="$vboptions[guidesvbs_area] == 0">
<script type="text/javascript" src="/season/$vboptions[guidesvbs_type].js"></script>
</if></if>
<!-- End vBGuides Season -->
In addition, to get it to view on other mods such as IbProArcade (the homepage) add the code above to the template concerned above the "$header" code
well, im officially stumped...tried all that, ensured my code was placed correctly...shows everywhere but on the CMPS homepage. Shows on forums home page, arcade...everywhere else
Is there any way to extend the animation display for this mod? What I mean is, on my forum (http://www.m3forum.net/m3forum/), the animation only appears over the first (top) 1/4 of the forum home. As you scroll down, the animation dies out instead of extending itself to the bottom (footer) of the page.
Is there any way to extend the animation display for this mod? What I mean is, on my forum (http://www.m3forum.net/m3forum/), the animation only appears over the first (top) 1/4 of the forum home. As you scroll down, the animation dies out instead of extending itself to the bottom (footer) of the page.
Is there a way to modify this or no?
Just a guess. Do you have it in your header template?
Try adding to your FORUMHOME template or to whatever template you wish it to show on.