Admin and styles AGAIN (1.0.5)

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
heltinde

Admin and styles AGAIN (1.0.5)

Post 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?
Dee
Power Poster
Power Poster
Posts: 1197
Joined: Sun Mar 19, 2006 8:46 pm

Re: Admin and styles AGAIN (1.0.5)

Post 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
heltinde

Re: Admin and styles AGAIN (1.0.5)

Post by heltinde »

Thanx Dee, but it's exactly what I've tried.
heltinde

Re: Admin and styles AGAIN (1.0.5)

Post 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  ;)
Locked

Return to “CMSMS Core”