vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=155)
-   -   Snow & other Effects for your forum (https://vborg.vbsupport.ru/showthread.php?t=99991)

hollyboy 11-26-2005 11:05 AM

it freazed up the gif avatars (animated)

phonexpo 11-27-2005 11:46 AM

I'm using the big & Small snowflakes code, is there anyway to speed up the big flakes?

I made the big snowflake half the size too if anyone wants to use it. It looks a little better.


http://phonexpo.net/images/misc/snow.gif

funinthesun 11-27-2005 12:30 PM

I had to turn it off as it was really slowing down my forum :(

phonexpo 11-27-2005 12:33 PM

Quote:

Originally Posted by funinthesun
I had to turn it off as it was really slowing down my forum :(

Yeah I've just turned it off too. Pitty I liked it :(

Delphiprogrammi 11-27-2005 07:08 PM

that works fine the only issue i have with it is that i'm a vbportal customer and i'd like to see that snow on my portal to i'll ask over at there forums through :)

Solitary Seraph 11-28-2005 01:46 AM

You can edit the snow.js with any type of editor.

PHP Code:

var num 20;   //Number of flakes
var timer 75//setTimeout speed. Varies on different comps
var enableinNS6 //Enable script in NS6/Mozilla? Snow animation could be slow in those browsers. (1=yes, 0=no). 

The first two will let you change it, i changed it to 20/75, and it dropped to about 50% cpu usage for my members with bad computers. Keep tweaking with it and eventually it should work nicely for everyone, or you can turn it off with the last bit, for the mozilla users.

VaaKo 11-30-2005 07:26 AM

how can I make the big snow flakes faster?

funinthesun 11-30-2005 11:41 AM

I really want this for my forum but it uses so much cpu. Is there anyway of adding it without it slowing down the forum so much? :(

EasyTarget 11-30-2005 02:53 PM

read 2 posts above yours. :D

concepts 11-30-2005 10:52 PM

this looks great!!!!

www.UrbanAU.com/board amazing at the smallest touches it adds!

Enthonia Tech 12-01-2005 05:22 AM

yes , the snow started in my forum :D

nMIK-3 12-02-2005 09:36 PM

Great job!
Is there anyway that we can make the big snow to work with firefox?

fabianv 12-03-2005 08:53 AM

No snow on 3.5.1 :(


Help me!

funinthesun 12-03-2005 09:01 AM

Pleeeeaaasssseeee can someone somehow make this less cpu intensive before the xmas season is over :D

fabianv 12-03-2005 09:58 AM

Ok I got it working but damn

Most of my users are Opera and firefox users :(

They report that it eats ALL their cpu??!?!

Can someone please please fix this problem.. I love the snow to bits!!! :ermm:

EasyTarget 12-04-2005 02:39 AM

read post #46

lanc3lot 12-05-2005 01:19 AM

Anyone came up with a fix for ff users?

DJ XtAzY 12-05-2005 02:09 AM

this hack wont work well with VBGoogle map installed =[

phonexpo 12-05-2005 10:21 PM

Quote:

Originally Posted by XtAzY
this hack wont work well with VBGoogle map installed =[

https://vborg.vbsupport.ru/showthread.php?t=101947 Merry Christmas ;)

Thug 12-06-2005 11:59 AM

<a href="http://www.oh-twadi.com/forum" target="_blank">www.oh-twadi.com/forum</a>
i added small snow now,i was wondering how i can make them twice size of there current size,so ppl can see more

Danny Diamond 12-06-2005 01:54 PM

this worked great !!

Thank you very much

Snort_2005 12-06-2005 01:58 PM

Installed and working on vBulletin 3.5.1. :) Good job.

Preview: http://www.zcworld.net/ (I also got it working on vBadvanced) o_o

dieselpowered 12-06-2005 02:08 PM

Quote:

Originally Posted by Snort_2005
Installed and working on vBulletin 3.5.1. :) Good job.

Preview: http://www.zcworld.net/ (I also got it working on vBadvanced) o_o

Working fine on 3.5.1 here as well as cb CMPS :)

loonytune15 12-08-2005 02:17 PM

hmm pity i cant run it wth my gif banner, looks good though

*edit* my bad, someone has been playing with my firewall settings.

Works great and installs.

swepics 12-09-2005 09:35 PM

I love it, just added it for the holidays. :]

midnightwalker 12-15-2005 07:28 AM

You can make the big snow working in firefox by modify this script

find
Quote:

else if (ns6up){
document.getElementById("dot"+i).style.top=yp[i];
document.getElementById("dot"+i).style.left=xp[i] + am[i]*Math.sin(dx[i]);
replace with this
Quote:

else if (ns6up){
document.getElementById("dot"+i).style.top=yp[i]+'px';
document.getElementById("dot"+i).style.left=xp[i] + am[i]*Math.sin(dx[i])+'px';

GuaRRand 12-15-2005 08:16 AM

Small and big dont work with FF 1.5

portalimiz 12-16-2005 09:03 AM

thanx ;) installed

Team sockopen 12-16-2005 07:35 PM

I was wondering. Could this be edited so that there was a on/off switch, and a large/small/both snowflakes one too in admin cp?

davidw 12-17-2005 01:57 AM

Ok, here's a 30 second random thought for those wanting users to control the option. Don't shoot me if it doesn't work, because I've not tested it.
Go into your admincp and create a new user profile field. 2 choices yes no.
Put in the header an if statement - like <if condition $userinfo[field99] == 1 (or yes or whatever) or whatever the syntax is (can't think at the moment). then the script - that way if it meets the criteria then voila! :D
Ok, off to bed :P

Smiry Kin's 12-17-2005 03:01 AM

Attached is a nicer snow effect. ( imo )

:)

Fibe 12-18-2005 01:56 AM

Used to work for me. Somehow it no longer does :(
Using vb 3.5.2 and firefox 1.5

I edited header template and added the code for SMALL snow at the top and uploaded the files: nothing happens

Revpolar 12-18-2005 10:11 PM

Santa and reindeer.
Just rename it snow.gif
Id only run this one on Christmas eve.

dano 12-20-2005 08:58 PM

Quote:

Originally Posted by Solitary Seraph
You can edit the snow.js with any type of editor.

PHP Code:

var num 20;   //Number of flakes
var timer 75//setTimeout speed. Varies on different comps
var enableinNS6 //Enable script in NS6/Mozilla? Snow animation could be slow in those browsers. (1=yes, 0=no). 

The first two will let you change it, i changed it to 20/75, and it dropped to about 50% cpu usage for my members with bad computers. Keep tweaking with it and eventually it should work nicely for everyone, or you can turn it off with the last bit, for the mozilla users.

Thanks for this. I just tweaked mine like this and will report back as to the users experience. Thanks again.

Snake 12-25-2005 11:10 AM

It's not working on my forums. :S

Revpolar 12-31-2005 08:03 PM

Heres one for new years eve.

kregger 01-08-2006 09:41 AM

Cool snow! Thanks dude. *clicks install*

Craig

evenmonkeys 01-10-2006 08:36 PM

Is there a way to make a Valentine's Day theme as well?

angelicGrace 01-16-2006 03:09 PM

I substitued a heart gif (that i named snow.gif cause i'm lazy) for the traditional snow gif. used the big snowflake code. then used the fix from a page back that allows it to show on both IE and Foxfire.

Can be seen here

blackpheonix 02-09-2006 06:06 PM

great to see ppl are changing the images to match the occasions. :)
i should really change the title ;)


All times are GMT. The time now is 06:54 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.01466 seconds
  • Memory Usage 1,792KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete