MyBB.de Forum
Link Tools - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Anpassungen (https://www.mybb.de/forum/forum-47.html)
+--- Forum: Plugin-Veröffentlichungen und -Support (https://www.mybb.de/forum/forum-82.html)
+--- Thema: Link Tools (/thread-37524.html)



Link Tools - MyBB.de Bot - 10.11.2020

Eine neue Erweiterung wurde veröffentlicht: Link Tools

Zitat:Link Tools extracts the links (URLs) in posts made to your forum, and then provides you with four new features:

  1. Link previews. A preview box is generated for each link in a post, just below the paragraph in which the link occurs. Different types of preview can be generated for different sites/content, as supported by a customisable Link Previewer framework.


  2. Seamless link searching. Just type a link (URL) into the default field ("Keyword") of the standard MyBB search form and Link Tools will intercept the search and provide accurate results: only posts which contain the link or its equivalent will be listed. The default MyBB search when set to Full Text does not handle links at all well and typically returns results completely unrelated to the link for which you searched.


  3. A duplicate link warner. When a member is starting a new thread, s/he will be warned if any links (URLs) that s/he includes in the thread-starter have already been posted to the board. This feature is especially useful when your board is heavily resource-based and there is a risk of members starting duplicate discussions about resources (links and videos) that have already been discussed.


  4. Link limiting. This allows for limiting of the number of links that may be posted by each member in each of a given set of usergroups in a given set of forums over a given (rolling) period. The administrative interface is at Forums & Posts » Link Posting Limits, and supports in-page editing, deletion, and addition of limit rules.
Link Tools considers to be a link anything that MyBB core also considers to be a link:

  1. The URLs in
    Code:
    url
    tags.


  2. The URLs in
    Code:
    video
    tags.


  3. Bare URLs: those beginning with
    Code:
    http://
    ,
    Code:
    https://
    ,
    Code:
    ftp://
    ,
    Code:
    ftp.
    , and
    Code:
    www.
    .
Link Tools handles all of the different ways in which two links can look different but be the same (resolve to the same page):

  1. When they are the same except for their protocol:
    Code:
    http://
    versus
    Code:
    https://
    .


  2. When one has a
    Code:
    www.
    prefix and the other does not.


  3. When they have the same query parameters but in a different order.


  4. When one has a redundant query parameter - e.g., the
    Code:
    fbclid
    query parameter added by Facebook - and the other does not.


  5. When their domains are capitalised differently.


  6. When one redirects (potentially via multiple redirects) to the other, e.g., when a URL shortening service like https://bitly.com/ is used to create a short URL which redirects to the target URL.


  7. When both redirect (potentially via multiple redirects) to the same final link, e.g., when two different "shortened" URLs redirect to the same target URL.
Note that the redirects recognised by Link Tools are: HTTP redirects, HTML meta tag redirects, and "canonical" HTML link tags.

The first five differences are eliminated via "normalisation" of URLs.

The final two are eliminated by querying the URLs until the terminating URL is found. This is done using the cURL PHP functions.

Requirements
Licence

Link Tools is licensed under the GPL version 3.

Installing

  1. Download. Download an archive of the plugin's files.


  2. Copy files. Extract the files in that archive to a temporary location, and then copy the files in "root" into the root of your MyBB installation. That is to say that "root/linktools.php" should be copied to your MyBB root directory, "root/inc/languages/english/linktools.lang.php" should be copied to your MyBB root's "inc/languages/english/" directory, etc.


  3. Install via the ACP. In a web browser, open the "Plugins" module in the ACP of your MyBB installation. You should see "Link Tools" under "Inactive Plugins". Click "Install & Activate" next to it. You should then see the plugin listed under "Active Plugins" on the reloaded page.


  4. Extract links from existing posts, if any. In the plugin's listing, if your board contains any posts, you will see a warning prompt to run link extraction on those posts. Click the "here" button (styled as a plain text link) to do this.


  5. Resolve terminating redirects for extracted links, if any. Return to the plugin's listing, and if any links were extracted in the last step, you will see a warning prompt to run terminating link resolution on them. Again, click the "here" button (again, styled as a plain text link) to do this.
Optionally, you may then want to configure settings (by navigating in the ACP to "Settings" -> "Plugin Settings" -> "Link Tools Settings"), and/or edit the plugin's templates and/or its stylesheet.

Upgrading

  1. Deactivate. In a web browser, open the "Plugins" module in the ACP of your MyBB installation and click "Deactivate" beside the "Link Tools" plugin.


  2. Download and Copy files. As in steps one and two for installing above.


  3. Reactivate. As for step one but clicking "Activate" rather than "Deactivate".
This will maintain any settings and template changes that you've made, although if you've made template changes, you may after upgrading need to navigate in the ACP to "Templates & Style" -> "Templates" -> "Find Updated Templates" to properly integrate/update this plugin's templates.



RE: Link Tools - MyBB.de Bot - 10.11.2020

Eine neue Version wurde veröffentlicht: Link Tools 1.0.1


RE: Link Tools - MyBB.de Bot - 20.02.2021

Eine neue Version wurde veröffentlicht: Link Tools 1.1.0


RE: Link Tools - MyBB.de Bot - 10.03.2021

Eine neue Version wurde veröffentlicht: Link Tools 1.2.0


RE: Link Tools - MyBB.de Bot - 19.03.2021

Eine neue Version wurde veröffentlicht: Link Tools 1.3.0


RE: Link Tools - MyBB.de Bot - 09.05.2021

Eine neue Version wurde veröffentlicht: Link Tools 1.3.2


RE: Link Tools - MyBB.de Bot - 19.08.2021

Eine neue Version wurde veröffentlicht: Link Tools 1.3.4


RE: Link Tools - MyBB.de Bot - 03.01.2022

Eine neue Version wurde veröffentlicht: Link Tools 1.4.0


RE: Link Tools - MyBB.de Bot - 10.01.2022

Eine neue Version wurde veröffentlicht: Link Tools 1.4.1