XF 1.5 Bug/Issue: Can't quote proxy images.

andrewkm

Active member
My message / images options are as follows:

wgAPEiB.png


If I quote "reply" to an entire post with an image and reply to it, it works fine:

VsJLck0.png


The reply does include the image:

M9YvtRa.png


*HOWEVER*

If I select the "IMAGE" only:

mAIG0vK.png


And click "reply"

i7M7Kgq.png


The actual reply does not include the image:

Hl8Q5nm.png


This I'm almost certain is a Xenforo "bug".

Please advise.
Thanks!
 
Last edited:
I have made a fix here for the next release, but I think your issue might be related to your server's ability to fetch an image from itself via the image proxy. For example, put this URL into the "test image proxy" tool:

http://i.imgur.com/zZ7XiGN.png

Does it fetch correctly? It should. If not, that's what is ultimately breaking the image.

My change prevents the "double nesting" of the image proxy that could previously happen.
 
I have made a fix here for the next release, but I think your issue might be related to your server's ability to fetch an image from itself via the image proxy. For example, put this URL into the "test image proxy" tool:

http://i.imgur.com/zZ7XiGN.png

Does it fetch correctly? It should. If not, that's what is ultimately breaking the image.

My change prevents the "double nesting" of the image proxy that could previously happen.

Looks good here,

Vbx3zl0.png


Also it looks like I cannot reproduce on this page however:

http://primomc.net/threads/image-proxy-reply.48/

A forum ran by a friend @kukelekuuk00

Do you see any differences with why it would work for him and not us.

He has both image proxy/link proxy enabled just as I do.
 
Oops, my link got converted incorrectly in the post. :)

You want to test:
Code:
https://www.ecocitycraft.com/forum/proxy.php?image=http%3A%2F%2Fi.imgur.com%2FzZ7XiGN.png&hash=ea1bb207711f5363852dd26d764ff3e3
 
Top Bottom