Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Admin themes doesn't work?
#1
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?
Author of GetSimple 3's Finnish Language file — http://get-simple.info/extend/language/f...guage/106/
Reply
#2
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
Thanks for using GetSimple! - Download

Please do not email me directly for help regarding GetSimple. Please post all your questions/problems in the forum!
Reply
#3
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!
Author of GetSimple 3's Finnish Language file — http://get-simple.info/extend/language/f...guage/106/
Reply
#4
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
|--

Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forums/forumdisplay.php?fid=18
Reply
#5
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/
“Don’t forget the important ˚ (not °) on the a,” says the Unicode lover.
Help us test a key change for the core! ¶ Problems with GetSimple? Be sure to enable debug mode!
Reply
#6
thanks, I will throw a coin which way I will take ;=)
|--

Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forums/forumdisplay.php?fid=18
Reply
#7
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.
Reply
#8
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
|--

Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forums/forumdisplay.php?fid=18
Reply
#9
thanks for the tips!
Reply




Users browsing this thread: 1 Guest(s)