3.1.x Extensions Database 3.1 / 3.2Link bbCode Extension

<span class="qte-attr qte_31_32-qte">3.1.x &amp; 3.2.x</span>
User avatar

Fast_Eddie
Users
Users
Posts: 279
Joined: 15 Aug 2015, 20:25
    Windows 10 Edge

Re: Link bbCode Extension

Post by Fast_Eddie »

Ok, sounds like the wrong question was asked ?

What is the process to get the # of d/l's displayed to the user when a topic has a file that can be dowloaded :wall:
There was a post about this years back But i have been unable to find it
:beers: Retirement 2024!

User avatar

Dead Man
Users
Users
Posts: 19
Joined: 07 Jul 2024, 17:08
    Windows 10 Chrome

Re: Link bbCode Extension

Post by Dead Man »

[download=light-blue]Download-link TEST[/download]
Did the BB CODE stop working I keep getting same format like this too

Edit: Encase you have PHPBB 3.3.12
This is what worked for me
Go to Edit your DOWNLOAD BB-Code

Path In the Website ACP >> POSTING >> BBCODES >> DOWNLOAD

BBCode usage - I changed to this

Code: Select all

[download={INTTEXT1}]{URL}[/download]
And HTML replacement - I changed to this

Code: Select all

<div class="download-blocks"><a href="{URL}"><dl class="extra-box download {INTTEXT1}"><dd><font color="#000000">DOWNLOAD-LINK</font></dd><font size="2">{URL}</font></dl></a></div>
And HINT to

Code: Select all

[download]URL TEXT[/download]

User avatar

Sniper_E
VIP
VIP
Posts: 1160
Joined: 14 Oct 2014, 19:01
    Windows 10 Chrome

Re: Link bbCode Extension

Post by Sniper_E »

Did you mean,

And HINT to

Code: Select all

[download=COLOR]URL[/download]
Image
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!™

User avatar

Dead Man
Users
Users
Posts: 19
Joined: 07 Jul 2024, 17:08
    Mac OS X Safari

Re: Link bbCode Extension

Post by Dead Man »

Sniper_E wrote: 12 Aug 2024, 04:47 Did you mean,

And HINT to

Code: Select all

[download=COLOR]URL[/download]
No because User just needs to enter their URL. Color is already picked and inputted from drop down box for which ever one they choose

User avatar

ssl
Users
Users
Posts: 140
Joined: 19 Aug 2020, 12:54
    Mac OS X Firefox

Re: Link bbCode Extension

Post by ssl »

This kind of link broke the BBCode: https://www.phpbb.com/customise/db/exte ... pair_tool/

[download=purple]Téléchargement https://www.phpbb.com/customise/db/exte ... pair_tool/ Database Optimize & Repair Tool[/download]


FIXED

BBCode usage

Code: Select all

[download={TEXT1}]{TEXT2} {URL} {TEXT3}[/download]
HTML

Code: Select all

<div class="download-blocks">
    <dl class="extra-box download {TEXT1}">
        <dt>
            <a href="{URL}" title="{URL}">{TEXT2}</a>
        </dt>
        <dd>
            {TEXT3}
        </dd>
    </dl>
</div>
linkbbcode.png
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
phpBB: 3.3.15 | PHP: 8.5
[Some French translation of extensions]

Post Reply Previous topicNext topic