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?
Problems with Admin theme
Re: Problems with Admin theme
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.
-
jadusdathe
- Forum Members

- Posts: 54
- Joined: Sat Sep 20, 2008 3:50 pm
Re: Problems with Admin theme
how can we do this then KO ? i have the same problem 
Re: Problems with Admin theme
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.
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.
