pkp / textEditorExtras

An OJS plugin to add controls to the rich text editor to upload images, manipulate the HTML code, and add tables.
GNU General Public License v3.0
3 stars 14 forks source link

OJS 3.4 Compatibility #24

Open busspatrick opened 5 months ago

busspatrick commented 5 months ago

Hi all,

I work for the American Theological Library Association (Atla) and we've been using this plugin for years. Recently, I had to modify it in order to to be compatible with OJS 3.4. Although working off the v1_0_1-0 tag, I encountered some bugs, mainly with the settings form, so I hacked the template file (and a few others) to get it working. Any interest in this code? I'd be happy to push up my changes.

All the best

johnywind commented 5 months ago

Hey @busspatrick So great to hear that you fixed it. Can you share the code?

busspatrick commented 5 months ago

Hey @johnywind The changes are in PR #25 . Hope this helps