Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Seasonal Forum Effects Details »»
Seasonal Forum Effects
Version: 1.00, by TrueDeath TrueDeath is offline
Developer Last Online: Nov 2013 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 3.6.4 Rating:
Released: 11-27-2006 Last Update: 02-14-2007 Installs: 495
Uses Plugins Template Edits
 
No support by the author.

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

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #202  
Old 12-04-2007, 12:19 PM
Kinneas's Avatar
Kinneas Kinneas is offline
 
Join Date: Dec 2005
Location: Nottingham, UK
Posts: 282
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #203  
Old 12-07-2007, 07:48 PM
ericgray ericgray is offline
 
Join Date: Aug 2006
Posts: 61
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this mod is officially f*cked up --

-- the only thing that works is the small pixels, and the ghosts.

what a mess.
Reply With Quote
  #204  
Old 12-08-2007, 12:46 PM
MoJo Smirnoff MoJo Smirnoff is offline
 
Join Date: Sep 2005
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Got this working...but not on my CMPS home page. and yes, it's set to global. any ideas?
Reply With Quote
  #205  
Old 12-08-2007, 05:52 PM
Tralala's Avatar
Tralala Tralala is offline
 
Join Date: Jan 2006
Posts: 1,207
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ericgray View Post
this mod is officially f*cked up --

-- the only thing that works is the small pixels, and the ghosts.

what a mess.
LOL... opposite experience over here. Working just fine... perfect... every one *except* for the Ghosts!
Reply With Quote
  #206  
Old 12-08-2007, 08:25 PM
m002.p's Avatar
m002.p m002.p is offline
 
Join Date: Jan 2007
Location: Worcester
Posts: 240
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MoJo Smirnoff View Post
Got this working...but not on my CMPS home page. and yes, it's set to global. any ideas?
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
Reply With Quote
  #207  
Old 12-09-2007, 06:27 AM
Lifesupporters Lifesupporters is offline
 
Join Date: Apr 2007
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #208  
Old 12-10-2007, 04:15 PM
MoJo Smirnoff MoJo Smirnoff is offline
 
Join Date: Sep 2005
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by m002.p View Post
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
Reply With Quote
  #209  
Old 12-10-2007, 07:55 PM
Dark_Sirius Dark_Sirius is offline
 
Join Date: Aug 2006
Posts: 47
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #210  
Old 12-10-2007, 08:10 PM
Jimandbob Jimandbob is offline
 
Join Date: Apr 2006
Location: Hull
Posts: 88
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dark_Sirius View Post
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.
Reply With Quote
  #211  
Old 12-10-2007, 08:33 PM
Dark_Sirius Dark_Sirius is offline
 
Join Date: Aug 2006
Posts: 47
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Jimandbob View Post
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.
I followed the instructions -- I am thinking it's a programming thing in the java files.

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 -->
And the following in my forumhome templates:

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 -->
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:49 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.08089 seconds
  • Memory Usage 2,321KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (6)bbcode_code
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete