Page builder is this a bug?

Hi,

I am using Dolphin since ver. 7.0.9 and in all ver. including 7.2.1 I have the same problem with Page builder.

It doesn't work. I always need to change lines in a file:

/administration/templates/base/pbuilder_content.html

 

from this:

<!--

            $(document).ready(function(){

                oPB = new BxDolPageBuilder({

                    parser: '__parser_url__',

                    page: '__page_name__',

                    minCols: 1,

                    maxCols: 5,

                    pageWidthMin: __page_width_min__,

                    pageWidthMax: __page_width_max__,

                    pageWidth: '__page_width__',

                    otherPagesWidth: '__main_width__'

                });

            });

        -->


to this:

 

<!--

            $(document).ready(function(){

                oPB = new BxDolPageBuilder({

                    parser: '__parser_url__',

                    page: '__page_name__',

                    minCols: 1,

                    maxCols: 5,

                    pageWidthMin: '__page_width_min__',

                    pageWidthMax: '__page_width_max__',

                    pageWidth: '__page_width__',

                    otherPagesWidth: '__main_width__'

                });

            });

        -->

 

After that change Page builder works.

 

So can you guys tell me is it just me or....?

 

Greetings

Mayki

"When things get tough the tough get going..."
Quote · 10 Nov 2015

Try to check if sys_template_page_width_min and sys_template_page_width_max options exist and not empty in sys_options table

Rules → http://www.boonex.com/terms
Quote · 16 Nov 2015

 Hi AlexT,

Try to check if sys_template_page_width_min and sys_template_page_width_max options exist and not empty in sys_options table


sys_template_page_width_min and sys_template_page_width_max options exist in sys_options table


but VALUE fields are empty.

Description field is there saying all about this two options, type field is "digit"

 

So, what value should be in VALUE field? If any?

 

 

Kind regards

Mayki

sys_options.png · 17.8K · 211 views
"When things get tough the tough get going..."
Quote · 19 Nov 2015

 

So, what value should be in VALUE field? If any?

 

database entries.JPG · 25.2K · 215 views
ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 19 Nov 2015

Hi,

entered values as shown in newton27 image, and now it works without editing file:
"/administration/templates/base/pbuilder_content.html" as I described.

 

Thank you both, AlexT and newton27

 

Greetings

Mayki

"When things get tough the tough get going..."
Quote · 19 Nov 2015
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.