Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
GS Custom Settings [v0.6.2]
#1
GS Custom Settings is a plugin for GetSimple CMS which lets webmasters/ site managers, theme and plugin developers implement and use their own custom settings for output, configuration, and cross-plugin/-theme communication. It allows in one package to achieve the same as Custom fields (but site-wide instead of per page), Slogans, Theme Settings, Links Manager, Custom Title and Translate combined and more. The plugin offers 8 different types of input to choose from, 3 access levels, per-user editing permission, and an easy UI to create, import and export the settings. GS Custom Settings is built on Knockout JS and uses JSON for data storage. 

Features
  • Custom settings for site managers, plugin and theme developers
  • 9 different setting types (select, radio, text, textarea, checkbox, color, image, date, section titles) + 3 fancy variants (FontAwesome)
  • 3 access levels for settings (normal, hidden, locked)
  • I18n text/ textarea settings (with I18N plugin 2.5.8+)
  • Output settings in pages with `(% setting:tab/setting %)` or in PHP with the rich API (see docs)
  • Restrict user editing permission per user (also with MultiUser 1.8.2+)
  • Feature-rich editing in 'edit' mode with multiselect, batch setting adding/removing & keyboard shortcuts
  • Responsive feedback through notifications
  • Import (IE10+ & other browsers)/ Export settings for re-use through the GUI
  • Build and export settings directly through the UI for your plugin/ theme
  • Extend existing themes and plugins with custom settings
  • Access settings from other themes and plugins
  • (almost) fully i18n, even custom theme and plugin settings I18n-enabled
  • Available in English, French, German, Russian, Dutch & Spanish
Download & install

You can download this plugin in the Extend repository
To install, simply extract the ZIP file to the plugins directory, and activate it in the Plugins tab. A new tab 'Site' will appear in which you can use the plugin. 

Basic usage

After you activate the plugin in the 'Plugins' tab, a custom 'Site' tab will show up. 
Here, go to 'Edit' mode to start building your settings Smile 
NB: You always need to click 'Save updates' to confirm saving any action.
To get a setting in a page (in the WYSIWYG editor), simply type (% setting: tab/setting %).
To output a setting in PHP, type <?php get_setting('tab','setting') ?>.
To return a setting in PHP, type <?php return_setting('tab', 'setting') ?>.

Compatibility
  • GS compatibility: Compatible and tested with GS 3.2.3, 3.3 & 3.4 (probably works on 3.5 too)
  • PHP compatibility: Compatible and tested with PHP 5.2.1+ (might be compatible with earlier versions)
  • Browser compatibility: Compatible and tested with Google Chrome, Mozilla Firefox, Internet Explorer 9+ (in IE8, only Manage mode works). Should be compatible with Safari too.
Screenshots

Manage Mode:
[Image: w0yV3ez.png]

Edit Mode:
[Image: NuQ2ezN.png]

Tutorials
Tutorial - Building a theme with GS custom settings
Theme development with GS custom Settings

Documentation
To read the full guide, go to the plugin's page.
Known Issues
Code:
20/05/2015 - V. 0.4 (DevChills)

 - Using cyrillic chars in the plugin will cause an error which disables saving updates.
 - Content filter (% %) doesn't work anymore
 - Cyrillic chars are stripped out of setting lookups
 - 'Search..' label not translated
 - Code copy lookup tooltip in Edit mode + sidebar tooltip for label/lookup toggle are incorrect
 - Update notification & plugin version are wrong
 - Last setting in a tab can't be removed
 - Theme import not working (+not working for I18N-settings)

17/04/2015 - V. 0.3 (Critical fix)
    
 - Moving the before-last tab down in Edit mode may cause a fatal error
 - get_setting always returns NULL when third parameter set to false
 - get_setting with image settings with whitespace in the path name are broken
 - Image setting returns broken image if link is not set (now empty string)
 - Color setting saves empty 'options' property
 - return_setting returns an entire tab when setting isn't found (now NULL)
 - notifications don't appear above sidebar when sidebar is set to sticky in gsconfig
 - Tab labels can only contain ASCII Latin characters (eg, no Arab/ Russian), see http://unicode-table.com/
 - Changing the 'lookup' property of a setting results in non-blocking JS errors.
 - 'Section Title' & empty image input placeholder is not translated
 - Edit mode multiselection bugs in IE8
 - Plugin breaks when GSADMIN is set to something else than 'admin'

30/03/2015 - V. 0.2 (beta)
    
 - 'custom-settings-init' hook not working reliably
 - Tab labels can only contain ASCII Latin characters (eg, no Arab/ Russian), see http://unicode-table.com/
 - FATAL: When no settings or tabs are present on first load, a fatal JS error blocks the plugin from loading
 - When restricting permission, Export & Import are also unavailable.
 - Empty text value settings are reset on first save if value is empty
 - 'Section Title' is not translated
 - Edit mode multiselection bugs in IE8
 - KO site settings showing as title when no 'site' tabs are created instead of 'GS Custom Settings'
  - Settings import only works with IE10 & up
  - When repeatedly batch editing settings, selection might bug or actions might not be executed on entire selection
  - Repeatedly importing settings for the same tab without reloading the page/ importing settings for another tab first doesn't work
 - Minor JS 'input focus' error (non-blocking)
 - Security token sent along with data
 - return_setting returns entire setting when asked for absent property (now returns NULL)
 - return_setting returns entire setting for option inputs instead of value only when value is index 0

Changelog
Code:
04/10/2015 - V. 0.6 (JS Renaissance)


New:
  - Smoother mode & tab transitions, setting creation
  - New, clean code base using RequireJS & Knockout components
  - Lookup naming conflict errors now point the user to the involved tabs/settings
  - Edit grid and sidebar colors now fully adapt to admin.xml & GS defaults
  - Edit mode: Added Ctrl + A keyboard shortcut to select all settings
  - Image settings can now make use of an image browser by clicking the 'Browse' button
  - Color settings can now make use of a color picker by clicking the color box (except IE)
  - Added date settings with datepicker
  - (almost) fully compatible with FlatBlue Admin Theme plugin
Changes:
  - Setting limit per tab increased from 64 to 100
  - Search is now reset when changing tabs/ mode
  - Enhanced performance for tab editing/ switching, search, manage-mode
  - KnockoutJS dependency updated to 3.3.0 latest build (12/08/15)
  - Enhanced setting code snippet display (through notification)
  - Edit mode: Support for IE8 dropped
  - Edit mode: Enhanced GSSTYLE_WIDE display in Edit mode
  - Edit mode: Pressing SHIFT now properly toggles between the visible setting fields
  - Edit mode: Icon radio/checkbox are now subtypes of radio & checkbox type settings
  - Edit mode: Tab with 15+ settings are now loaded gradually to avoid page blocking in slower browsers
Bugfixes:
  - Fixed all minor multi-selection bugs in Edit mode
  - Fixed potential export bugs: filename for older browsers & appropriate encoding for non-ANSI chars

07/09/2015 - V 0.5.1 (Bugfix)

New:
 - Added 'Save settings' button to top navigation
Bugfixes:
 - Fixed setting folding automatically when type was changed
 - Fixed default language en_US when GS lang is not available for plugin

25/05/2015 - V. 0.5 (Cyrillic)

New:
 - Added option to disable display of lookup code copy in Manage mode for plugins/ themes
Changes:
 - More space & textarea resize for settings in Edit mode
 - Minor CSS changes & CSS file restructured
 - Labels in Manage mode have a title attribute which displays their (full) lookup properties
 - Code copy fields only appear in Manage mode when hovering over the setting
 - Added server cache refresh on plugin update
Bugfixes:
 - Fixed Cyrillic char problem with custom JSON indentation function
 - Fixed Cyrillic chars being stripped out of setting lookups
 - Fixed 'Search..' label not translated
 - Fixed code copy lookup tooltip in Edit mode + sidebar tooltip for label/lookup toggle
 - Fixed wrong version in plugin registration
 - Fixed unable to remove the last setting in a tab
 - Fixed crappy page display on load
 - Fixed content filter
 - Fixed theme import not working (+not working for I18N-settings)

20/05/2015 - V. 0.4 (DevChills)

New:
    - 3 new plugin hooks 'custom-settings-save', 'custom-settings-render-top', and 'custom-settings-render-bottom'
    - Plugin version notification & download through the UI
    - Fully automatic version update of settings for themes/ plugins
    - Added '?' help tab with version info, links, & translator credits 
    - Text & textarea settings can now be multilingual (with I18n plugin v.2.5.8+)
    - Added PHP function get_i18n_setting() for multilingual settings (with I18n plugin)
    - Added PHP function return_setting_group()
    - It is now possible to store custom setting properties in JSON file (for checking with PHP)
    - Renewed keyboard shortcuts
    - When GSSTYLESBFIXED is set, the toolbar in Edit mode will sticky to the top of the window
    - Tab options: enableReset ('Reset all settings' button) & 'enableAccessAll: false' hide tabs for users without editing permission 
Changed:
  - Upgrade from v0.1 no longer supported - to do this, deactivate, download v0.3, activate, then install 0.4
    - Search filter improved (lower & uppercase)
    - Code fields now show the bare lookup as title
    - Tab lookups can now be set manually from the tab toolbar (tag icon)
    - If gsconfig is set to have sticky sidebar, the toolbar in Edit mode will also be sticky
    - Tabs may now contain any unicode characters: use at your own risk
    - Textareas are resizeable vertically in Manage mode
    - return_setting($tab, $setting) now returns the value instead of full setting. To return full setting, pass FALSE as third parameter
    - Export output changed minimally
Bugfixes:
    - Fixed moving tab down in Edit mode causing an unrepairable bug
    - Fixed get_setting always returning NULL when third parameter set to false
    - Fixed get_setting with image settings to encode whitespace
    - Fixed empty image setting returning broken image if link is not set (now empty string)
    - Fixed empty options being saved for color setting
    - Fixed return_setting returning entire tab when setting wasn't found (now NULL)
    - Fixed notifications not appearing above sidebar when sidebar is set to sticky in gsconfig
    - Fixed 'Section Title' input & empty value image placeholder name not being translated
    - Fixed (% setting %) content filter not correctly outputting HTML tags
  - Removed 2 non-blocking JS errors

15/04/2015 - V. 0.3 (Critical fix)

New: 
  - Multi User plugin integration (v1.8.2 onwards)
  - Added image & color input fields
  - Added section title fields
  - Theme settings can now use the shorter tab name 'theme' instead of 'theme_settings', eg get_setting('theme','setting')
  - Links in descriptions become automatically clickable in 'Manage' mode
  - Added per-tab search filter for settings (lookup/ label)
  - Added language German & Spanish (fourth & fifth languages, so might need revision)
Changed:
  - Removed 'custom-settings-init' hook (unreliable)
  - Except for import/ export/ multiselect, now fully compatible with IE8 (previously only Manage mode)
Bugfixes:
  - 'KO site settings' replaced as title with 'GS Custom Settings' (in UI)
  - Eliminated minor JS 'input focus' error
  - Import & Export buttons now also available to users who cannot access Edit mode (backup purposes)
  - Fixed (% setting: tab/setting %) (now same as get_setting instead of return_setting)
  - Fixed text settings not saving when value hasn't been set
  - Fixed security token being sent with data (no longer)
  - Fixed return_setting returning entire setting when asked for absent property (now returns NULL)
  - Fixed loose checking bug returning entire setting for option inputs instead of value only when value is 0

30/03/2015 - V. 0.2 (Beta)

New:
  - Fully translatable, (almost) no hard-coded values anymore
  - Github repo at http://webketje.github.io/gs-custom-settings (issue tracking)
  - Complete UI overhaul, including:
    - tab/setting actions moved to one toolbar to unclutter the UI
    - opening a tab in edit mode is the same as in manage mode (used to be through icon)
    - Settings can now be batch selected/(re)moved/added
    - settings keyboard functionality (Ctrl, Shift for multiselect &amp; Delete)
  - Import &amp; export data directly from the UI as backup/ transfer to other site.
  - Export tab directly to JSON for plugin/theme dev with custom settings.
  - Enhanced, translatable notification manager
  - Theme developers can now register their custom settings, i18n-enabled.
  - Plugin developers can now register their custom settings, i18n-enabled.
  - Added security token check to AJAX filehandler.
  - Added PHP API with variable caching for better performance 
  - Permissions can be restricted per user by adding a <ko_edit>false</ko_edit> node to the user.xml
  - Added languages French, Dutch.
Changed:
  - Removed the ability to view all tabs in one (performance)
  - Plugin folder ko_base deleted, all contents moved into one folder
  - Renamed plugin more appropriately to 'Custom settings' as the focus and intent shifted away from original design.
  - Added readme.md to ZIP package with some basic instructions
  - Setting lookups 'tokens' must now be set manually
  - Settings in the plugin's PHP functions must now be retrieved with function($tab, $setting) instead of 'tab/setting'
Bugfixes:
  - Fixed array dereferencing issues. Plugin should now be compatible with PHP 5.2+
  - Fixed .htaccess for settings data. No longer accessible through browser/ HTTP requests (safer)
  - Fixed 'switch' input saving empty options array
  - Fixed moving a tab up or down causing settings' tab field to be changed
  - Fixed plugin not loading default language in case language file is missing
  - Clicking labels now automatically moves focus to the relevant inputs
  - JSON data is now formatted properly when saved, both through Javascript and PHP
  - Buttons in sidebar now properly disabled when unusable
  
18/02/2014 - V. 0.1 (Alpha)

Initial launch
Reply


Messages In This Thread
GS Custom Settings [v0.6.2] - by Tyblitz - 2015-02-19, 02:53:15
RE: *New* Plugin KO Site Settings - by shawn_a - 2015-02-19, 03:36:17
RE: *New* Plugin KO Site Settings - by Tyblitz - 2015-02-19, 04:22:15
RE: *New* Plugin KO Site Settings - by Oleg06 - 2015-02-19, 03:45:25
RE: *New* Plugin KO Site Settings - by shawn_a - 2015-02-19, 04:43:21
RE: *New* Plugin KO Site Settings - by Tyblitz - 2015-02-19, 05:40:25
RE: *New* Plugin KO Site Settings - by Oleg06 - 2015-02-19, 05:18:15
RE: *New* Plugin KO Site Settings - by shawn_a - 2015-02-19, 06:30:07
RE: *New* Plugin KO Site Settings - by Tyblitz - 2015-02-19, 09:11:27
RE: *New* Plugin KO Site Settings - by shawn_a - 2015-02-19, 06:31:13
RE: GS Custom Settings [v0.4 out] - by datiswous - 2015-05-23, 23:50:13
RE: GS Custom Settings [v0.4 out] - by datiswous - 2015-05-23, 08:48:21
RE: GS Custom Settings [v0.4 out] - by Tyblitz - 2015-05-23, 09:11:49
RE: GS Custom Settings [v0.4 out] - by datiswous - 2015-05-23, 23:24:29
RE: GS Custom Settings [v0.4 out] - by datiswous - 2015-05-24, 09:57:41
RE: GS Custom Settings [v0.4 out] - by Tyblitz - 2015-05-24, 10:22:31
RE: GS Custom Settings [v0.4 out] - by datiswous - 2015-05-24, 11:09:58
RE: GS Custom Settings [v0.4 out] - by Tyblitz - 2015-05-24, 12:05:29
RE: GS Custom Settings [v0.4 out] - by shawn_a - 2015-05-24, 10:54:52
RE: GS Custom Settings [v0.4 out] - by datiswous - 2015-05-24, 12:19:58
RE: GS Custom Settings [v0.4 out] - by Tyblitz - 2015-05-24, 12:48:50
RE: GS Custom Settings [v0.4 out] - by shawn_a - 2015-05-24, 23:35:59
RE: GS Custom Settings [v0.4 out] - by Tyblitz - 2015-05-25, 04:15:11
RE: GS Custom Settings [v0.5 out] - by Oleg06 - 2015-05-25, 07:10:46
RE: GS Custom Settings [v0.5 out] - by Oleg06 - 2015-05-25, 08:04:05
RE: GS Custom Settings [v0.5 out] - by datiswous - 2015-06-09, 21:32:45
RE: GS Custom Settings [v0.5 out] - by Tyblitz - 2015-06-09, 22:03:33
RE: GS Custom Settings [v0.5 out] - by datiswous - 2015-06-10, 23:52:55
RE: GS Custom Settings [v0.5 out] - by shawn_a - 2015-06-11, 00:27:00
RE: GS Custom Settings [v0.5 out] - by Tyblitz - 2015-06-27, 10:06:20
RE: GS Custom Settings [v0.5 out] - by datiswous - 2015-06-29, 09:47:35
RE: GS Custom Settings [v0.5 out] - by Oleg06 - 2015-07-11, 20:34:20
RE: GS Custom Settings [v0.5 out] - by datiswous - 2015-07-13, 05:40:07
RE: GS Custom Settings [v0.5 out] - by mganko - 2015-07-23, 19:58:56
RE: GS Custom Settings [v0.5 out] - by Tyblitz - 2015-07-24, 07:28:01
RE: GS Custom Settings [v0.5 out] - by Oleg06 - 2015-09-06, 07:50:07
RE: GS Custom Settings [v0.5 out] - by Tyblitz - 2015-09-07, 02:37:41
RE: GS Custom Settings [v0.5 out] - by Oleg06 - 2015-09-07, 04:44:03
RE: GS Custom Settings [v0.5 out] - by Tyblitz - 2015-09-07, 19:29:55
RE: GS Custom Settings [v0.5.1 out] - by Tyblitz - 2015-10-05, 02:40:39
RE: GS Custom Settings [v0.6 out] - by Oleg06 - 2015-10-05, 02:53:16
RE: GS Custom Settings [v0.6 out] - by Tyblitz - 2015-10-05, 03:20:44
RE: GS Custom Settings [v0.6] - by Oleg06 - 2015-10-05, 04:27:39
RE: GS Custom Settings [v0.6] - by Tyblitz - 2015-10-05, 04:46:10
RE: GS Custom Settings [v0.6] - by Oleg06 - 2015-10-05, 08:22:14
RE: GS Custom Settings [v0.6] - by Oleg06 - 2015-10-05, 08:39:09
RE: GS Custom Settings [v0.6] - by Tyblitz - 2015-10-05, 10:02:20
RE: GS Custom Settings [v0.6] - by Oleg06 - 2015-10-05, 17:34:28
RE: GS Custom Settings [v0.6] - by Tyblitz - 2015-10-05, 22:13:31
RE: GS Custom Settings [v0.6] - by Oleg06 - 2015-10-06, 01:16:23
RE: GS Custom Settings [v0.6] - by Tyblitz - 2015-10-06, 03:55:14
RE: GS Custom Settings [v0.6] - by Oleg06 - 2015-10-06, 04:21:51
RE: GS Custom Settings [v0.6] - by Tyblitz - 2015-10-08, 07:22:58
RE: GS Custom Settings [v0.6] - by gslexx - 2015-10-09, 07:44:25
RE: GS Custom Settings [v0.6] - by Tyblitz - 2015-10-09, 09:58:30
RE: GS Custom Settings [v0.6] - by gslexx - 2015-10-09, 17:04:56
RE: GS Custom Settings [v0.6] - by Tyblitz - 2015-10-09, 20:15:17
RE: GS Custom Settings [v0.6] - by gslexx - 2015-10-09, 21:29:44
RE: GS Custom Settings [v0.6] - by Tyblitz - 2015-10-10, 03:40:28
RE: GS Custom Settings [v0.6] - by gslexx - 2015-10-10, 04:05:36
RE: GS Custom Settings [v0.6] - by gslexx - 2015-10-10, 19:32:22
RE: GS Custom Settings [v0.6] - by Tyblitz - 2015-10-10, 21:10:24
RE: GS Custom Settings [v0.6] - by 0zz - 2015-10-10, 23:38:04
RE: GS Custom Settings [v0.6] - by Tyblitz - 2015-10-11, 00:19:55
RE: GS Custom Settings [v0.6] - by 0zz - 2015-10-11, 00:52:57
RE: GS Custom Settings [v0.6] - by Tyblitz - 2015-10-11, 02:15:09
RE: GS Custom Settings [v0.6] - by gslexx - 2015-10-11, 04:55:56
RE: GS Custom Settings [v0.6] - by Tyblitz - 2015-10-11, 10:05:29
RE: GS Custom Settings [v0.6] - by gslexx - 2015-10-11, 16:52:28
RE: GS Custom Settings [v0.6] - by Tyblitz - 2015-10-11, 21:25:34
RE: GS Custom Settings [v0.6] - by gslexx - 2015-10-11, 21:45:09
RE: GS Custom Settings [v0.6] - by Tyblitz - 2015-10-11, 22:08:40
RE: GS Custom Settings [v0.6] - by Tyblitz - 2015-10-12, 10:12:26
RE: GS Custom Settings [v0.6] - by 0zz - 2015-10-13, 01:19:38
RE: GS Custom Settings [v0.6] - by Oleg06 - 2015-10-21, 22:09:59
RE: GS Custom Settings [v0.6] - by Tyblitz - 2015-10-22, 03:39:02
RE: GS Custom Settings [v0.6] - by Oleg06 - 2015-10-22, 07:03:35
RE: GS Custom Settings [v0.6] - by Oleg06 - 2015-10-22, 08:46:31
RE: GS Custom Settings [v0.6] - by Tyblitz - 2015-10-22, 09:15:37
RE: GS Custom Settings [v0.6] - by Oleg06 - 2015-10-27, 00:27:01
RE: GS Custom Settings [v0.6] - by datiswous - 2015-10-26, 22:51:49
RE: GS Custom Settings [v0.6] - by Tyblitz - 2015-10-27, 00:27:13
RE: GS Custom Settings [v0.6] - by Oleg06 - 2015-10-27, 09:38:36
RE: GS Custom Settings [v0.6] - by Oleg06 - 2015-10-30, 05:44:21
RE: GS Custom Settings [v0.6] - by Oleg06 - 2015-10-30, 08:56:20
RE: GS Custom Settings [v0.6] - by Tyblitz - 2015-10-27, 21:07:33
RE: GS Custom Settings [v0.6] - by Oleg06 - 2015-10-27, 22:19:48
RE: GS Custom Settings [v0.6] - by Tyblitz - 2015-10-28, 07:13:31
RE: GS Custom Settings [v0.6] - by Oleg06 - 2015-10-28, 08:02:34
RE: GS Custom Settings [v0.6] - by Oleg06 - 2015-10-28, 08:09:17
RE: GS Custom Settings [v0.6] - by Tyblitz - 2015-10-28, 09:35:25
RE: GS Custom Settings [v0.6] - by Oleg06 - 2015-10-28, 09:48:50
RE: GS Custom Settings [v0.6] - by Tyblitz - 2015-10-28, 10:01:25
RE: GS Custom Settings [v0.6] - by Oleg06 - 2015-10-28, 19:23:07
RE: GS Custom Settings [v0.6] - by Tyblitz - 2015-11-06, 09:10:06
RE: GS Custom Settings [v0.6.2] - by Tyblitz - 2015-11-06, 09:25:35
RE: GS Custom Settings [v0.6.2] - by Oleg06 - 2015-11-06, 19:07:33
RE: GS Custom Settings [v0.6.2] - by Tyblitz - 2015-11-07, 08:11:50
RE: GS Custom Settings [v0.6.2] - by Oleg06 - 2015-11-07, 09:47:28
RE: GS Custom Settings [v0.6.2] - by Tyblitz - 2015-11-07, 20:15:22
RE: GS Custom Settings [v0.6.2] - by Oleg06 - 2015-11-07, 20:38:24
RE: GS Custom Settings [v0.6.2] - by Oleg06 - 2015-11-18, 06:34:39
RE: GS Custom Settings [v0.6.2] - by Tyblitz - 2015-11-18, 09:53:37
RE: GS Custom Settings [v0.6.2] - by gslexx - 2015-11-18, 17:23:30
RE: GS Custom Settings [v0.6.2] - by Tyblitz - 2015-11-19, 08:34:34
RE: GS Custom Settings [v0.6.2] - by Oleg06 - 2015-11-19, 16:58:08
RE: GS Custom Settings [v0.6.2] - by gslexx - 2015-11-19, 17:07:39
RE: GS Custom Settings [v0.6.2] - by gslexx - 2015-11-24, 04:48:16
RE: GS Custom Settings [v0.6.2] - by Tyblitz - 2015-11-24, 06:09:28
RE: GS Custom Settings [v0.6.2] - by sbre - 2015-12-07, 16:25:38
RE: GS Custom Settings [v0.6.2] - by Tyblitz - 2015-12-08, 08:07:10
RE: GS Custom Settings [v0.6.2] - by Oleg06 - 2016-01-26, 09:46:23
RE: GS Custom Settings [v0.6.2] - by Tyblitz - 2016-01-28, 21:27:46
RE: GS Custom Settings [v0.6.2] - by Oleg06 - 2016-04-27, 19:21:52
RE: GS Custom Settings [v0.6.2] - by Tyblitz - 2016-05-06, 08:18:20
RE: GS Custom Settings [v0.6.2] - by gslexx - 2016-09-26, 07:41:18
RE: GS Custom Settings [v0.6.2] - by Timbow - 2016-09-27, 10:37:54
RE: GS Custom Settings [v0.6.2] - by datiswous - 2016-09-27, 22:01:36
RE: GS Custom Settings [v0.6.2] - by Oleg06 - 2016-09-27, 22:45:42
RE: GS Custom Settings [v0.6.2] - by Timbow - 2016-09-28, 04:39:36
RE: GS Custom Settings [v0.6.2] - by datiswous - 2016-09-28, 05:14:46
RE: GS Custom Settings [v0.6.2] - by Tyblitz - 2016-09-28, 08:13:38
RE: GS Custom Settings [v0.6.2] - by Timbow - 2016-09-28, 22:03:50



Users browsing this thread: 1 Guest(s)