Adds tracking of external broken links to the SilverStripe CMS
The external links module is a task and ModelAdmin to track and to report on broken external links.
* Kirk Mayo kirk (at) silverstripe (dot) com
* SilverStripe 3.0 +
/dev/build
to rebuild the database.Run the following task http://path.to.silverstripe/dev/tasks/CheckExternalLinks to check your site for external
broken links.
If you have the queuedjobs module installed you can set the task to be run every so ofter
Add the following code to the mysite config to run the job every 24 hours (86400 seconds)
Config::inst()->update('CheckExternalLinks', 'QueuedJob', 86400);
To disable the Broken Ext. Links menu add the following code to mysite/_config.php
CMSMenu::remove_menu_item('BrokenExternalLinksAdmin');
Fix setting the class attribute of broken links to ss-broken
Module rating system helping users find modules that are well supported. For more on how the rating system works visit Module standards
Score not correct? Let us know there is a problem