Snow in smf forums

bigguy

Retired
Messages
10,984
Reaction score
10
Points
38
Are you in the Christmas spirit ? wanna do a little trick to get it to snow on your forum ? Try this:

In your "Index.template.php" file find this:

<script language="JavaScript" type="text/javascript" src="', $settings['default_theme_url'], '/script.js">

Add after:

<script language="JavaScript" type="text/javascript" src="http://images.alltheweb.ro/scripts/snow.js">

I have this on my forum and it worked great. I got it from the smf community website and thought I would share it.
 
Last edited:

Phil

Retired Staff
Messages
7,344
Reaction score
0
Points
36
bigguy said:
Are you in the Christmas spirit ? wanna do a little trick to get it to snow on your forum ? Try this:

In your "Index.template.php" file find this:

<script language="JavaScript" type="text/javascript" src="', $settings['default_theme_url'], '/script.js">

Add after:

<script language="JavaScript" type="text/javascript" src="http://images.alltheweb.ro/scripts/snow.js">

I have this on my forum and it worked great. I got it from the smf community website and thought I would share it.
Thats wicked, my SMF crashed and now it won't reinstall eeekk.
 

bigguy

Retired
Messages
10,984
Reaction score
10
Points
38
I didnt have to do anything but put that code in where I told you to. The link in the code goes to the file you need I do believe. If you want to take alook at my forums index you`ll see its snowing there.
 
Top