Context Rules

Component type

module

Categories

RDF

Maintenance status

Development status

Downloads

8805

Component created

Component changed

This module provides rules module integration for the context module.

The module offers:
A. New Rules event to react when a context is set
B. New Rules condition to see if a selected context is set.
C. New Rules action allowing rules to set or unset one or more contexts.

Module now has stable releases for both 6.x and 7.x, thanks to all who submited issues and patches!

Alerts

Component type

module

Categories

Maintenance status

Development status

Downloads

1785

Component created

Component changed

The Alerts module provides a means for managing alert banners that may need to appear on a site. The alerts can be placed in several ways including placing a block on the page, placing a place-holder on the page for a client-side include to attach to or using edge-side includes. In this way it is very flexible for sites using heavy caching schemes to still have alerts placed or removed in a timely manner.

RedHen CRM

Component type

module

Maintenance status

Development status

Downloads

33640

Component created

Component changed

RedHen is a Drupal-native CRM initially designed for common nonprofit needs, but built for flexibility. It has classic CRM functionality for managing information about contacts, organizations, and their relationships between each other and your organization (like memberships). It also knows some modern tricks (like engagement tracking) and customizable one page donation forms, and stuff you'd hope for in a website-integrated CRM (like event registration integration).

Google Authenticator login

Component type

module

Categories

Maintenance status

Development status

Downloads

14540

Component created

Component changed

This module will allow you to add Time-based One-time Password Algorithm (also called "Two Step Authentication" or "Multi-Factor Authentication") support to user logins. It works with Google's Authenticator app system and support most (if not all) OATH based HOTP/TOTP systems.

Remark

If you want to protect uid 1, you have to enable the option 'Protect my account with two-factor-authentication' on user/1/edit!

Automodal URL

Component type

module

Maintenance status

Development status

Downloads

1287

Component created

Component changed

Automodal URL will allow you to pass a path in your URL to be loaded as a modal frame upon page load. One concrete example of this would be to have the user add a profile upon registering.

Usage

The way to accomplish the above example would be by adding a class="automodal" to your node/add/profile link, then, upon registration, redirecting the user to ?q=user&automodal=node/add/profile.