Page 1 of 1

Downlink BBCode

Posted: 09 Mar 2010, 07:20
by BBCode Bot
Downlink BBCode

Author: Nerdy
Description: The Downlink BBCode lets You create downloadlinks with an image in the topics of Your phpbb3 Board..
Image

BBCode Usage:

Code: Select all

[downlink]{URL}[/downlink]
HTML Replacment:

Code: Select all

<table>
<tr>
<td title="Download Here..." onclick="window.location.href='{URL}'" style="cursor:pointer;"><img src="images/download.png" alt="" /></td>
<td title="Download Here..." onclick="window.location.href='{URL}'" style="cursor:pointer;"><span onmouseover="this.style.color ='#FF0000';" style="font-weight: normal; font-size: 11px; color: #000000; font-family: Arial;" onmouseout="this.style.color='#000000';"><b>&nbsp;Download Here...</b></span></td>
</tr>
</table>
Help Line:

Code: Select all

Downlink: [downlink]URL[/downlink]
Example:

Code: Select all

Downlink: [downlink]http://www.phpbb3bbcodes.com/test.zip[/downlink]
Rightclick on the image and save it to Your harddisk. Upload it to Your forums image folder.

Demo:
[downlink]test.zip[/downlink]

Re: Downlink BBCode

Posted: 17 Apr 2010, 02:00
by neuropass
how can i have the written part(download here) under the image?

what should add int he html replacement?

Re: Downlink BBCode

Posted: 17 Apr 2010, 10:33
by Steve
try this code,
HTML Replacment:

Code: Select all

<table>
        <tr>
        <td title="Download Here..." onclick="window.location.href='{URL}'" style="cursor:pointer;"><img src="images/download.png" alt="" /><br /><span onmouseover="this.style.color ='#FF0000';" style="font-weight: normal; font-size: 11px; color: #000000; font-family: Arial;" onmouseout="this.style.color='#000000';"><b>&nbsp;Download Here...</b></span></td>
        </tr>
        </table>

Re: Downlink BBCode

Posted: 17 Apr 2010, 18:19
by neuropass
Nope still in the same position.. :?

Re: Downlink BBCode

Posted: 17 Apr 2010, 18:31
by Steve
edited my post try that
code.PNG

Re: Downlink BBCode

Posted: 17 Apr 2010, 18:34
by neuropass
Wonderful! it works now!

Re: Downlink BBCode

Posted: 15 Jun 2010, 23:08
by rkal_net
Sorry my english,

i used .mp4 url, but download doesnt work. media player is opening.

Re: Downlink BBCode

Posted: 15 Jun 2010, 23:32
by cisco007
this bbcode is for downloading files, not media! of course anytime you open up a media file the default media player is going to open to play that type of file!

Re: Downlink BBCode

Posted: 15 Jun 2010, 23:35
by rkal_net
cisco007 ยป 15 Jun 2010, 23:32 wrote:this bbcode is for downloading files, not media! of course anytime you open up a media file the default media player is going to open to play that type of file!

how can i use that for media?

Re: Downlink BBCode

Posted: 16 Jun 2010, 00:04
by cisco007
you can't but if you do just do what you did previoulsly and instead of left clicking on it, right click on it and "save target as" or "save link as" depending on your browser!