how to image download bbcode just like phpbb ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • AddabaZZ
    New Member
    • Oct 2013
    • 9
    • 5.0.X

    how to image download bbcode just like phpbb ?

    I used to add this bbcode in my previous phpbb forum
    but here i couldn't using similar method.
    please is there a way to make it,
    if so please advise.
    And thanks !!

    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:
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Working...