GetSimple Support Forum
Small change to compnent page. - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Feature Requests (http://get-simple.info/forums/forumdisplay.php?fid=7)
+--- Thread: Small change to compnent page. (/showthread.php?tid=10520)



Small change to compnent page. - tibbz - 2018-06-11

Could there be a "save" button under very component or that the right sidebar is floating.
Once you get to above 20 components it's easy to forget to save.
Also a warning that things have changed on the page "do you wish to save".

Rgds
Brian


RE: Small change to compnent page. - Carlos - 2018-06-11

I see it's not documented in the wiki (I think it's experimental but it will be default in 3.4), but since 3.2 you can make the sidebar button fixed to top with this in gsconfig.php
Code:
define('GSSTYLE',GSSTYLE_SBFIXED);
( http://get-simple.info/forums/showthread.php?tid=7081&pid=49654#pid49654 )

Warning on unsaved changes for components will be available in 3.4.


RE: Small change to compnent page. - tibbz - 2018-06-12

Fabulous - get-simple gets-better. ;-)