GetSimple Support Forum
Bug report about 'Codemirror theme editor' - 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: Bug report about 'Codemirror theme editor' (/showthread.php?tid=4672)



Bug report about 'Codemirror theme editor' - AlexStarnavsky - 2013-04-24

I found a small problem: if administrative panel folder name changed (in 'gsconfig.php'), the 'Codemirror theme editor' does not work.

Need fix 'theme-edit.php' file in line 112, 114, 115.

-----
GetSimple v3.2.0


RE: Bug report about 'Codemirror theme editor' - eatons - 2013-04-25

"if administrative panel folder name changed (in 'gsconfig.php')"

To change your existing files before they are officially updated, do this:
Change "$SITEURL.'admin/template/..." To "$SITEURL.$GSADMIN.'/template/..."

also the same is true for anyone using DM_Matrix. Change lines, 76,79,80,81,82,90,114

Tested on GS_3.2.0


RE: Bug report about 'Codemirror theme editor' - shawn_a - 2013-04-25

This fix has already been applied in hotfixes for 3.2.2
https://github.com/GetSimpleCMS/GetSimpleCMS/commit/8f0a6bc4cc81aa7f47cf2d72f878022787510080


RE: Bug report about 'Codemirror theme editor' - eatons - 2013-04-25

I had a feeling you'd be on top of that! good work!


RE: Bug report about 'Codemirror theme editor' - n00dles101 - 2013-04-25

Matrix updated on Github too...