Posts: 11
Threads: 2
Joined: Jun 2011
2013-04-24, 19:09:13
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
Posts: 79
Threads: 2
Joined: Feb 2012
"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
Posts: 6,266
Threads: 181
Joined: Sep 2011
This fix has already been applied in hotfixes for 3.2.2
https://github.com/GetSimpleCMS/GetSimpl...2787510080
Posts: 79
Threads: 2
Joined: Feb 2012
I had a feeling you'd be on top of that! good work!
Posts: 1,108
Threads: 70
Joined: Aug 2009
Matrix updated on Github too...