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.
`multiupload_imagefield_widget.module` provide great widget to upload multiple images, (at the time this module created) but it does not support `insert.module`. This tiny module does that.
This module automatically calculates scores for any node on a Drupal site. The score is calculated by adding together administratively controlled point values for given "events" relating to that node. Any module is able to provide new events by implementing hook_content_autoscore_events() and hook_content_autoscore_count($nid, $eventname).
This module implements the jQuery Dirty Forms library (http://mal.co.nz/code/jquery-dirty-forms/) which provides a more robust and flexible approach to alerting users when they attempt to leave a page with unsaved changes.
The main benefit of this module over other dirty form libraries is that this one allows you to define custom dialog boxes in newer browsers with a fallback to the browser's default dialog box on older browsers.
WARNING: This module does not correctly work with the most recent version of the jquery.dirtyforms library on GitHub when the Drupal Overlay module is enabled. I'm working on an update to resolve this issue.