Download Button 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

Download Button BBCode

Post by BBCode Bot »

Download Button BBCode

Author: fl0o
Description: With the Download Button BBCode You can post a download link like in example.
Note that this bbcode needs different HTML for prosilver and subsilver2
Attached files:
download.zip
(13.99 KiB) Downloaded 4038 times

BBCode:

Code: Select all

[Download]{URL}[/Download]
HTML for Prosilver:

Code: Select all

<table><tr><td><a href="{URL}"><img src="/images/download.png"></a></td><td width=100%><dl class="codebox"><dt>Download Link: <a href="#" onclick="selectCode(this); return false;">Select</a></dt><dd><code>{URL}</code></dd></dl></td></tr></table>
HTML for Subsilver2:

Code: Select all

<table><tr><td><a href="{URL}"><img src="/images/download.png"></a></td><td width=100%><div class="codetitle"><b>Download Link:</b></div><div class="codecontent">{URL}</div></td></tr></table>
Helpline:

Code: Select all

Download Button: [Download]{URL}[/Download]
Example:

Code: Select all

[download]http://www.phpbb3bbcodes.com/download/file.php?id=578[/download]
Demo:
[download]download/file.php?id=578[/download]
Locked