Downlink BBCode

Mod BBCode Database
BBCodes that need some file editing or extra files
There is no support here! Only Read Access!
Locked
User avatar
BBCode Bot
BBCoder IV
BBCoder IV
Posts: 239
Joined: 04 Mar 2010, 15:04
Location: bbcode table

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]
User avatar
neuropass
BBCoder IV
BBCoder IV
Posts: 173
Joined: 11 Apr 2010, 02:33

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?
Modd it up! TweakScene ;-) Support us! || Follow us ||

Image
User avatar
Steve
BBCoder VI
BBCoder VI
Posts: 804
Joined: 05 Mar 2010, 01:10
Extra Rank: Donator.png
BBCodes: 2000
Favourite BBCode: porn tube
Favourite MOD: Non of Stokers
Location: up your bum

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>
NAPWR wrote: Nice, Stoker is Hot
download/file.php?id=2327&mode=view
User avatar
neuropass
BBCoder IV
BBCoder IV
Posts: 173
Joined: 11 Apr 2010, 02:33

Re: Downlink BBCode

Post by neuropass »

Nope still in the same position.. :?
Modd it up! TweakScene ;-) Support us! || Follow us ||

Image
User avatar
Steve
BBCoder VI
BBCoder VI
Posts: 804
Joined: 05 Mar 2010, 01:10
Extra Rank: Donator.png
BBCodes: 2000
Favourite BBCode: porn tube
Favourite MOD: Non of Stokers
Location: up your bum

Re: Downlink BBCode

Post by Steve »

edited my post try that
code.PNG
NAPWR wrote: Nice, Stoker is Hot
download/file.php?id=2327&mode=view
User avatar
neuropass
BBCoder IV
BBCoder IV
Posts: 173
Joined: 11 Apr 2010, 02:33

Re: Downlink BBCode

Post by neuropass »

Wonderful! it works now!
Modd it up! TweakScene ;-) Support us! || Follow us ||

Image
rkal_net
BBCoder I
BBCoder I
Posts: 2
Joined: 15 Jun 2010, 23:06

Re: Downlink BBCode

Post by rkal_net »

Sorry my english,

i used .mp4 url, but download doesnt work. media player is opening.
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

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!
rkal_net
BBCoder I
BBCoder I
Posts: 2
Joined: 15 Jun 2010, 23:06

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?
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

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