Page 1 of 1

Problems with Admin theme

Posted: Wed Dec 03, 2008 9:37 am
by Sebastos
Hello all,

I've been using CMSMS recently and everything works perfect. Only one thing which keeps bugging me is the use of the admin theme. When I try to set a different theme beside the "default" or "NCleanGrey" the entire CMS will look awful. It's like it can not find some parts of a css or some links to files.

I even copied "NCleanGrey" gave it a different name, changed all the code with the new name but keeps looking awful...

Any idea how to resolve this?

Re: Problems with Admin theme

Posted: Wed Dec 03, 2008 3:54 pm
by KO
You need to do more than just change name to make your own Admin Theme. I believe you will find more info by searching this forum how to do that.

Re: Problems with Admin theme

Posted: Mon Dec 08, 2008 12:54 pm
by jadusdathe
how can we do this then KO ? i have the same problem :(

Re: Problems with Admin theme

Posted: Mon Dec 08, 2008 3:35 pm
by KO
If I remember right you need to change line 18 on "yourTheme.php" to have...

class yourTheme extends AdminTheme

So match it with your php file name and directory name needs to be "your".

I've done it some time ago so I might have forgotton something.