Join role with password

Component type

module

Maintenance status

Development status

Downloads

4031

Component created

Component changed

This simple but useful module allows users to "join" a role just using a given password.

Site administrator can decide WHAT ROLE users should be able to join using a password, and WHAT USERS should be able to use this feature. Users can join selected roles, if they know the correct password; they can then leave that role, also if they dont know the password.

Image Style Selector

Component type

module

Maintenance status

Development status

Downloads

1976

Component created

Component changed

Creating pages with consistently sized, scaled or rotated images can be accomplished by applying an image style. In this way you can ensure that e.g. profile pictures all have the same dimension or that high resolution images are automatically scaled down to a more appropriate size. With the great advantage that original images are still available, so for instance reusing images in an overview requiring a different size is easily done.

Draggable blocks

Component type

module

Categories

Maintenance status

Development status

Downloads

1024

Component created

Component changed

This module presents an on-page administration interface for blocks, using drag and sort jquery ui functionality.

In this way, on a WYSIWYG environment and without programming knoledge, blocks can visualy been arranged, enable and disable.

For this module to work, themes just have to declare editable regions on module.draggable.blocks.yml or theme.draggable.blocks.yml. Take a look on draggable_blocks.draggable.blocks.yml file for an example.

Word count

Component type

module

Categories

Maintenance status

Development status

Downloads

5532

Component created

Component changed

View word counts stats for each user: total words, total nodes, total comments, average words per node, etc.

Version 7.x-1.1 is out. It includes some very important bug fixes [release notes]. Please upgrade ASAP.

Flag Friend

Component type

module

Maintenance status

Development status

Downloads

45859

Component created

Component changed

   ________)             ________)                  
  (, /     /)           (, /         ,           /) 
    /___, // _   _        /___, __      _ __   _(/  
 ) /     (/_(_(_(_/_   ) /     / (__(__(/_/ (_(_(_  
(_/            .-/    (_/                           
              (_/                                   
-----------------------------------------------------

Flag Friend aims to be a lightweight friending module utilizing the excellent Flag module's API.

Heartbeat

Component type

module

Maintenance status

Development status

Downloads

83417

Component created

Component changed

UPDATE

A Drupal 8 version of Heartbeat is available as a sandbox at https://www.drupal.org/sandbox/adventurist/2916144

Thanks, everyone!!

--logicp (formerly adventurist)

Description

Heartbeat displays user activity on a website. This module is an API to log activity. The logged data contains message structures, attributes and variables. Once the activity messages exist in the database, they will be parsed and build into activity streams.

Module Supports

Component type

module

Maintenance status

Development status

Downloads

4123

Component created

Component changed

This module shows how modules can be enhanced by or enhance other modules by using information provided in module .info files (implementation of #328932: Modules and partial dependencies - enhances[] and enhancedby[] field in modules' .info.yml files).

The following are all the supported directives:

dependencies[] = modulename
recommends[] = modulename
suggests[] = modulename
enhances[] = modulename
breaks[] = modulename
conflicts[] = modulename
replaces[] = modulename
supports[] = modulename

This information will most likely be used on the redesigned drupal.org, so start implementing this now in your own modules!