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.
jQuery Map Hilight is a javascript wrapper module for the jquery Map Hilight plugin by David Lynch (like the director, but not). It enables the simple addition of mouseover highlighting of hotspots to HTML image maps without requiring the editing of theme files or knowledge of javascript/jquery.
Features
provides simple interactive graphics via HTML image maps (no flash required).
easy to use: either select the 'highlight all image maps' default setting or simply add class="jq_maphilight" to the <img> tag of any specific image map you wish to highlight.
no jquery or javascript knowledge required: plugin configuration is handled via an admin/settings screen rather than having to enter jquery code.
fully configurable: options for fill, fill color, fill opacity, outline, outline color, outline opacity, outline thickness, as well as a fade effect.
per image map settings: add image map specific options with an additional class.
Multisite Login allows a user to login to all sites in a multisite configuration, even though the multisites do not share domain names.
For example:
politicker.com
politickernj.com
politickerny.com
etc.
NOTE: if you are using several sites on the same domain (ex. politicker.com, nj.politicker.com, ny.politicker.com, etc.), then you do not need this module. The multisite functionality in Drupal core has the ability to share logins for sites like these without additional modules.
This module was designed to be an alternative to the singlesignon module but using a technique that does not block search engines from accessing your websites.
Tutorial of Alpha 4 in action
HTML Export allows you to take your Drupal site and select paths from it based on criteria to export to HTML. It supports OG, results from Views, per content type, all menu router items, and all nodes as default criteria for publishing to html. Developers can extend and override these selections through a simple hook / api system. This module requires that Simple HTML Dom module/library be installed to help with the parsing of the html being created.
Drupal 6.x-2.x
Special note: The Base URL ($base_url) MUST be set in your site's settings.php file in order to use this module.
Features
API hooks able to add / define / prune / alter the paths, assets, and html data used in export
Supports ANY drupal path, not just nodes
Ability to remove DOM elements in bulk during page export (follows convention div[id=admin-toolbar] to remove admin module output)
New publishing metric to make creation cleaner (folder stacking instead of flat nodes)
Batch API to avoid timeouts and be able to handle massive sites