Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Provide a CCK field type that lets you choose a file with IMCE.
This is not the same as FileField (see below).
Drupal 7
The core files management on D7 is smarter than on D6.
imceimage is designed to circumvent the file_managed table, but in D7 this is no longer necessary. You can use either filefield sources, or (recommended) IMCE Filefield
The Link checker module extracts links from your content when saved and periodically tries to detect broken hypertext links by checking the remote sites and evaluating the HTTP response codes. It shows all broken links in the reports/logs section and on the content edit page, if a link check has been failed. An author specific broken links report is also available in "My Account".
Features:
Scan configurable fields on each entity incl. node, comment, block etc.
Checks internal and by default external links
JSON:API support [from 2.1.0-alpha1]
Parallel link checking with optional HTTPRL module
Configurable link check intervals
Can update permanently moved (301) links after specified link check fail count
Can unpublish nodes after specified file not found (404) fail count
Output created by input filters is supported
Supported HTML elements: a, area, audio, embed, iframe, img, object, param, source, video