Download GetSimple CMS CE
⚠️ INSTALLATION:
- Extract Zip file to your web host.
- Visit your domain and navigate to /admin (or your gsadmin path set in gsconfig.php), you will be redirected to the upgrade and install scripts.
- (If you are receiving a 500 error, you may need to adjust permissions in .htaccess.)
NOTE: Your site will be automatically put in maintenance mode during installs or upgrades.
⚠️ UPGRADING:
GetSimple v3.3.16 or newer required!!
- Always create a backup to protect against the unexpected!
- Overwrite existing files with the files included in this patch.
- After uploading open yoursite.com/admin to complete the upgrade.
New as of v3.3.19.1
Manually update your existing "gsconfig.php" with the following:
Add New:
# Login Page Default Language; $LANG = 'en_EN'; // es_ES, pl_PL, de_DE, uk_UK, etc.
# Sort admin page list by title or menu define('GSSORTPAGELISTBY','menu');
Replace section:
# WYSIWYG editor height (default 500)
# define('GSEDITORHEIGHT', '400');
# WYSIWYG toolbars (advanced, basic or [custom config])
# define('GSEDITORTOOL', 'advanced');
# WYSIWYG editor language (default en)
# define('GSEDITORLANG', 'en');
# WYSIWYG Editor Options # define('GSEDITOROPTIONS', '');
With updated:
# WYSIWYG editor height (default 500)
# define('GSEDITORHEIGHT', '400');
# WYSIWYG editor language (default en)
# define('GSEDITORLANG', 'en');
# WYSIWYG toolbars (advanced, basic, CEbar, island or [custom config])
define('GSEDITORTOOL', "CEbar");
# WYSIWYG Editor Options define('GSEDITOROPTIONS', ' extraPlugins:"fontawesome5,youtube,codemirror,cmsgrid,colorbutton,
oembed,simplebutton,spacingsliders", disableNativeSpellChecker : false, forcePasteAsPlainText : true ');
Follow/Star us on GitHub