Rolespecific Node

Component type

module

Downloads

2738

Component created

Component changed

This modules enables you to select a specific role and an associated node type. When a user gets assigned this specific role, a node of this content type is created for the user if he doesn't have one yet, otherwise the existing node is published if necessary. When the user "loses" the role, his associated node is unpublished.

LDAP Directory

Component type

module

Maintenance status

Development status

Downloads

6487

Component created

Component changed

This Module provides an "Address book" feature. It searches an LDAP server for records and allow people to view the returned set. My company use it as a Company Directory. It is badly in need of some good Documentation and like everything dealing with ldap it is really hard to setup and get working.

This tool requires the ldap_integration module. http://drupal.org/project/ldap_integration

COPPA

Component type

module

Maintenance status

Development status

Downloads

4193

Component created

Component changed

This module will prevent users under the age of 13 from logging in if their respective parent or guardian (P/G) have not "signed" their COPPA compliance form. If a users Date of Birth -- stored in their user profile -- cannot be determined, the user will not be allowed to login.

P/G to child relationships will be loaded into an internal {coppa} table. This table will track the Parent to Child relationships and monitor when COPPA compliance was first achieved.

Suggested setup;

Facebook-style Statuses (Microblog)

Component type

module

Maintenance status

Development status

Downloads

74567

Component created

Component changed

Provides streams of status updates like Twitter or Facebook's "wall" feature: each user/node/group/taxonomy term/whatever can have a "stream" or microblog where users can express their thoughts to the community. @mentions and #hashtags are supported, as well as comments on status updates, viewing conversations between users, the ability to "like"/"reply" to/RT a message, automatic updates without page refreshing, and integration with over 25 modules.

Facebook-style Statuses is moving to the Statuses namespace for Drupal 7+.

Profile Blog Information

Component type

module

Downloads

3173

Component created

Component changed

The Profile Blog Information module allows a user to add their blog url, blog title, and RSS feed to their profile. The provided RSS feed is aggregated via the core aggregator module. Administrators can configure the user settings in the same ways a profile field can be configured and the RSS feed can be configured in the same way a feed input directly to aggregator can be configured.

Generate Password

Component type

module

Maintenance status

Development status

Downloads

47600

Component created

Component changed

Great utility module which makes the password field optional (or hidden) on the add new user page (admin & registration). If the password field is not set during registration, the system will generate a password. You can optionally display this password at the time it's created.

Configuration

Visit the user/account settings page to change the behavior of the password-generation.

D7: admin/config/people/accounts
D6: admin/user/settings

Workflow-NG: Profile Action

Component type

module

Categories

Downloads

975

Component created

Component changed

This is an extension module for Workflow-ng that provides an action that lets users perform operations on individual profile fields.

The module is extremely flexible, allowing any kind of MySQL operation to be performed (token-compatible) on any profile field, for any user that can be derived from token.

The original intent for development was to create an attendance/class-card system in Ubercart. This module provides the functionality to add X number of classes to a user's "class card" profile field when they purchase a 5, 10 or 20 class card.

FriendList

Component type

module

Downloads

18904

Component created

Component changed

Friendlist is a foundation needed to build a social network-oriented website with Drupal 6.

At the very basic level, it provides the ability to create custom relationships between users. It's a feature-rich suite of modules that features integration plugins with a list of major Drupal modules (see below). Admins can create relationship types. Both single (think: a fan) and two-way relationships (e.g. a friend) are allowed.

Related Projects: Activity Log, HeartBeat

ATTENTION: If you enable Friendlist_Rules make sure that you use the latest DEV Snapshot releases of both Token and Rules modules (not: the stable ones) or the module won't work and will throw errors!

Documentation:

Just moved to new location, so under development: FriendList Docs

Features:

  • Integration with Views
  • Integration with Rules
  • Integration with HeartBeat
  • Integration with CCK Field Privacy
  • Integration with Popups 1.3.x
  • Integration with Node Access
  • Buddylist and Buddylist2 migration assistant.
  • User Relationships migration assistant.
  • Configurable set of relationships. One-way relationships, two-way relationships with confirmation, two-way relationships without confirmation (using Rules)
  • Working user interface, out of the box, with configurable system messages [using t() function]
  • Complete user and developer documentation.
  • Sample code snippets for people who want more low-level access than using Views.

Profile Category Weight

Component type

module

Categories

Downloads

6239

Component created

Component changed

Simple module that let you configure weights for your profile categories so you can change the order of them in the User Registration Form.

Drupal 6 version also changes the order of the tabs in the user edit form thanks to the hook_menu_alter() function.