MyBB Community Forums

Full Version: People using firefox have trouble with my boards
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
www.dangerousminds.kicks-lime.org

apparently the template doesnt load and the pages are just white and strange.

i never modified the coding of the boards at all but i think something got mesed. how should i go about fixing this.

thx!
would it be possible that there are some empty lines after the '?>'
in the CSS.PHP -file?
then again don't trust me....a few weeks ago I wouldn't have known PHP from a MAC-truck....I am only on a crash-course here...

cheers,
Kimmo


PS. Using firefox with the WebDeveloper-extension, if you click on CSS -> Edit CSS, it opens up the CSS-information on the left hand side....and automagically your forum looks fine in the right frame......bugger me if I know why....the gurus here know for sure though! Smile

Might also be worth checking http://www.mybboard.com/community/showth...214&page=1
http://www.dangerousminds.kicks-lime.org/css.php Wink

To fix:

Open css.php

Find:
// start our main timer! :)

ABOVE that add:
error_reporting(E_ALL & ~E_NOTICE);

Should fix it.

Regards,
Chris