XFileSharing Pro - download button

Message
Author
mannaraja
Posts: 5
Joined: Jun 01, 2012 7:18 am

download button

#1 Postby mannaraja » Jun 01, 2012 7:56 am

Hi

how to put download button instead of download link

FZee
Posts: 116
Joined: Mar 03, 2010 11:26 am

#2 Postby FZee » Jun 02, 2012 7:11 pm

Code: Select all

<a href="DL LINK"><img src="button image link" border="0" alt="DOWNLOAD" /></a>

stdio
Posts: 65
Joined: Mar 27, 2012 4:05 pm

#3 Postby stdio » Jun 03, 2012 2:48 am

More exactly:

Code: Select all

<a href="<TMPL_VAR direct_link>"><img src="button image link" border="0"></a>

mannaraja
Posts: 5
Joined: Jun 01, 2012 7:18 am

download link image..

#4 Postby mannaraja » Jun 06, 2012 7:25 am

Thank you...

This is located in cgi-bin/Templates/download2.html.