This module provides a ready-to-use set of configuration for displaying Person nodes on your website, for example in a staff directory, board of directors page, faculty list, list of physicians, an
This module provides a 'Stumble' link in each node page that allows users to visit another random node (think StumbleUpon for your own site). It was inspired by Matt Mullenweg'sRandom Redirect plugin for WordPress.
Mailsave is a module that is designed to interact with mailhandler. It will detach files that are emailed to the site and save them with the node. It can also interact with other modules such as image, to provide functions like automatic conversion of nodes to image nodes. This can be used to allow posting of pictures from devices like mobile phones.
Mailsave for Drupal 6 released
The first official version of mailsave for Drupal 6 has been released, but at the moment it only includes the main mailsave module (the part that saves attachments) and the clean up filters.
The main extension module - mailsave_to_image - can't be released officially since the accompanying image module is only at alpha so is not yet fully stable. However, mailsave_to_image for Drupal 6 is available from HEAD and works with the current (alpha 2) release of image, so feel free to try it out.
Content Blocker enables users to block the content they see according to various parameters. Current implementations are for blocking by user and blocking by leech feed. So like on some social networking sites, users can say "I don't want to see any content by User X."
V6 Note: If you are updating your Drupal 6 dev version, disable then enable the Multiforms Admin module so Drupal can find newly added theme functions.
The Multiforms module is designed for the collection of data from users. It can be used to easily author multi-page forms which are published as nodes. The data collected by the forms can then be exported. It was originally designed to handle contest and survey creation needs for the website of The Georgia Straight (www.straight.com), a weekly Vancouver newspaper.
Multiforms module features include:
Multi-page form support
Multiple choice question support (select, radio buttons, checkboxes, etc.) with web interface for editing choices
Ability to save/load form "snippets" (groups of fields)
Duplicate submission prevention (based on specification of which fields should collectively be unique)
Ability to purge submitted data
Closing date and message
Integrated email referrals
Completion threshold
Creation of draw entries upon successful completion
Creation of extra draw entries for each email referral
Adds a nodeapi hook that adds the variable $GLOBALS['globalnode'] containing attributes for a given node. Which attributes are displayed is determined in the GlobalNode settings.