I don't want to automatically transform image URLs into embedded images.
I asked that question before and I was told that TinyMCE is responsible for that, not wpForo. But when I inspect the image with Chrome developer tools, it has a class called "wpforo-auto-embeded-image". Does that indicate wpForo is responsible for embedding the image?
Hi @florian,
I'm sorry, but there is no option to disable it.
You should make some customization for this in the wp-content/plugins/wpforo/wpf-includes/functions.php file, find the wpforo_content_filter function and comment out the second line of the function, as shown in the screenshot below.
However, you should keep this topic as this is not an update safe way. All changes will be lost after the plugin update.
Thank you, I will try that!
Thank you, it works. Is there no way to override this update-safely? Would you consider making this an optional settings in future updates?
Thank you for your help!