A while ago, @shawn_a dropped a hint about building a UI for the
In a day or two, this will have become a reality and I just couldn't hold my excitement to post a preview here.
What is this?
GSconfig UI is a UI shim of
Important: this plugin does not read into your existing config, so make sure to synchronize changes to the default config in the UI before hitting 'Save updates'.
What features?
Changelog
gsconfig.php
through my plugin GS Custom Settings.In a day or two, this will have become a reality and I just couldn't hold my excitement to post a preview here.
What is this?
GSconfig UI is a UI shim of
gsconfig.php
. That means you can tweak the config settings straight from your admin backend, and what's more, without needing to reload the page, log on and off when you change salts, or flush the cache when you change the backend styles! Important: this plugin does not read into your existing config, so make sure to synchronize changes to the default config in the UI before hitting 'Save updates'.
What features?
- Instant config update from within your GS backend
- Nicely ordered settings per topic with additional help and links
- Tweak all GSconfig settings with just 1 or 2 clicks.
- Generate SALT's for your passwords right from the UI, without having to relog.
- Generate a custom CKeditor toolbar right from the UI.
- Reset all settings to their defaults.
- Check GSconfig settings easily by using the hook
add_action('gsconfig-load', $function)
, which gives you access to $gsconfig. To get a config setting simply do$gsconfig['CONSTANT']
. Ifnull
is returned, the setting is commented out or === default value.
- All default GS Custom Settings features (search, export/ import)
- If you haven't already, install GS Custom Settings 0.4+
- Download the plugin, extract to plugins folder, activate in plugins tab and navigate to the GS Custom Settings 'Site' tab. In the sidebar you will see an item 'GSconfig UI'
- Synchronize changes in the UI vs. the GS default config.
- Tweak all the settings you like
- This plugin requires GS Custom Settings 0.4+
- If you had config changes before installing, make sure to synchronize them in the UI before hitting 'Save updates' the first time
- This plugin directly edits gsconfig.php. It is important that you do not have the same constant (even when commented out) twice or more in the file.
- The settings for
GSEDITOROPTIONS
need some polishing.
Changelog
Code:
27/05/2015 - V. 0.2.1
Bugfixes:
- Fixed potential problems with SALT's & admin dir getting mixed up
- Fixed absence of redirect when changing admin dir name
- Fixed Reset to defaults button not appearing
25/05/2015 - V. 0.2
New:
- Added GS constants to descriptions, removed default code copy field
- Added language fr_FR
- Added license, readme, changelog
Changes:
- Moved Custom toolbar & salt generators inline
Bugfixes:
- Fixed I18n merging (now multilang capable)
- Fixed errors with custom toolbar generator toggle icon
- Fixed custom toolbar generator styling with GSSTYLEWIDE
- Fixed potential issues with missing file_exists checks
- Fixed broken link in plugin description
20/05/2015 - V. 0.1 (Alpha)
Initial launch