PDA

View Full Version : Image Attachments in Article Comments


Morrus
04-25-2015, 10:01 AM
CMS articles on our site are also accessible via the forums as threads (using the article comments forum functionality).

That's all fine for the most part, until somebody using the forum thread posts an image attachment. Then you get the below result:

https://vborg.vbsupport.ru/attachment.php?attachmentid=152360&stc=1&d=1429963148

The images show just fine in the corresponding forum thread version, of course.

Is there a template modification I can make which will show the images in article comments, rather than a link to an attachment?

Morrus
04-28-2015, 04:38 PM
Is this not a thing that can be done?

Lynne
04-28-2015, 05:08 PM
If I look at the template, the "Attachment xxx" is included in this variable - {vb:raw post.message} The whole post is in there. So, you would need a plugin to take the "Attachment xxx" part 'out' and instead replace it with <img> code.