Page 1 of 1

Download Button BBCode

Posted: 09 Mar 2010, 21:54
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]