PDA

View Full Version : Show Thread Enhancements - add Download Button next to attachments


Mohammad Kamal
01-11-2013, 11:00 PM
Hello,

Add Download Button next to attachments

I posted the same thread but for vBulletin 3 here

https://vborg.vbsupport.ru/showthread.php?p=2396524

and now here is it for vBulletin 4

Screenshot:

https://vborg.vbsupport.ru/attachment.php?attachmentid=143278&stc=1&d=1358033019

To do that, open postbit_attachment template

Search for:

({vb:raw attachment.filesize}<vb:if condition="$show['views']">, {vb:rawphrase x_views, {vb:raw attachment.counter}}</vb:if>)

below it add:

<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:

/* ***** 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 ;)

Krusty1231
01-12-2013, 11:48 PM
I like it, however I get a strange reaction when adding the CSS. It changes the colors of certain areas of my skins. Is it just me?

Mohammad Kamal
01-13-2013, 06:29 AM
I like it, however I get a strange reaction when adding the CSS. It changes the colors of certain areas of my skins. Is it just me?

ya that's right, I just edited the CSS code above, replace it please

Krusty1231
01-13-2013, 06:40 AM
Much obliged Sir. Works Great! Thank you.

Dorgham
03-05-2013, 12:30 AM
Thanks Mohamed
superb when downloading attachments :)

chuckhodson
03-05-2013, 04:58 AM
Works great thanks man...

dizzynation
03-06-2013, 03:03 AM
Works perfect. Great work!

ahmed-samara
03-10-2013, 09:56 PM
Works great thanks man

vimarc
03-18-2013, 10:53 AM
I tried on 4.2.0 but not working

stevieb
08-03-2013, 09:49 AM
I tried on 4.2.0 but not working

I thought this was for vB 4.2.0?

Can anyone confirm if it works on 4.2.0 please

westbam666
08-22-2014, 09:03 AM
https://vborg.vbsupport.ru/external/2015/05/18.png (http://www.picshare.ru/view/5061172/)

On vB 4.2.2 does not working.

ozzy47
08-22-2014, 09:27 AM
Are you sure you followed the instructions in the first post? If so I gave you a link to another mod in your other post.

westbam666
08-22-2014, 10:29 AM
Followed the instructions, but does not work

Narabedla
05-13-2015, 11:47 AM
https://vborg.vbsupport.ru/external/2015/05/18.png (http://www.picshare.ru/view/5061172/)

On vB 4.2.2 does not working.

I also do the same thing on vb 4.2.2 patch level 4.

http://imageshack.com/a/img540/7821/7Aayo0.png

ForceHSS
05-13-2015, 12:29 PM
<a href="https://vborg.vbsupport.ru/showthread.php?t=298845" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=298845</a>

Narabedla
05-13-2015, 12:38 PM
https://vborg.vbsupport.ru/showthread.php?t=298845
Hello Force,
I do not understand, i just installed the dbtech and i have the same problem, the download button will not appear.

is problem my forum?

http://imageshack.com/a/img673/7270/UyUNSm.png

ForceHSS
05-13-2015, 12:47 PM
vb version?

Narabedla
05-13-2015, 01:21 PM
vb version?

Now i have vb 4.2.2 patch level 4

I have installed correct mod and button not appear.

ForceHSS
05-13-2015, 01:24 PM
Have dbtech on same vb version as you and it works. Ask on the plugin for the coders support or dbtech site see what they can do for you

Narabedla
05-13-2015, 01:26 PM
Have dbtech on same vb version as you and it works. Ask on the plugin for the coders support or dbtech site see what they can do for you

Ok, thanks for the advice Force