Hi guys,
Thanks for looking into this.
To fix issues until I upload a new version, find
GSconfig UI is in need of a structural rewrite for some parts, I had started this months ago but never finished it...
Have there been any more 'fixes' to the 'broken' constant checkings? (cf posts #31 & #32 of this thread)
@shawn_a, very good suggestion about making a backup of the config first.
@datiswous since version 0.6.2 GS Custom Settings backs up your data folder on load at
(ofc. if you reload the page, it will back up the newly saved empty settings, I should refine that mechanism)
Cheers,
Ty
Thanks for looking into this.
To fix issues until I upload a new version, find
gsconfig_ui.php
, - in the
register_plugin
call, replace '0.2.2' by '0.3'
- search for
addHook(gsconfigUI.init)
(line 130) and replace it withaddHook('gsconfig_ui', gsconfigUI.init);
.
GSconfig UI is in need of a structural rewrite for some parts, I had started this months ago but never finished it...
Have there been any more 'fixes' to the 'broken' constant checkings? (cf posts #31 & #32 of this thread)
@shawn_a, very good suggestion about making a backup of the config first.
@datiswous since version 0.6.2 GS Custom Settings backs up your data folder on load at
backups/other/custom_settings
(ofc. if you reload the page, it will back up the newly saved empty settings, I should refine that mechanism)
Cheers,
Ty