Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QUESTION gsconfig.php changes for 3.3.19 CE?
#1
Hello!


My website is on Getsimple version 3.3.18 CE.




On the page https://getsimple-ce.ovh/download/ I get the advice:




Quote: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 ');



What is the reason for that? And what effect should it bring, since every line is commented out?




Thank you!



Hypertexter
Reply
#2
(2024-10-09, 19:08:36)Hypertexter Wrote: Hello!


My website is on Getsimple version 3.3.18 CE.




On the page https://getsimple-ce.ovh/download/ I get the advice:




Quote: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 ');



What is the reason for that? And what effect should it bring, since every line is commented out?




Thank you!



Hypertexter

Hello Hypertexter,
Sorry for the late reply, I dont often check this site any more.
The "add new" are some settings that did not previously exist and have been added to CE.

The wysiwhg settings are similar, the ckEditor settings have been updated, and this provides support for these new settings and plugins.


GS Community Edition with php8.x compatibility, new features and much more!  Support Me


Reply




Users browsing this thread: 1 Guest(s)