• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

Request: Full attachment image/thumbnail on reply.

You could open the template bb_code_tag_attach find this:

Code:
<a href="{xen:link attachments, $attachment}" target="_blank">{xen:phrase view_attachment_x, 'name={$attachment.attachment_id}'}</a>

and below add this:

Code:
<img src="{xen:link attachments, $attachment}" alt="{$attachment.filename}" class="bbCodeImage LbImage" />

Save. Test. Works?
 
That works. But it's not a complete solution. For example, there is no thumbnailUrl that you can use in the case of inline thumbnails.
 
Well this works for me for now, and hopefully some time in the future there will be a fully functional addon for those who are not as accepting of half-assing it as I am lol. Thank you both for your help. Once again I am leaving a satisfied customer.
 
Top Bottom