Link Checker for XenForo 2.x by AddonsLab

Link Checker for XenForo 2.x by AddonsLab 3.7.1

No permission to buy ($54.99)
This version implements support for CSV-based link filtering. A new field is available to upload a CSV file with list of URLs (the URLs should be the first column in the file), which can be used to check the dead links or apply batch update. The feature is useful for processing URLs based on a report from another SEO tool (e.g. exporting list of 404 URLs from ahrefs.com and using it to delete all these URLs on your board).

Please note, that the uploaded file is used only as a filter for URLs that are already posted on your board, it cannot be used to validate URLs in the file itself.

The version also fixes soundcloud.com support with validation of both track and playlist URLs.

The version 1.8.8 of our AL Core package is required for the upgrade. The package implements a fix related to link indexation. Please run link indexation again after the upgrade, it might find additional links not indexed before (applicable especially for the cases when the board was migrated from an oder software using custom importers).

The new version is available for all licensed customers at https://customers.addonslab.com/marketplace.php/my-services/
The release fixes a PHP error that would be thrown during link rebuild process if an author of a post has been deleted. Also, the release includes enhancements to the link detection process, supporting links which have only the domain without any schema, e.g. www.test.com will be detected as a valid link.

The new version is available for all licensed customers at https://customers.addonslab.com/marketplace.php/my-services/
In this version we have added detection of URLs without schema, e.g. [url]www.example.com[/url] as a valid URL and index them, as well as detection of URLs with complex BB Code structure as BB Code text, e.g. [url="http://www.example.com"][b]Example.com[/b][/url].

The new version is available for all licensed customers at https://customers.addonslab.com/marketplace.php/my-services/
In this release, we have implemented additional confirmation during Batch Update of links.

The new version is available for all licensed customers at https://customers.addonslab.com/marketplace.php/my-services/
The new versions adds the ability to filter the URLs depending on their redirect status to apply special batch update operations to these URLs only.

The new version also fixes an error in status checker. Previously, you might have noticed there are some URLs with 30x status. Normally, these redirect should be followed and show the final status, not the redirect status, but this could fail in some cases.

The new version is available for all licensed customers at https://customers.addonslab.com/marketplace.php/my-services/
  • Like
Reactions: Joe Link
Release fixes invalid attachment handling in case of imported attachments when the attachment format ID has a suffix _xfImport.

The new version is available for all licensed customers at https://customers.addonslab.com/marketplace.php/my-services/
This release fixes the support for proxy configuration in XenForo config.php file.

The new version is available for all licensed customers at https://customers.addonslab.com/marketplace.php/my-services/
This release includes fixes for the issues on PHP 8.1 version.

The new version is available for all licensed customers at https://customers.addonslab.com/marketplace.php/my-services/
The standard implementation of Soundcloud support in XenForo requires the MEDIA tag to contain the URL of the resource without the domain, e.g.
Code:
[MEDIA=soundcloud]sherief-abraham/fantasia-on-a-romance-theme-old-2010-version[/MEDIA]
This release implements support for additional format that includes the domain the media tag, e.g.
Code:
[MEDIA=soundcloud]https://soundcloud.com/sherief-abraham/fantasia-on-a-romance-theme-old-2010-version[/MEDIA]

The new version is available for all licensed customers at https://customers.addonslab.com/marketplace.php/my-services/
This release implements a new option Unlink invalid URLs to simply unlink invalid URLs in the posts without any batch processing in the back-end. This is useful for those who don't want to alter database content in any way and just want to remove the invalid URLs from the front-end.

If the link has custom text, it will be shown in parentheses. The replacement text can be customized using the phrases allm_unlinked_url_with_text and allm_unlinked_url_without_text.

The option is activated only if Front-End features are NOT disabled. Enabling the front-end features (redirect invalid URLs, show URL status icons or unlink a URL) increases memory usage a bit as it needs to load information about link status with each loading page.

The option takes priority over the options "Enable Invalid URL Redirect" and no status icons are added to unlinked URLs.

The new version is available for all licensed customers at https://customers.addonslab.com/marketplace.php/my-services/
Top Bottom