Install Profile API

Component type

module

Categories

Maintenance status

Development status

Downloads

121400

Component created

Component changed

A set of helper functions (aka CRUD) that make it easier to work with Drupal data structures by providing some wrapper functions. Include crud.inc in your install profile to use them. crud.inc was originally developed and maintained by Boris Mann of Bryght. There is now a rag tag band of developers including moshe, quicksketch, webchick, and dww who add a little more each time we build an install profile.

OG Join Role

Component type

module

Maintenance status

Development status

Downloads

1921

Component created

Component changed

The OG Join Role module simply adds a "join organic groups" permission to the Organic Groups module (version 6.x-2.x). A use case for this would be if you have a site where only members of a certain role are allowed to join an organic group.

The module is written in an all-or-nothing sort of way - either certain roles can join any and all groups or they can join no groups. It will not work on a per-group basis.

Mass Contact

Component type

module

Maintenance status

Development status

Downloads

80140

Component created

Component changed

Synopsis

The Mass Contact module allows anyone with the proper permission to send a single email message to multiple users of a site, even to all the authenticated users. There are currently two methods for select users: either with user roles or taxonomy.

Watch

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Allows users to subscribe to any RSS feed on the site and receive updates by email. This is similar to other modules that permit you to subscribe to content lists, but it can be more flexible, because it leverages any new or existing RSS feed.

For example:

Form Defaults

Component type

module

Maintenance status

Development status

Downloads

12483

Component created

Component changed

Ever want to add help text to a form in Drupal? Don't like a field title chosen by the developer? Want to change the description of a form field? Want to move a field to the top or bottom of a form? Want to do all of these things without any PHP code? This is your module.