GetSimple Support Forum
Admin themes doesn't work? - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: Admin themes doesn't work? (/showthread.php?tid=1476)



Admin themes doesn't work? - krisu - 2011-03-28

I tried to make admin theme, but it seems that it doesn't change any colors what so ever.

I use version 3.0 stable, so it's not because of version either.

It's also placed at right directory in 'themes'

I used 'default admin theme' file.

I put my "test file" as attachement, but I don't see what is wrong. Bug maybe?


Admin themes doesn't work? - ccagle8 - 2011-03-28

you were right. it was referencing GSTHEMESPATH which wasnt defined because i never included the /inc/common.php file. This has been fixed for 3.1


Admin themes doesn't work? - krisu - 2011-03-28

ccagle8 Wrote:you were right. it was referencing GSTHEMESPATH which wasnt defined because i never included the /inc/common.php file. This has been fixed for 3.1
Okey. Thanks!


Admin themes doesn't work? - Connie - 2011-06-16

ccagle8 Wrote:you were right. it was referencing GSTHEMESPATH which wasnt defined because i never included the /inc/common.php file. This has been fixed for 3.1

Chris, your black and white admin theme is available in the EXTEND, but as said here already, the changes are not working.

Do you have some tipps for us to get it working with a 3.0 stable version?

Cheers, Connie


Admin themes doesn't work? - Zegnåt - 2011-06-16

Connie Wrote:Do you have some tips for us to get it working with a 3.0 stable version?
The problems are with /admin/template/style.php not working properly. You could try to exchange the whole file with the newest style.php from the development version.

If you want to play it safe and stick to the stable release you can try the following two search and replaces:

Search: (line 15)
Code:
simplexml_load_string($xml, 'SimpleXMLExtended', LIBXML_NOCDATA)
Replace with:
Code:
simplexml_load_string($xml)
Search: (line 19 and 21)
Code:
GSTHEMESPATH.'
Replace with:
Code:
'../../theme/



Admin themes doesn't work? - Connie - 2011-06-16

thanks, I will throw a coin which way I will take ;=)


Admin themes doesn't work? - Ampersand - 2011-10-18

Thanks guys for clearing this out here, but please someone mention it also on the extend page. I spent half a day trying to sort it out.


Admin themes doesn't work? - Connie - 2011-11-03

Ampersand Wrote:Thanks guys for clearing this out here, but please someone mention it also on the extend page. I spent half a day trying to sort it out.

I did update it, sorry for so late info there


Admin themes doesn't work? - jetbrav - 2011-11-05

thanks for the tips!