Alternative login ID & display names

Component type

module

Maintenance status

Development status

Downloads

26213

Component created

Component changed

Drupal 7

This module provides a simple interface that allows registered users to use a login name which is different than their username.

Users can add, edit, or delete an alternate login name. Administrators can also assign an alternate login name when creating user accounts, and there is an option to allow users to select an alternate login name upon registration.

To use, simply enable the module, then visit the user edit page. Enter the alternate login name in the 'Alternate Login' textfield, and save.

Double Click

Component type

module

Maintenance status

Downloads

1642

Component created

Component changed

This module allows you go to the edit page by double clicking on any internal link to an item.

Users with the proper permissions can double-click on:

  • node links to go to the node's edit page
  • user links to go to the user's edit page
  • comment links to go to the comment's edit page

This module also creates hook_dblclick() which allows other modules to provide double-click, shift-double-click, and alt-double-click behaviors. See the module code for documentation and examples.

Taxonomy List

Component type

module

Categories

Maintenance status

Development status

Downloads

31018

Component created

Component changed

Taxonomy_List.module is for displaying the terms (and optionally nodes) under categories (taxonomy terms) and descriptions. User can select the number of terms to display in each row, and assign the HTML attributes to the display cell, image, and the description text.

microsummary

Component type

module

Maintenance status

Development status

Downloads

2985

Component created

Component changed

This module provides a simple "microsummary" of a Drupal site.

See Mozilla Wiki about Microsummaries for details on possible uses.

This module currently provides three microsummaries by default and can be extended with custom microsummaries about a site.

Possible uses include providing a count of new or total users, a count of total nodes on a site, a count of certain kinds of content added to the site, the name of the most recent user: anything that changes on a semi regular basis.

Formfilter

Component type

module

Categories

Maintenance status

Development status

Downloads

18961

Component created

Component changed

Formfilter will become unsupported the day support for Drupal 6 is dropped.

Formfilter provides tools and a user interface for doing common form altering tasks. Includes a UI for selecting which fields to hide (passing the elements as values, if possible). Also includes an optional filtering of node forms to promote two fields and then put fieldsets in an 'advanced options' fieldset, to declutter the form.

Transformer

Component type

module

Maintenance status

Development status

Component created

Component changed

Transformer is a file manipulation plug-in interface. It allow you to write custom plugins that can act on different file types. It provides a macro building interface to chain sets of plugins together and execute them against files.

'Better Description Coming Soon' (tm)

Read More Link (Drupal 6 and earlier)

Component type

module

Maintenance status

Development status

Downloads

59197

Component created

Component changed

Seeking a new maintainer

Please contact Todd Nienkerk if you are interested in taking over maintenance of this module.

About Read More Link

This module allows you to move the "Read more" link from the node's links area to the end of the teaser text.

Field Actions

Component type

module

Maintenance status

Development status

Downloads

4652

Component created

Component changed

The Field Actions module combines the power of Drupal actions with the data in CCK nodes to create new ways of working with your nodes in Drupal. This module enables action enabled modules (such as workflow.module) to reach into your nodes, pull out information, and use it appropriately. This leads to more reuse of data throughout your site, and easier creation of behavior for non-programmers and programmers alike.

Avatar gallery

Component type

module

Maintenance status

Development status

Downloads

1476

Component created

Component changed

This module provides a block and page with a composite image of all the avatars of a site. It serves to promote a sense of community around a site while avoiding the unnecessary database queries and image calls that would be caused by a PHP-snippet-based approach.