DeltaHF
Well-known member
I'm curious as to why we can't use the "ATTACH" bbcode to reference attachments from other posts. For example, here's what's displayed when I reference an attachment I uploaded to a post in the test forum (notice the "View attachment" link):
View attachment 80344
I can still display the image using the IMG tag, though:
This seems like a design decision, though I'm not sure why it works like this and it's been confusing and unexpected to my users.
I noticed some plugins can work their way around this - for example, the "Image Attachment Optimization & CDN Support" plugin by @Dinh Thanh allows attachments to be cross-referenced.
Code:
[ATTACH=full]80344[/ATTACH]
I can still display the image using the IMG tag, though:
Code:
[IMG]https://xenforo.com/community/attachments/14588850800_762f72412d_c-jpg.80344/[/IMG]
This seems like a design decision, though I'm not sure why it works like this and it's been confusing and unexpected to my users.
I noticed some plugins can work their way around this - for example, the "Image Attachment Optimization & CDN Support" plugin by @Dinh Thanh allows attachments to be cross-referenced.