Heisenberg submitted a new resource:
You must be registered for see links
- Image thumbnails for the list of attachmentsvB Version: 5.1.x
Image thumbnails for the list of attachments
This is pretty straight forward, it will bring back your attachment thumbnails in the attachment list display.
Find the bbcode_attachment_list template, and replace the code in there, with the following code
Code:<vb:if condition="!empty($attachments)"> <div class="b-post-attachments" style="max-width: 60%;"> {vb:rawphrase attached_files} <ul> <vb:each from="attachments"...
You must be registered for see links
Last edited:
