Project Snow

Started by Matthew K., January 10, 2010, 03:23:07 AM

Previous topic - Next topic

sharks

Can someone please tell me how to make the snow flakes like this: ✼ (except bigger)


cryptic3

Quote from: Labradoodle-360 on December 02, 2010, 06:33:30 PM
That is your cPanel error log, most likely. As far as I know, that is not SMF's.
Quote from: cryptic3 on December 02, 2010, 04:26:14 PM
last 300


If you mean the errors showing in my forum error log then I have 12600 although obviously not all different some of which are attached.


YogiBear

cryptic, let's take this over to your thread in 1.1.x support...

SMF v2.1.4  Mods : Snow & Garland v1.4, Simple Image Upload v2.0.0,  PHP  v.8.1

GIJANE666

Quote from: sharks on December 03, 2010, 01:53:35 AM
Can someone please tell me how to make the snow flakes like this: ✼ (except bigger)

Just type in * at Character for Snow and you can change the Flake width and Flake height as well.

TehCraw

Quote from: sharks on December 03, 2010, 01:53:35 AM
Can someone please tell me how to make the snow flakes like this: ✼ (except bigger)

Open Sources/Load.php

Search For
Code (Search For) Select

snowStorm.snowCharacter = "'. (!empty($modSettings['snowCharacter']) ? htmlspecialchars($modSettings['snowCharacter']) : '•'). '";


Replace With
Code (Replace With) Select

snowStorm.snowCharacter = "'. (!empty($modSettings['snowCharacter']) ? htmlspecialchars($modSettings['snowCharacter']) : '✼'). '";


Then just remove all input from your "Snow Character" field, and that should work for you. The size can still be adjusted.
Any fool can write code that a computer can understand. Good programmers write code that humans can understand. - Martin Fowler

lord alibaski

Sorry took so long to reply m8 been busy.

I've attached my admin.php

Matthew K.

Scotty...there is no need to edit Load?
Quote from: ScottyBoy on December 03, 2010, 12:52:35 PM
Quote from: sharks on December 03, 2010, 01:53:35 AM
Can someone please tell me how to make the snow flakes like this: ✼ (except bigger)

Open Sources/Load.php

Search For
Code (Search For) Select

snowStorm.snowCharacter = "'. (!empty($modSettings['snowCharacter']) ? htmlspecialchars($modSettings['snowCharacter']) : '•'). '";


Replace With
Code (Replace With) Select

snowStorm.snowCharacter = "'. (!empty($modSettings['snowCharacter']) ? htmlspecialchars($modSettings['snowCharacter']) : '✼'). '";


Then just remove all input from your "Snow Character" field, and that should work for you. The size can still be adjusted.

Matthew K.

No problem. Here you go! :) Enjoy!
Quote from: lord alibaski on December 03, 2010, 01:43:14 PM
Sorry took so long to reply m8 been busy.

I've attached my admin.php

NanoSector

Works fine, except when an user clicks on the page the mods stops moving snow.

SMF version: 2.0 RC4
Theme: SMFPersonal by lucas-ruroken
My Mods / Mod Builder - A tool to easily create mods / Blog
"I've heard from a reliable source that the Answer is 42. But, still no word on what the question is."

Matthew K.

Try changing the z-index to something with a negative number and see if that fixes it. And does it work okay on default Curve for you?

NanoSector

Quote from: Labradoodle-360 on December 03, 2010, 02:40:02 PM
Try changing the z-index to something with a negative number and see if that fixes it. And does it work okay on default Curve for you?
Nope.

And please say what you mean with negative number...I'm a noob at these values.
My Mods / Mod Builder - A tool to easily create mods / Blog
"I've heard from a reliable source that the Answer is 42. But, still no word on what the question is."

Matthew K.

"-2" or "-1"

Would you please in addition provide me with a link to your forum? If you don't want it on a topic...you can PM it to me.

NanoSector

My Mods / Mod Builder - A tool to easily create mods / Blog
"I've heard from a reliable source that the Answer is 42. But, still no word on what the question is."

Matthew K.


NanoSector

Quote from: Labradoodle-360 on December 03, 2010, 02:52:31 PM
I can not seem to find any problems there?
Quote from: Yoshi2889 on December 03, 2010, 02:46:37 PM
Nope...tried both.

EDIT:
http://smftools.comlu.com/forums/index.php
Hm? Weird.

In Simple Browser I get issues...and it's build on IE.
In IE it's the same tho.
My Mods / Mod Builder - A tool to easily create mods / Blog
"I've heard from a reliable source that the Answer is 42. But, still no word on what the question is."

Matthew K.

Ah, I just tested in IE, and that's it. I apologize for that issue...I'll talk with Scotty about it.

teh_Krall

Thanks for putting together this mod, it makes my forums look a little more Christmas like now :)


Matthew K.

Not a problem! We enjoyed writing it. Glad you like it.
Quote from: teh_Krall on December 03, 2010, 03:07:53 PM
Thanks for putting together this mod, it makes my forums look a little more Christmas like now :)



Hally_89

I seem to be having a problem on my forum using this mod. When the snow reaches the end of the page an x-axis scroll flickers on and off at the bottom of the screen. Any ideas why this is happening?

lord alibaski


Advertisement: