Duplicate Images not able to be used in editor.

Snog

Well-known member
Affected version
2.1.3
When using <xf:editorrow> in a custom page, the editor won't allow images to be attached by URL.

It either throws the "Image cannot be loaded from the passed link error" or the image just blinks in the text area and isn't actually inserted.

Code:
<xf:editorrow name="message"
    value="{$defaultMessage}"
    rowtype="fullWidth noLabel"
    maxlength="{$xf.options.messageMaxLength}"
    placeholder="{{ phrase('reply_placeholder') }}"
    label="{{ phrase('message') }}" />

I've tried it both with and without the attachments= values being set.

In my tests, the Proxy images and Proxy links options are disabled.
 
Last edited:
From the sticky at the top of the forum you posted this in 😉

 
Back
Top Bottom