toastnz / externallinks
Module which tracks external broken links in SilverStripe CMS page content field and HTMLText field in toast blocks
Installs: 212
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Type:silverstripe-vendormodule
Requires
- silverstripe/admin: ^1.0
- silverstripe/externallinks: ^2.2
- silverstripe/framework: ^4.0
This package is auto-updated.
Last update: 2024-10-29 06:19:46 UTC
README
Introduction
The external links module is a task and ModelAdmin to track and to report on broken external links. This module can also check the blocks HTMLText fields.
It's based on Silverstripe External Links, but including the Blocks HTMLText fiedls.
https://github.com/silverstripe/silverstripe-externallinks
Requirements
- SilverStripe ^4.0
- Silverstripe External Links (silverstripe/externallinks)
Features
- Add external links to broken links reports
- Add a task to track external broken links
- Add HTMLText fields inside blocks external broken links to broken links reports
Installation
- Require the module via composer:
composer require toastnz/externallinks
- Run
/dev/build
in your browser to rebuild the database. - Run the following task http://path.to.silverstripe/dev/tasks/CheckExternalLinksWithBlocksTask to check for broken external links(including blocks html text fields)
Generate report
Run the following task http://path.to.silverstripe/dev/tasks/CheckExternalLinksTask to check your site for external broken links each time to generate the report.
Queued job
This function is under development, please use dev task only.