Quote:
Originally Posted by gwerzal
Is there anyway to get this so that it doesnt show image attachments but instead shows zip attachments.
I have a lot of files for my members to download so it would be good to be able to have somewhere that shows all the newest ones.
|
I just tweaked the XML file to do this.
Find this line:
WHERE a.thumbnail_filesize > '0'
Change it to this:
WHERE a.filesize > '0'
You could easily add a few exceptions for file types, too, such as:
WHERE a.thumbnail_filesize > '0'
AND
(
a.filename LIKE '%.pdf'
OR
a.filename LIKE '%.xls'
)
When you're done with your changes, re-upload the XML file, and select OVERWRITE product. Works fine for me on 3.7.2.