Persistent Login

Component type

module

Maintenance status

Development status

Downloads

81756

Component created

Component changed

Overview

The Persistent Login module provides a "Remember Me" option on the user login form. Persistent Login is independent of the PHP session settings and is more secure (and user-friendly) than simply setting a long PHP session lifetime.

The 7.x version provides additional security by attempting to detect unauthorized re-use of tokens. For a detailed discussion of the design and security of Persistent Login, see Improved Persistent Login Cookie Best Practice.

Shoutcast Streaming Server Statistics

Component type

module

Maintenance status

Development status

Downloads

6775

Component created

Component changed

This module adds shoutcast statistics block to your Website with configurable display of particular server attributes, it also has a page that will show detailed information regarding your streaming server. It will also take advantage of GeoIP module if you have it installed by displaying locations of your listeners on the detail page

"SHOUTcast is Nullsoft's Free Winamp-based distributed streaming audio system. Thousands of broadcasters around the world are waiting for you to tune in and listen."
source: http://shoutcast.com/

You must have a working Shoutcast DNAS server with admin login information such as: host, port, and password to make this module work. Ensure your Shoutcast server is configured correctly.

User protect

Component type

module

Categories

Maintenance status

Development status

Downloads

99657

Component created

Component changed

This module allows fine-grained access control of user administrators, by providing various editing protection for users. The protections can be specific to a user, or applied to all users in a role.

Note: Up until the D7 version, User Protect has a complicated configuration -- please take the time to read the very extensive module help before using it!

Vietnamese Typing

Component type

module

Maintenance status

Development status

Downloads

6412

Component created

Component changed

This module allows users to type Vietnamese characters while creating or editing Drupal nodes or setting the site name or menu names or taxonomy names, etc. The module creates a block, in which there are options of several Vietnamese input method. This block should be automatically turned on. It is set by default to appear only in the editing mode, i.e. when you add a node, edit a node, or edit something in admin panel. To modify this configuration, go to admin/block and change the block's configuration.

Community Tags

Component type

module

Maintenance status

Development status

Downloads

28652

Component created

Component changed

Allows members of the community to tag content, and tracks who tagged what and when.

The Module has three main features:
1. Stores who tagged what and when.
2. Allows for this information to be exposed with views.
3. Adds an easy AJAX interface for tagging nodes without going to node/edit.

Mailman Manager

Component type

module

Categories

Maintenance status

Development status

Downloads

14929

Component created

Component changed

This module provides an interface through which users can subscribe to mailing lists run by Mailman.

The administer page allows administrators to add or delete lists and program appropriate request addresses to which commands are sent by Drupal via email. Each subscription is assigned a password which is then used by the module to automatically change subscription settings from within the module, without requiring further confirmation by the user.

Exif

Component type

module

Maintenance status

Development status

Downloads

41569

Component created

Component changed

The Exif module allows you to display Exif metadata on image nodes. Exif is a specification for the image file format used by digital cameras.

Roadmap (order by priority) for drupal 7 & 8 versions:

  • Work in Progress (current development in 1.x-dev versions):
  • Followed by :
    • integrate with core/imagecache to rotate image from exif data if desired
    • exif_location adaptation to drupal 7 and 8
    • add support to Views Bulk Operations (VBO)
    • update metadata field of image in file (see #766322: Write and Edit EXIF/IPTC)
    • migration tool from php extension field names to exiftool field name

OG Gradebook

Component type

module

Categories

Maintenance status

Development status

Downloads

4775

Component created

Component changed

Creates a gradebook per organic group and restricts viewing grades by group membership.

MGN will now be a co-maintainer for the project, so expect some updates in the new year.

Note: Some of the gradebookapi functions have changed since gradebook-6.x.1.x. If using gradebook-6.x.2.x-dev released after April 1, 2009, be sure to get the matching og_gradebook 6.x.2.x-dev.

me aliases

Component type

module

Maintenance status

Development status

Downloads

81579

Component created

Component changed

Provides shortcut paths to current user's pages, eg user/me, blog/me, user/me/edit, tracker/me etc.

This means logged in users no longer have to know/remember their uid, and it makes it easier to link to user-specific pages from a site help page (without resorting to using php to put $user->uid in the link).
Drupal 7: