On two fresh installatiions of both OJS 3.3.0-4 and OMP 3.3.0-4 I can’t find the TinyMCE button for image upload in the Announcement’s Short description and Full text forms (See image below).
The image button used to be there in previous versions of OJS (for sure in 3.1.x, didn’t check for 3.2).
I tried to enable buttons with the “Text Editor Extras” plugin but “Announcements” is not available as option (see image below).
Does anyone know a way to enable that button in both Short description and Full text fields?
Thanks in advance to anybody who might help to solve this issue.
In version 3.3.0.5 there is no option to upload images in the announcement, how do I upload images?
I always get this error when I drag the image to the announcement: cannot convert blob:https://xxxxxxxxxxxxx to Blob. Resource might not exist or is inaccessible.
Hello @Gustavo_Florez, I merged your post to this thread since it seems you are not the only one having trouble with this. Please double check that you also have the Editor TinyMCE and Text Editor Extras plugins enabled.
As a temporary solution it should be possible to upload an image into another text area (for example, the About the Journal section), click <> to view the HTML and copy the image html (<img src="image url path" alt="" width="x" height="y" />) and paste that in your announcements, so long as you have the img HTML enabled in config.php. But hopefully we can figure out how to permanently restore the editor’s image upload button.
OJS upgraded version 3.3.0-5
Hi! can you also help me? I have the same issue with the first one … I can’t upload images also in the announcement … and the edit source code is not showing also …
We are affected too by this problem and the workaround that @EmmaU shared is not working for me … The img tag is enabled in config.inc.php but is displayed as text in the announcement as if it wasn’t being parsed
I would also like that adding an announcement image as an explicit feature to the plugin. One can enable/disable this based on their need or as an optional value
@guitman444 as an alternative, you can copy the inserted image from full text column to Short Description by block the image first and paste it as usual
It would be good if it the image button was available for the short description as well, our users want to upload images to this field as well on some occasions. Any ideas on how to extend the functions of the TextEditor Extras plugin?