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

HarveyWNvm LLC.
Users
Users
Posts: 53
Joined: 03 Nov 2020, 15:12
    Windows 7 Chrome

Re: Link bbCode Extension

Post by HarveyWNvm LLC. »

martin wrote: 24 Dec 2021, 03:29
HarveyWNvm LLC. wrote: 21 Dec 2021, 17:33 People can now weight the latest version of Link BBCode phpbb 3.1.x active now relesead 3.3.x new version!
Pls can you stop posting updates of others work your also posting them in the wrong forums and the version check will fail as you dont have access to update it.
Everything is going exactly and that's why everyone is looking for a way to new versions. Who I removed them to be for 3.1.x Now everyone can be happier. I don't think I'm making mistakes.
nFL-Cs.InFo Clock to Banner
Image

User avatar

martin
Admin
Admin
Posts: 5105
Joined: 06 Apr 2014, 16:12
    Linux Chrome

Re: Link bbCode Extension

Post by martin »

All exts will be updated in time there is no need to post updated versions your just making version check errors by changing the number.
Image

User avatar

max-ima
Users
Users
Posts: 139
Joined: 25 Mar 2022, 07:11
    Windows 10 Firefox

Re: Link bbCode Extension

Post by max-ima »

Link bbCode Extension_1.0.1-Slovenian.zip
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6464
Joined: 13 Jan 2014, 21:45
    Android Chrome

Re: Link bbCode Extension

Post by dmzx »

max-ima wrote: 27 Mar 2022, 21:21 Link bbCode Extension_1.0.1-Slovenian.zip
Thanks!

User avatar

Fast_Eddie
Users
Users
Posts: 279
Joined: 15 Aug 2015, 20:25
    Windows 7 Firefox

Re: Link bbCode Extension

Post by Fast_Eddie »

Greetings DM
I installed this ext on a 3.3.7 board and it moved the add files button when adding a attachment to spot it's not supposed to be. The custom BB-code dropdown box also did not work. I un-installed the ext but the issue remains. My question would be is there a original file i can upload and overwrite the changes the ext made? for example: attatchments.html or something to that effect. The only other option i can think of is reinstall the board
Idea's ?
:buigen: MUCH THANKS! :buigen:
:beers: Retirement 2024!

User avatar

Fast_Eddie
Users
Users
Posts: 279
Joined: 15 Aug 2015, 20:25
    Windows 7 Firefox

Re: Link bbCode Extension

Post by Fast_Eddie »

Fast_Eddie wrote: 16 Jun 2022, 23:31 Greetings DM
I installed this ext on a 3.3.7 board and it moved the add files button when adding a attachment to spot it's not supposed to be. The custom BB-code dropdown box also did not work. I un-installed the ext but the issue remains. My question would be is there a original file i can upload and overwrite the changes the ext made? for example: attatchments.html or something to that effect. The only other option i can think of is reinstall the board
Idea's ?
:buigen: MUCH THANKS! :buigen:
Asking this because I work a lot of hours, and it would be a huge time saver to replace one file ( if possible ) instead of starting over from a new install

User avatar

Fast_Eddie
Users
Users
Posts: 279
Joined: 15 Aug 2015, 20:25
    Windows 7 Firefox

Re: Link bbCode Extension

Post by Fast_Eddie »

Fast_Eddie wrote: 18 Jun 2022, 00:58
Fast_Eddie wrote: 16 Jun 2022, 23:31 Greetings DM
I installed this ext on a 3.3.7 board and it moved the add files button when adding a attachment to spot it's not supposed to be. The custom BB-code dropdown box also did not work. I un-installed the ext but the issue remains. My question would be is there a original file i can upload and overwrite the changes the ext made? for example: attatchments.html or something to that effect. The only other option i can think of is reinstall the board
Idea's ?
:buigen: MUCH THANKS! :buigen:
Asking this because I work a lot of hours, and it would be a huge time saver to replace one file ( if possible ) instead of starting over from a new install
Any help on this would be great! Have this weekend off work :eyes2: :whistl: :buigen:

User avatar

umi
Users
Users
Posts: 89
Joined: 05 Aug 2019, 14:18
    Windows 7 Firefox

Re: Link bbCode Extension

Post by umi »

ssl wrote: 03 Oct 2020, 15:15 Oops! my fault!!
I did not fill in this Download-link before the URL
And the extension works with Advanced BBCode Box

Thanks U

EDIT
To integrate the Download-link menu into the Advanced BBCode Box, you must modify the abbc3_posting_buttons.html template in /ext/vse/abbc3/styles/all/template

ABB3.png
Hi, could you let us know which changes did you make on Advanced BBCode Box to integrate it?

Regards

User avatar

ssl
Donator
Donator
Posts: 137
Joined: 19 Aug 2020, 12:54
    Mac OS X Opera

Re: Link bbCode Extension

Post by ssl »

Read the message you just quoted
phpBB: 3.3.14 | PHP: 8.3
[Some French translation of extensions]

User avatar

umi
Users
Users
Posts: 89
Joined: 05 Aug 2019, 14:18
    Windows 7 Firefox

Re: Link bbCode Extension

Post by umi »

ssl wrote: 11 Nov 2022, 20:18 Read the message you just quoted
I understand that the file that needs to be modified is abbc3_posting_buttons.html, but I don't know what lines to add to make the button appear, sorry.

Regards

User avatar

ssl
Donator
Donator
Posts: 137
Joined: 19 Aug 2020, 12:54
    Mac OS X Opera

Re: Link bbCode Extension

Post by ssl »

To place the Link BBCode menu, as in the tutorial, simply copy the content of the linkbbcode.html template into the abbc3_posting_buttons.html template of the Advanced BBCode Box extension

In FTP go here: ► ext/vse/abbc3/styles/all/template

Edit the template and find this:

Code: Select all

{% EVENT vse_abbc3_posting_editor_buttons_custom_tags_append %}
Add after Add these lines on a new blank line after the preceding line(s) to find

Code: Select all

<select class="bbcode-download-" name="download" onchange="bbfontstyle('[download=' + this.options[this.selectedIndex].value + '', '[/download]');this.selectedIndex = 0;" title="{L_BBCODE_DOWNLOADLINK_HELP}" style="height: 18px;">
		<option value="#" selected="selected" style="display: none;">{L_DOWNLOADLINK_BBCODES}</option>
		<option value="orange]{L_DOWNLOADLINK_BBCODE} " class="extra-boxs orange">{L_DOWNLOADLINK_ORANGE_EXPLAIN}</option>
		<option value="blue]{L_DOWNLOADLINK_BBCODE} " class="extra-boxs blue">{L_DOWNLOADLINK_BLUE_EXPLAIN}</option>
		<option value="light-blue]{L_DOWNLOADLINK_BBCODE} " class="extra-boxs light-blue">{L_DOWNLOADLINK_LIGHTBLUE_EXPLAIN}</option>
		<option value="dirty-blue]{L_DOWNLOADLINK_BBCODE} " class="extra-boxs dirty-blue">{L_DOWNLOADLINK_DIRTYBLUE_EXPLAIN}</option>
		<option value="purple]{L_DOWNLOADLINK_BBCODE} " class="extra-boxs purple">{L_DOWNLOADLINK_PURPLE_EXPLAIN}</option>
		<option value="green]{L_DOWNLOADLINK_BBCODE} " class="extra-boxs green">{L_DOWNLOADLINK_GREEN_EXPLAIN}</option>
             </select>

Save the change and clear the cache

User avatar

umi
Users
Users
Posts: 89
Joined: 05 Aug 2019, 14:18
    Windows 7 Firefox

Re: Link bbCode Extension

Post by umi »

ssl wrote: 12 Nov 2022, 17:04 To place the Link BBCode menu, as in the tutorial, simply copy the content of the linkbbcode.html template into the abbc3_posting_buttons.html template of the Advanced BBCode Box extension

In FTP go here: ► ext/vse/abbc3/styles/all/template

Edit the template and find this:

Code: Select all

{% EVENT vse_abbc3_posting_editor_buttons_custom_tags_append %}
Add after Add these lines on a new blank line after the preceding line(s) to find

Code: Select all

<select class="bbcode-download-" name="download" onchange="bbfontstyle('[download=' + this.options[this.selectedIndex].value + '', '[/download]');this.selectedIndex = 0;" title="{L_BBCODE_DOWNLOADLINK_HELP}" style="height: 18px;">
		<option value="#" selected="selected" style="display: none;">{L_DOWNLOADLINK_BBCODES}</option>
		<option value="orange]{L_DOWNLOADLINK_BBCODE} " class="extra-boxs orange">{L_DOWNLOADLINK_ORANGE_EXPLAIN}</option>
		<option value="blue]{L_DOWNLOADLINK_BBCODE} " class="extra-boxs blue">{L_DOWNLOADLINK_BLUE_EXPLAIN}</option>
		<option value="light-blue]{L_DOWNLOADLINK_BBCODE} " class="extra-boxs light-blue">{L_DOWNLOADLINK_LIGHTBLUE_EXPLAIN}</option>
		<option value="dirty-blue]{L_DOWNLOADLINK_BBCODE} " class="extra-boxs dirty-blue">{L_DOWNLOADLINK_DIRTYBLUE_EXPLAIN}</option>
		<option value="purple]{L_DOWNLOADLINK_BBCODE} " class="extra-boxs purple">{L_DOWNLOADLINK_PURPLE_EXPLAIN}</option>
		<option value="green]{L_DOWNLOADLINK_BBCODE} " class="extra-boxs green">{L_DOWNLOADLINK_GREEN_EXPLAIN}</option>
             </select>

Save the change and clear the cache

Thanks, now working perfectly.

:beers: :beers: :beers:

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 »

After a month or so messing with this ext I GOT IT tonight!
Another ext was hiding -or- for some other reason not displaying.

Posting Buttons
Caught this while working on a different issue
Any ext that was using a custom BBcode was not working for me
UNTILL I disabled the Posting Buttons ext. Now the ext BBcodes are back!

And the link bbode ext working fine!

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 »

jan_2017 wrote: 24 Aug 2017, 15:16 Hello together

How can i put this text in the download button:

"(280 Bytes) Downloaded 22 times"

Thanks Jan
Don't see where this got answered?
How do you get it to display how many times it was d/l'ed ?
Thanks and Happy New Year :)

User avatar

Sniper_E
VIP
VIP
Posts: 1157
Joined: 14 Oct 2014, 19:01
    Windows 10 Firefox

Re: Link bbCode Extension

Post by Sniper_E »

Fast_Eddie wrote: 01 Jan 2024, 16:57Don't see where this got answered?
This extension is just a bbcode and so it can not count how many times the link is clicked.
The file you linked to will count the downloads or visits or views.
These bbcode links are not like attached files links where the downloads or views are counted in the phpbb system.
ssl wrote: 26 Dec 2020, 01:28
Fast_Eddie wrote: 26 Dec 2020, 01:19I need a ext (or BBcode) that gives a user the ability to download a file outside the phpbb attachment system
This extension does that
Image
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!™

Post Reply Previous topicNext topic