Registration Password Token

Component type

module

Maintenance status

Development status

Downloads

12364

Component created

Component changed

This small module provides token [user:password] during user registration. Site administrator allowed to customize the text of the e-mail that is sent to the user after registration.

Moreover, module is able to generate password for user registration automatically, regardless of the selected registration type (password fields in registration form will be hidden).

Nodequeue Taxonomy

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

By default, Nodequeue (http://drupal.org/project/nodequeue) allows you to restrict a queue to show nodes of a particular content type. We had a need to further restrict the nodes to ones that had been tagged with a particular taxonomy term.

This module provides term checkboxes for filtering the autocomplete field when adding nodes to a queue. This does not restrict adding nodes by other methods.

Words

Component type

module

Maintenance status

Development status

Component created

Component changed

Words is a simple API module for dealing with word lists, useful for building word games. Many word lists are distributed as text files with one word per line, and the settings page for Words simply imports these words into a database table for quick lookups. The words_search() function creates lookup queries. For example, words_search(array('start' => 'th', 'end' => 'ing', 'minimum' => 4)) will return all words that start with "th", end with "ing" and are at least 4 letters long.

Send to Friend

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

A simple pop up window to send a link to the node to an email address with a personal message.

This is not being maintained.

Autolink

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The Autolink module saves users from having to manually enter links for commonly used URLs.

The module scans posts for a set of terms. Any term found is optionally replaced with some other text, and then automatically linked to its corresponding URL.

Reply fork

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This sandbox serves as a fork for additional development on the Reply module. All development has since been merged into Reply, so this fork is obsolete.