View Single Post
Old October 8th, 2004, 03:38 PM   #7 (permalink)
Smoothie
Member
Verified Customer
 
Smoothie's Avatar
 
Join Date: Aug 2002
Location: NY
Posts: 415
Quote:
Originally Posted by omegatron
Yep your users stylesheets are set to 0

The program is looking for this

http://macfora.com/forums/style_images/css_0.css


Edit your ib2.php file and change line 372

if ( $fstyle == "" ) {

to

if ( $fstyle == "" || $fstyle == 0 ) {
Ok, did that. Seems to work, things look better but not quite right yet. What else do I need to do? But is there something wrong on my end that caused this? I would have never known to edit ipb2.php
Smoothie is offline   Reply With Quote