MyBB Community Forums

Full Version: CSS HELP ***PLEASE READ!!!*
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
I zoom in real far with a magnifier. And its the "cant display image"/"cant find image" box. As in a wrong path. Where can I fix that? In the .jsript file?
Yeah, in the javascript file there is a line near the top that should be the url of the snowflake image. Could you check that it is correct?
Ok yes, Is it a local path?; Or site path? And is there a preceeding/trailing "/"? The image I want is on the site and its path is /forums/images/christmasTheme/snowflake.png Is that right?
Ok open snowstorm.js in notepad. Near the top that says var snowflake.

Try changing the URL in that bit to http://yourdomain.com/forums/images/chri...wflake.png
You need to change the yourdomain.com bit Wink
Still wont work. Is this right???
var imagePath = 'http://toonsrule.com/forums/images/christmasTheme/snowflake.png'; // relative path to snow images (including trailing slash)
Going by the comment at the end of the line I would say to remove the snowflake.png part from the path and just end on the /
jquery conflict perhaps.
Nah it can't be cause this isn't jquery Undecided
I tried removing the snowflake.png part, and it didnt work, what else?
try removing all that code and installing this plugin
http://mods.mybb.com/view/snowstorm

I haven't tried it yet so I'm not sure if it works.
Pages: 1 2 3 4