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:
BBCode:
Code: Select all
[Download]{URL}[/Download]
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>
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>
Code: Select all
Download Button: [Download]{URL}[/Download]
Code: Select all
[download]http://www.phpbb3bbcodes.com/download/file.php?id=578[/download]
[download]download/file.php?id=578[/download]