add Download Button next to attachments
Hello,
Add Download Button next to attachments I posted the same thread but for vBulletin 3 here http://www.vbulletin.org/forum/showthread.php?p=2396524 and now here is it for vBulletin 4 Screenshot: To do that, open postbit_attachment template Search for: Code:
({vb:raw attachment.filesize}<vb:if condition="$show['views']">, {vb:rawphrase x_views, {vb:raw attachment.counter}}</vb:if>) Code:
<a class="downloadbutton_attachments" href="attachment.php?{vb:raw session.sessionurl}attachmentid={vb:raw attachment.attachmentid}&d={vb:raw attachment.dateline}"<vb:if condition="$show['newwindow']"> target="_blank"</vb:if>>Download</a> Code:
/* ***** Download Button for attachments by Mohammad Kamal */ .downloadbutton_attachments{ color: black; font-size: 8pt; font-family: tahoma; border: solid 1px; padding: 3px; text-decoration: none; background-color: #DDD; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; } a.downloadbutton_attachments:link { color: black; } a.downloadbutton_attachments:hover { color:red; } and that's it, Enjoy Download No files for download. Screenshots |
Similar Mods
Show Thread Enhancements add Download Button next to attachments | vBulletin 3.8 Template Modifications |