pagebuilder icon indicating copy to clipboard operation
pagebuilder copied to clipboard

Page Builder for Evolution CMS

Results 19 pagebuilder issues
Sort by recently updated
recently updated
newest added

**Will there be further developments here in the future??? (PHP 8)** I would be very happy about a short info... THANK YOU!

**Evolution CE 1.4.20 clean install** PHP 7.4 works **PHP 8.0 dosnt work** **Warning: Undefined array key "alias" in ...\assets\plugins\pagebuilder\tpl\form.tpl on line 32** ...\assets\plugins\pagebuilder\tpl\container.tpl on line 5 ...\assets\plugins\pagebuilder\tpl\container.tpl on line 11...

private function renderFieldsList($templates, $template, $config, $values, $set = '') { $out = ''; $data = []; if (isset($config['fields'])) { foreach ($config['fields'] as $field => $options) { if (isset($options['elements'])) { if...

PHP 8.0.16 Clean EVO 3.1.9 install Error : Undefined array key 1 Error information ErrorType[num] WARNING[2] File D:\laragon\www\evo3\assets\plugins\pagebuilder\pagebuilder.php Line 744 Source list($val, $key) = is_array($element) ? $element : explode('==', $element);

php v7.3 & 7.4 ![107156362-e731b880-698e-11eb-8165-1d5e9f37d709](https://user-images.githubusercontent.com/6485753/110252504-ddec3980-7f96-11eb-88d0-e2783c3c4cb2.png)

For now there is no option to reverse order or sort by block id in snippet parameters

enhancement

https://www.dropzonejs.com/ Upload folder could be /assets/images/pbgallery/alias[id]/.. for example

enhancement

Для полного счастья еще не хватает layout тоесть сначала выбираем layout а уже потом выбираем блок какой нужно. p.s. Думаю стоит оставить это на позжее и собрать на это чутка...

There is one issue, when using [evoAutoFolder](https://github.com/wlatt1991/evoAutoFolder) plugin together with Pagebuilder. EvoAutoFolder saves the images into assets/uploads/ directory, so thumb links become broken. In this case we have to replace:...