Downlink BBCode

Mod BBCode Database
BBCodes that need some file editing or extra files

Downlink BBCode

Post 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

Post by neuropass »

how can i have the written part(download here) under the image?

what should add int he html replacement?

Re: Downlink BBCode

Post 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

Post by neuropass »

Nope still in the same position.. :?

Re: Downlink BBCode

Post by Steve »

edited my post try that
code.PNG

Re: Downlink BBCode

Post by neuropass »

Wonderful! it works now!

Re: Downlink BBCode

Post by rkal_net »

Sorry my english,

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

Re: Downlink BBCode

Post 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

Post 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

Post 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!