2016-09-29, 01:07:58
I have to look at this to check if there's a better way, but for the moment... this works for me:
Add this to your gsconfig.php file
(only for the ckeditor - not for the optional image selection in post options)
Add this to your gsconfig.php file
Code:
define('GSEDITOROPTIONS', '
filebrowserBrowseUrl:"../plugins/responsivefilemanager/dialog.php?type=2&lang=en&editor=ckeditor&fldr=",
filebrowserImageBrowseUrl:"../plugins/responsivefilemanager/dialog.php?type=1&lang=en&editor=ckeditor&fldr=",
filebrowserWindowWidth:"75%",
filebrowserWindowHeight:"60%"
');
(only for the ckeditor - not for the optional image selection in post options)