Admin stylesheet

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
MichaelK

Admin stylesheet

Post by MichaelK »

I there,



When I login to the admin section the stylesheet don't work but when I'm refresh the site then it works  ???..


But when I click on a link the stylesheet don't work again until I refresh the site.

Have anyone a fix for this problem?
Please help me.
PlanetBarton

Re: Admin stylesheet

Post by PlanetBarton »

Yes, it was all going so well and then I hit the same problem.

After digging around I found a solution on this forum which I shall summarise.

In the file /lib/classes/class.admintheme.inc.php

I searched for:

Code: Select all

<link rel="stylesheet" type="text/css" href="style.php" />
I replaced with:

Code: Select all

<link rel="stylesheet" type="text/css" href="http://www.mysite.co.uk/admin/themes/default/css/style.css" />
And it seems to be working.

For full details see:

http://forum.cmsmadesimple.org/index.ph ... 792.0.html
MichaelK

Re: Admin stylesheet

Post by MichaelK »

Many many many many THANKS!!!


It works!!!  ;D

It's the fact that I'm a man but I love you hahaha
Locked

Return to “[locked] Installation, Setup and Upgrade”