1 lkahney Nov 07, 2005 07:22
3 lkahney Nov 08, 2005 00:20
Thanks for the advice. I tested it out, but unfortunately I couldn't get it to work.
After editing _menutop.php, the backoffice no longer gives you the choice of switching between different skins -- as planned -- but it doesn't preserve the chosen stylesheet at all. Everything is stripped back to the basic interface, with no style elements whatsoever.
I tried it with two different styles (I actually want to set "Legacy" as the default style) but none of them worked. :(
4 lkahney Nov 08, 2005 00:20
Thanks for the advice. I tested it out, but unfortunately I couldn't get it to work.
After editing _menutop.php, the backoffice no longer gives you the choice of switching between different skins -- as planned -- but it doesn't preserve the chosen stylesheet at all. Everything is stripped back to the basic interface, with no style elements whatsoever.
I tried it with two different styles (I actually want to set "Legacy" as the default style) but none of them worked. :(
5 personman Nov 08, 2005 03:16
Make sure it says rel="stylesheet", not rel="alternate stylesheet"
6 lkahney Nov 08, 2005 06:21
you're a genius. that was exactly the problem. i should have paid closer attention. i even managed to get it to default to my preffered skin -- legacy -- by substituting "legacy" for "variation."
many, many thanks. :D
<link href="legacy.css" rel="stylesheet" type="text/css" title="Legacy" />
Open /admin/_menutop.php and find this part:
Assuming you want to only allow variation.css, change it to:
Then you would want to find in that same file:
And delete that section.