The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Seasonal Forum Effects Details »» | |||||||||||||||||||||||||
Brought to you by: vBGuides ----------------------------------------------------------------- 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
|
Comments |
#202
|
||||
|
||||
Nice hack!
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. Has anyone been able to find a solution for this? |
#203
|
|||
|
|||
this mod is officially f*cked up --
-- the only thing that works is the small pixels, and the ghosts. what a mess. |
#204
|
|||
|
|||
Got this working...but not on my CMPS home page. and yes, it's set to global. any ideas?
|
#205
|
||||
|
||||
LOL... opposite experience over here. Working just fine... perfect... every one *except* for the Ghosts!
|
#206
|
||||
|
||||
Quote:
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 --> 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 --> |
#207
|
|||
|
|||
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? Many thanks. |
#208
|
|||
|
|||
Quote:
|
#209
|
|||
|
|||
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? |
#210
|
|||
|
|||
Quote:
Try adding to your FORUMHOME template or to whatever template you wish it to show on. |
#211
|
|||
|
|||
Quote:
I have the following in my headers: 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 --> Code:
<!-- Start vBGuides Season --> <if condition="$vboptions[guidesvbs_onoff] == 1"> <if condition="$vboptions[guidesvbs_area] == 1"> <script type="text/javascript" src="season/$vboptions[guidesvbs_type].js"></script> </if></if> <!-- End vBGuides Season --> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|