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: 4 years agoPls 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: 4 years ago 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
-
HarveyWNvm LLC.
- Users

- Posts: 53
- Joined: 5 years ago
Re: Link bbCode Extension
-
martin
- Admin

- Posts: 5139
- Joined: 12 years ago
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.

-
max-ima
- Users

- Posts: 139
- Joined: 4 years ago
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.
-
Fast_Eddie
- Users

- Posts: 279
- Joined: 11 years ago
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 ?
-
Fast_Eddie
- Users

- Posts: 279
- Joined: 11 years ago
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: 4 years ago 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!
![]()
-
Fast_Eddie
- Users

- Posts: 279
- Joined: 11 years ago
Re: Link bbCode Extension
Any help on this would be great! Have this weekend off workFast_Eddie wrote: 4 years agoAsking 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: 4 years ago 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!
![]()
-
umi
- Users

- Posts: 89
- Joined: 7 years ago
Re: Link bbCode Extension
Hi, could you let us know which changes did you make on Advanced BBCode Box to integrate it?ssl wrote: 5 years ago 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
-
ssl
- Banned

- Posts: 150
- Joined: 6 years ago
Re: Link bbCode Extension
Read the message you just quoted
-
umi
- Users

- Posts: 89
- Joined: 7 years ago
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
-
ssl
- Banned

- Posts: 150
- Joined: 6 years ago
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
-
umi
- Users

- Posts: 89
- Joined: 7 years ago
Re: Link bbCode Extension
ssl wrote: 3 years ago 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.
-
Fast_Eddie
- Users

- Posts: 279
- Joined: 11 years ago
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!
-
Fast_Eddie
- Users

- Posts: 279
- Joined: 11 years ago
Re: Link bbCode Extension
Don't see where this got answered?jan_2017 wrote: 9 years ago 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 :)
-
Sniper_E Online
- VIP

- Posts: 1161
- Joined: 11 years ago
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: 5 years agoThis extension does thatFast_Eddie wrote: 5 years agoI need a ext (or BBcode) that gives a user the ability to download a file outside the phpbb attachment system


