Back to vBulletin 4.x Template Modifications

add Download Button next to attachments
Mod Version: 1.00, by Mohammad Kamal

vB Version: 4.2.0 Rating: (1 vote - 5.00 average) Installs: 19
Released: 13 Jan 2013 Last Update: Never Downloads: 0
Not Supported Template Edits Translations  

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>)
below it add:

Code:
<a class="downloadbutton_attachments" href="attachment.php?{vb:raw session.sessionurl}attachmentid={vb:raw attachment.attachmentid}&amp;d={vb:raw attachment.dateline}"<vb:if condition="$show['newwindow']"> target="_blank"</vb:if>>Download</a>
then open additional.css template and add the following code:

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; }
You can edit the color as you like!

and that's it, Enjoy

Download

No files for download.

Screenshots

Click image for larger version
Name:	1-13-2013 2-17-43 AM.png
Views:	1256
Size:	5.4 KB
ID:	143278  

Similar Mods

Show Thread Enhancements add Download Button next to attachments vBulletin 3.8 Template Modifications

vblts.ru supports vBulletin®, 2022-2024