forked from modxcms/evolution
-
Notifications
You must be signed in to change notification settings - Fork 91
Open
Labels
Description
------- Problems: -------
- Problem with adding images using Pagebuilder (image field).
- enabling the Pagebuilder field automatically breaks other image fields – e.g. Multifields or standard Evolution TV – it is also not possible to add images there
- disabling TinyMCE in the configuration fixes the issue
- Thumbnails are not visible in Pagebuilder – modification of htaccess is required
------- How to reproduce problem no. 1: ----------
- Install Pagebuilder
- Create any Pagebuilder template containing an image field (input image)
- Create any TV image
- Open a document (new or existing)
- First go to the TV image field – you can normally add an image using this field
- Then go to the tab where Pagebuilder is in the document. In the Pagebuilder tab, add a new template and click the "Select" button – the KCFinder window will open
- Select an image – unfortunately, regardless of the selection method (double-click, right mouse button and selecting the "Select" option), the KCFinder window does not close and the image path does not appear in the image field
- Go back to the TV image field where you added the image earlier. Notice that this field also no longer works
- Close the document (with or without saving)
- In Evolution configuration set the editor to "none" or "no"
- Go back to the document – now you can normally add images in Pagebuilder and in the standard TV image
------- Problem no. 2: -------
In htaccess the following lines block access to .thumbs, which makes thumbnails not visible in Pagebuilder:
RewriteCond %{REQUEST_URI} (^|/). [NC]
RewriteRule .* - [F,L]
Reactions are currently unavailable