Snog
Well-known member
- Affected version
- 2.1.3
When using
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.
I've tried it both with and without the
In my tests, the Proxy images and Proxy links options are disabled.
<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: