Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
z929669 Posted November 15, 2018 Posted November 15, 2018 I have played around a bit with customizing the editor layout using the default plugins provided by IPS. The list is fairly extensive, but I still need a couple of functions not provided by default (YouTube embed and Image manipulation). I was able to download and "Add Button" for YouTube plugin, and it worked flawlessly. However, "Enhanced Images" (image2) broke the editor and the forums by proxy. I tried installing the two latest versions (one for CKeditor v 4.10 and the other for 4.11) to no avail. It was easy enough to fix the editor by removing ",images2" from "ckeditor_extraPlugins":"youtube", inside of /datastore/settings.dfb3467fc1.php ... but it would be nice to know what to look for in available add-on plugins in order to determine if they are compatible. Anybody have any rules of thumb to distinguish what won't work with the IPS implementation? PS: I also need an inline code (<>) format tool so that I can format as code small snippets and file paths without using an entire block as you can see above in this post (very wasteful of horizontal space for a single line of code). For example, from my wiki:
opentype Posted November 15, 2018 Posted November 15, 2018 41 minutes ago, z929669 said: ... but it would be nice to know what to look for in available add-on plugins in order to determine if they are compatible. Anybody have any rules of thumb to distinguish what won't work with the IPS implementation? In general, it’s just the version that should match. The number is given in the ACP when attempt to upload a new plugin.
z929669 Posted November 15, 2018 Author Posted November 15, 2018 1 minute ago, opentype said: In general, it’s just the version that should match. The number is given in the ACP when attempt to upload a new plugin. Yes, mine want's 4.10, and that's what I tried for the Ehnahced Images plugin to no avail:
Nathan Explosion Posted November 15, 2018 Posted November 15, 2018 Look at the credits.txt file in the root of your installation...it will give you the ckeditor version used by your version of the suite.. Any plugin lower than the version listed there....test it first, before going live.
z929669 Posted November 16, 2018 Author Posted November 16, 2018 Thanks ... yes. 4.10 is listed in Credits.txt as well, so I'm not sure why the Enhanced Images plugin isn't working with respect to that version ... and I've confirmed that "ckeditor_extraPlugins":"youtube, images2", breaks everything, and "ckeditor_extraPlugins":"youtube", fixes. The "Add Button" installer deposits the files into plugins and modifies /datastore/settings.dfb3467fc1.php but the editor breaks due to that single bit of code. EDIT: but the images2 plugin install does not add anything to *.json files in /applications/core/interface/ckeditor/ckeditor/plugins ... and the Youtube plugin does.
beats23 Posted January 23, 2019 Posted January 23, 2019 On 11/16/2018 at 1:31 AM, z929669 said: Thanks ... yes. 4.10 is listed in Credits.txt as well, so I'm not sure why the Enhanced Images plugin isn't working with respect to that version ... and I've confirmed that "ckeditor_extraPlugins":"youtube, images2", breaks everything, and "ckeditor_extraPlugins":"youtube", fixes. The "Add Button" installer deposits the files into plugins and modifies /datastore/settings.dfb3467fc1.php but the editor breaks due to that single bit of code. EDIT: but the images2 plugin install does not add anything to *.json files in /applications/core/interface/ckeditor/ckeditor/plugins ... and the Youtube plugin does. Hi, did you found a fix?
z929669 Posted February 4, 2019 Author Posted February 4, 2019 @beats23 No resolution yet, sorry. I will post back if I do though
Recommended Posts
Archived
This topic is now archived and is closed to further replies.