Simple Machines Community Forum

Archived Boards and Threads... => Archived Boards => Mambo Bridge Support => Topic started by: rsuplido on March 18, 2005, 08:00:59 AM

Title: Solar Flare II Fix
Post by: rsuplido on March 18, 2005, 08:00:59 AM
Hi. I'm new here and like some of you, I'm having the same problems with Solar Flare II template when used with SMF. Basically, after installing the bridge, the center article block and the right nav will appear at the bottom of the left nav. I thought I'd post the solution for this since after getting this error I searched and searched and wasn't able to find a fix.

Since SMF is overriding the login block, after much tests I traced the problem to  modules/mod_smf_login.php:

Find:

Username:<br /><input type="text" name="user" size="10" /><br />
Password:<br /><input type="password" name="passwrd" size="10" />


Change to:

Username:<br /><input type="text" name="user" size="8" /><br />
Password:<br /><input type="password" name="passwrd" size="8" />


I hope this helps.
Title: Re: Solar Flare II Fix
Post by: trenchteam on March 20, 2005, 10:52:11 PM
so does this allow the forum to be wrapped in the template now in IE?  It always worked in FF but I could never get a fix for IE. thanks for your reply
Title: Re: Solar Flare II Fix
Post by: chadness on March 21, 2005, 11:45:23 AM
You'll still run in to situation here and there where the forum (or other components - I know akoLegal had issues) will drop down.  You can solve that by changing some "width" settings, if you don't mind not accomadting 800x600 people as well.
Title: Re: Solar Flare II Fix
Post by: trenchteam on March 21, 2005, 07:17:14 PM
Can you eleborate more on this.  I added the code, but the forums are still going down below to the left.
Title: Re: Solar Flare II Fix
Post by: rsuplido on March 21, 2005, 07:22:48 PM
Please give a link or screenshot of your site to give us an idea.
Title: Re: Solar Flare II Fix
Post by: trenchteam on March 21, 2005, 09:29:09 PM
Internet Explorer

(http://img.photobucket.com/albums/v334/trenchteam1/wrapper.jpg)

Firefox (LOOKS GREAT!)

(http://img.photobucket.com/albums/v334/trenchteam1/wrapper2.jpg)
Title: Re: Solar Flare II Fix
Post by: chadness on March 23, 2005, 11:47:43 AM
Try this (untested, may or may not work). 
Open up index.php of the Solarflare II template. 
Change the width setting on line 48 to "908". 
The ads might look funny, so you may want to change the width setting on line 99 to "568".  (You'll need to make your advertisement pictures bigger to fill that in).
Title: Re: Solar Flare II Fix
Post by: trenchteam on March 23, 2005, 07:00:56 PM
Going to give it a go!  Damn, this is pretty frustrating. Thanks though. ;D
Title: Re: Solar Flare II Fix
Post by: trenchteam on March 23, 2005, 07:02:55 PM
Did not work for me. :-[
Title: Re: Solar Flare II Fix
Post by: chadness on March 23, 2005, 11:29:00 PM
If you can zip up a copy of your theme and post it some where, I'll check it out if I get a chance.
Title: Re: Solar Flare II Fix
Post by: chadness on March 29, 2005, 05:00:14 PM
OK, in the solar flare templates, most of the widths are set in the CSS file.  I remember what I did now.  I widened the content area by 100 pixels (yes, this makes it so it's not 800x600 friendly).  This involved widening the main page by 100, the content area by 100, the advertsement by 100, and the last posted and popular boxes by 50 each.  If you search through the CSS file for every Width tag, you can change them one by one until you have it the way you like.  You'll also want to change your header graphic and ads to fill up that extra space.

Trench, let me know if the file I edited for you works!
Title: Re: Solar Flare II Fix
Post by: trenchteam on March 30, 2005, 12:02:51 AM
Gonna give this a go on the weekend. Thanks. I'll be sure to let you know
Title: Re: Solar Flare II Fix
Post by: Kindred on March 30, 2005, 07:17:24 AM
FYI... on mamboforge, they have breleased a variable width version of solarflare II
Title: Re: Solar Flare II Fix
Post by: chadness on March 30, 2005, 03:51:34 PM
This one?  http://mamboforge.net/projects/solarflare2-dw/
That should help a lot of people...