Modules

Book Post

The Book Post module makes it easy to post information about books. Any 10 or 13-digit ISBN placed between double curly braces {{}} in a post will convert into the book cover, title, author and publication info. All data comes from the Open Library Project, an open source catalog that allows users to add books and edit metadata. If there is no cover available for the book you want to post, go on the Open Library and add one!

It is also possible to use the Open Library ID number instead of the ISBN (e.g. OL8378495M). The Open Library has fulltext available for many titles in the public domain. A "Read Online" link will automatically appear in your post if the fulltext is available from the Open Library.

There are also options to include links to WorldCat, LibraryThing, and Google Books for books that you post.

This module is based on John Miedema's OpenBook Plugin for WordPress.

Formnode

pounard - October 7, 2008 - 14:43

Formnode is a simple module that allow site administrators to render nodes into forms as HTML markup. You can select a node, the form where to render the node, and the weight to position the renderered node wherever you want.

It provide a simple and intuitive UI, using form_collect and form_store modules if they are enabled on the site. Else it provide an old and unusable UI :) Those last two modules can be disabled after site configuration is done.

This module has been originaly created by Makina-Corpus.

Note: a Drupal 6 branch will be created soon.

Mailfix for Postfix 2.1+

alxsvdr - October 7, 2008 - 09:48

Description

The Mailfix module allows administrators to provide email accounts to regular Drupal accounts.

For this module to work you must have previously installed and configured Postfix 2.1 or greater. A step-by-step installation guide for an Ubuntu 8.02 server will be available soon at http://howtoforge.com.

Once your Postfix server is appropriately configured you may install this Drupal module.

Features

Domain settings (admin/settings/mailfix):

  • You can manage multiple domains for mail delivery
  • Per domain default quota (default is 100 MB)

User settings:

  • Drupal and mail accounts share the same password, thus allowing users to manage their credentials from a single location.
  • Users can access their mailbox using POP3, POP3S, IMAP and IMAPS
  • Individual quota support for mailbox
  • Mail forwarding (very useful for disabled accounts)
  • Silent BCC monitoring of specified accounts

Future features:

  • Auto-responder (vacation, temporary leave)
  • More translation files

Users with "administer users" privileges can configure individual settings, such as mail quota, automatic forwarding, outgoing and incoming BCC.

Users with "administer site configuration" privileges can manage domains.

U Create

Allow non-admin users on your site to create new users. The module automatically sends an invite email to new users with login information.

This module integrates with OG. This means that users can create new users in a particular group.

Drupal 5 only for now.

This module is dedicated to Jeff Miccolis.

Broken Anchor

ulhume - October 6, 2008 - 16:38

Broken Anchor is a tool to find various errors in contents. Primary targets was to discover broken links in node bodies. Now it's also checking comments and clear email addresses.

The module is based on a cron job in order to check, once at a time, a variable number of contents (nodes, comments for now). Each content is prepared using Drupal filters (Input Formats) in order to check the same content version as displayed.

The module comes with a report view from where it is possible to check again, edit content or ignore the error.

Content discovering is based on a kind of API allowing to extend content types able to be checked.

Shared Email

aufumy - October 6, 2008 - 15:43

The shared email module overrides the 'user' module's validation that prevents the same email address being used by more than one user. Works for both registration and account updates. Displays a warning to the user that they are using a shared email.

Based on http://drupal.org/node/15578#comment-249157

All this module does is modify the email address before it is validated by the user module.
Because it only changes the edit value rather than the form value, the validation will pass but the original unchanged email is still stored properly.

Syndicate content
 
 

Drupal is a registered trademark of Dries Buytaert.