Quote:
Originally Posted by Athena1984
Although this mod looks very tempting, it doesn't seem to have thumbnails for the download threads. If this could be added, I would definitely buy the pro version.
|
This is actually very easy to add yourself. I will have this included by default in the next release.
Open template
dbtech_downloads_listings
FIND:
HTML Code:
<div class="td" style="vertical-align: top; width: 5%;">
REPLACE WITH:
HTML Code:
<div class="td" style="vertical-align: top; width: 115px;">
Open template
dbtech_downloads_listings_bits
FIND:
HTML Code:
<img src="{vb:stylevar imgdir_statusicon}/forum_link-48.png" alt="{vb:rawphrase dbtech_downloads_download}" />
REPLACE WITH:
HTML Code:
<img src="{vb:var vboptions.dbtech_downloads_link}.php?do=file&fileid={vb:var listings.image}&image=1&thumb=1" alt="{vb:raw listings.groupname}" style="width: 100px; height: 100px; border: 1px solid black;" />
- David