- Replace all content from file attached_files.txt to attached_files template. Will still be OK, right?
And also, I don't see this: http://brivium.com/attachments/screenshot_display_error-png.18/ Even if I applied the template changes.
Hi We fixed issues and upgrade information, please download again. INSTALLATION: - Upload contents of Upload folder to root directory, overwriting any existing files. - Install XML\addon-Brivium_HideAttachment.xml file on AdminCP. - To set options go to: Admin > Options > Brivium - Like / Reply to View Attachment - Open template "post" and find: Code: <xen:include template="attached_files" /> Replace by Code: <div id="BRHA_hideAttachment_{$post.post_id}"> <xen:if is="!{$post.hideThumbnail} "> <xen:include template="attached_files" /> <xen:else /> <xen:include template="BRHA_hide_attachment" /> </xen:if> </div>