WebsiteBaker Community Forum

General Community => Global WebsiteBaker 2.8.x discussion => Topic started by: GRID8400 on February 15, 2010, 09:00:00 PM

Title: WB 2.8.1 section bug??
Post by: GRID8400 on February 15, 2010, 09:00:00 PM
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)
Title: Re: WB 2.8.1 section bug??
Post by: 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:
Code: [Select]
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:
Title: Re: WB 2.8.1 section bug??
Post by: GRID8400 on February 16, 2010, 09:53:26 AM
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:
Code: [Select]
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..
Title: Re: WB 2.8.1 section bug??
Post by: Waldschwein on February 16, 2010, 10:03:54 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
Title: Re: WB 2.8.1 section bug??
Post by: Luisehahne on February 16, 2010, 10:20:41 AM
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