Page 1 of 1

Admin and styles AGAIN (1.0.5)

Posted: Wed Apr 11, 2007 6:51 am
by heltinde
I'm used to edit class.admintheme.inc.php so it uses the absolute path to css/style.css. But after installing 1.0.5, this doesn't fix my problem not getting the theme stylesheet.
(I use the same web host to all my sites - 1.0.4 works fine).

Any good ideas?

Re: Admin and styles AGAIN (1.0.5)

Posted: Wed Apr 11, 2007 12:55 pm
by Dee
There's nothing I can think of that can go wrong if you use an absolute path - changing

Code: Select all

<link rel="stylesheet" type="text/css" href="style.php" /> 
into

Code: Select all

<link rel="stylesheet" type="text/css" href="http://myhost.example.com/path/to/cmsms/admin/themes/default/css/style.css" /> 
works fine here.

Check the URL by watching the page source from the admin and accessing the given URL to style.css directly.

Regards,
D

Re: Admin and styles AGAIN (1.0.5)

Posted: Wed Apr 11, 2007 1:58 pm
by heltinde
Thanx Dee, but it's exactly what I've tried.

Re: Admin and styles AGAIN (1.0.5)

Posted: Wed Apr 11, 2007 6:44 pm
by heltinde
-> Dee, I chose to delete 1.0.5 and installed 1.0.4 instead. After that I made an upgrade to 1.0.5 and now it works just fine. Strange things happens, and this was one of themĀ  ;)