Daniel-KM / Omeka-S-module-BlockPlus

Module for Omeka S that adds some new blocks for the static pages and improve some of the existing ones.
Other
4 stars 3 forks source link

Broken HTML block and browse preview doesn't work #6

Closed cillianjoy closed 1 year ago

cillianjoy commented 2 years ago

Recently upgraded to v3.1.2 and latest BlockPlus v3.3.14.2. Using centrerow. Turned off all modules except BlockPlus. When I activate BlockPlus, content in existing HTML blocks is not visible, but it is still visible on the frontend saved webpage. See below

image

Also, the browse-preview-gallery doesn't work image image

mdavismcd commented 2 years ago

Same thing here when the module is activated. The HTML block is greyed out, even when editing existing text in the block.

image

Daniel-KM commented 1 year ago

Thanks, this is fixed in version 3.3.15.

mufticsanjin commented 1 year ago

Hello, I have Omeka 3.2.1 and I Block Plus 3.4.15.6 and I still have the problem like mentioned above, where I can not edit HTML blocks, as they are greyed out. Adding a new HTML block results in no editable section.

image

Should I wait for Omeka 4?

Daniel-KM commented 1 year ago

This is fixed in last versions, in Omeka S v3 and v4.

saponidas commented 8 months ago

Hi, the issue is present using Omeka S 4.04 and Block Plus 3.4.21 (PhP 8.0) It seems that there is a conflict with the module Data Type RDF, since the html block loads fine when it is disabled.

Thanks in advance,

saponidas commented 8 months ago

Hi, the errror is related with the footnotes plugin (missing):

Browser Console shows: Uncaught Error: [CKEDITOR.resourceManager.load] Resource name "footnotes" was not found

I fixed it just downloading the plugin https://ckeditor.com/cke4/addon/footnotes

And putting the folder footnotes in the next Omeka S path: application/asset/vendor/ckeditor/plugins

Hope this helps,

Best,

mackenziekbrooks commented 3 months ago

@saponidas Just wanted to say thanks for posting this fix, saved me some time!