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.martin wrote: 24 Dec 2021, 03:29Pls 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.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!
3.1.x Extensions Database 3.1 / 3.2 ⇒ Link bbCode Extension
-
- Users
- Posts: 53
- Joined: 03 Nov 2020, 15:12
Re: Link bbCode Extension
-
- Admin
- Posts: 5105
- Joined: 06 Apr 2014, 16:12
Re: Link bbCode Extension
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.

-
- Users
- Posts: 139
- Joined: 25 Mar 2022, 07:11
Re: Link bbCode Extension
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
-
- Users
- Posts: 279
- Joined: 15 Aug 2015, 20:25
Re: Link bbCode Extension
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 ?
MUCH THANKS! 
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 ?



-
- Users
- Posts: 279
- Joined: 15 Aug 2015, 20:25
Re: Link bbCode Extension
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 installFast_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 ?
MUCH THANKS!
![]()
-
- Users
- Posts: 279
- Joined: 15 Aug 2015, 20:25
Re: Link bbCode Extension
Any help on this would be great! Have this weekend off workFast_Eddie wrote: 18 Jun 2022, 00:58Asking 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 installFast_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 ?
MUCH THANKS!
![]()



-
- Users
- Posts: 89
- Joined: 05 Aug 2019, 14:18
Re: Link bbCode Extension
Hi, could you let us know which changes did you make on Advanced BBCode Box to integrate it?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
Regards
-
- Donator
- Posts: 137
- Joined: 19 Aug 2020, 12:54
Re: Link bbCode Extension
Read the message you just quoted
-
- Users
- Posts: 89
- Joined: 05 Aug 2019, 14:18
Re: Link bbCode Extension
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
-
- Donator
- Posts: 137
- Joined: 19 Aug 2020, 12:54
Re: Link bbCode Extension
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:
Save the change and clear the cache
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
-
- Users
- Posts: 89
- Joined: 05 Aug 2019, 14:18
Re: Link bbCode Extension
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 findCode: 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.



-
- Users
- Posts: 279
- Joined: 15 Aug 2015, 20:25
Re: Link bbCode Extension
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!
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!
-
- Users
- Posts: 279
- Joined: 15 Aug 2015, 20:25
Re: Link bbCode Extension
Don't see where this got answered?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
How do you get it to display how many times it was d/l'ed ?
Thanks and Happy New Year :)
-
- VIP
- Posts: 1157
- Joined: 14 Oct 2014, 19:01
Re: Link bbCode Extension
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:28This extension does thatFast_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