Simple Machines Community Forum

Customizing SMF => Tips and Tricks => Topic started by: Antechinus on February 14, 2011, 05:11:44 PM

Title: RC4 themes used with RC5.
Post by: Antechinus on February 14, 2011, 05:11:44 PM
If you have an RC4 theme and have upgraded to RC5, then when using sidebar menus in admin/profile/etc you may get this problem:

(http://i52.tinypic.com/2i8hl04.png)

To fix this, make the following change to index.css:

Find:
#main_admsection
{
margin-left: 172px;
}


Replace:
#main_admsection
{
margin-left: 172px;
overflow: hidden;
}


This should work for all themes that are based on the default. :)

If you are too lazy to find the #main_admsection code, you can just add the replace code to the end of the file and it will still work. 
Title: Re: RC4 themes used with RC5.
Post by: lucas-ruroken on February 14, 2011, 10:31:31 PM
Really good tip. Thanks
Title: Re: RC4 themes used with RC5.
Post by: Masterd on February 15, 2011, 10:51:04 AM
Yes, indeed.
Title: Re: RC4 themes used with RC5.
Post by: tesser on February 15, 2011, 04:48:12 PM
Thats strange my RC4  themes are working ok on RC5  installed fine  also no errors in the logs  i'm also using RC3 RC4 RC5 mods too.

But a nice trick for those with problems on there best themes.
Title: Re: RC4 themes used with RC5.
Post by: Masterd on February 16, 2011, 07:47:28 AM
Are you useing sidebar menus?
Title: Re: RC4 themes used with RC5.
Post by: tesser on February 16, 2011, 09:30:17 AM
Nope here is my themes and there is a RC2 installed on RC4 as well.

(http://i566.photobucket.com/albums/ss101/mastermixer/1.gif)

(http://i566.photobucket.com/albums/ss101/mastermixer/2.gif)
Title: Re: RC4 themes used with RC5.
Post by: Masterd on February 18, 2011, 10:03:40 AM
That is strange, indeed.
Title: Re: RC4 themes used with RC5.
Post by: enik on February 18, 2011, 12:48:13 PM
Thanks for the tip  ;)
Title: Re: RC4 themes used with RC5.
Post by: Joshua Dickerson on February 22, 2011, 02:53:44 PM
Antechinus, want to put that on the wiki?
Title: Re: RC4 themes used with RC5.
Post by: rowe1leon on February 23, 2011, 01:10:41 AM
Facing the same problem..Your solution will be helpful. Some similar changed are already made but this one is very appropriate. Thanks.


Title: Re: RC4 themes used with RC5.
Post by: dougiefresh on February 26, 2011, 11:12:55 AM
Thank for this information!  Helped me greatly to fix that issue with non-compilant themes....
Title: Re: RC4 themes used with RC5.
Post by: bryan_49ers on March 14, 2011, 05:47:32 PM
Thank you!