Hi,
Just upgraded 2 sites with 2.8.1 and I noticed when I want te edit a page with multiple section blocks, when I save a section, and the page does his refresh, the other section block are gone.
When I switch to page settings and back to edit page.. the section blocks are back.
Anybody else this problem? (its on different host an different sites)
Hi,
there are already some threads discussing this "behaviour". To switch back to WB 2.8 default behaviour, you need to change one line in /framework/initialize.php:
define('EDIT_ONE_SECTION', false);
Doc
P.S.: Maybe some day those "hidden" features of the WB 2.8.1 release will be documented on the help site :wink:
Quote from: doc on February 15, 2010, 09:08:09 PM
Hi,
there are already some threads discussing this "behaviour". To switch back to WB 2.8 default behaviour, you need to change one line in /framework/initialize.php:
define('EDIT_ONE_SECTION', false);
Doc
P.S.: Maybe some day those "hidden" features of the WB 2.8.1 release will be documented on the help site :wink:
Tnx!! (couldn't find the other threads, so I started this one)
Anyways hope this "hidden" feature wil stay hidden in 2.8.2 else I have to patch the framework everytime..
Thank you for your reply..
Quote from: GRID8400 on February 16, 2010, 09:53:26 AM
Anyways hope this "hidden" feature wil stay hidden in 2.8.2 else I have to patch the framework everytime..
From my point of view a 2.8.2 is not good, there should be a 2.9 with a standard layout that fits the upcoming colors / WB look, there should be rewritten settings, that you don't have to access core files when using a non-standard jquery (for example), there should be some new options introduced, and there is the need of a new page overview, where also some thoughts and programmings are done.
So, from my point of view a 2.8.2 is just unneccesary and is not user friendly, as there will be more and more "Core files changes" necessary, that could only be solved with two solutions:
1.) Changed via WB settings (that make database change necessary, that makes a new major version (2.9) necessary.
2.) The features that are introduced will be all removed (what doesn't really makes sense).
All other options (like they are yet) are just 90% finished, and the left 10% are the ones, people that use WebsiteBaker like WebsiteBaker. So it is from my point of view quite urgent to solve that problems...
Yours Michael
In my view, to set it the default as false, is a good tip. Later in a major version to enable or disable it in settings.
Dietmar