Annotate (Pro Drupal Development Ch. 1)

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

When looking through the pages of a Drupal website, users may comment on content if the administrator has enabled the commend module. But what about making an annotation (a type of note that only the user can see) to a web page? This might be sueful for confidentially reviewing content.

Organic Groups Mass Add

Component type

module

Maintenance status

Development status

Downloads

44539

Component created

Component changed

Overrides the internal "add users" page of Organic Groups with a more powerful alternative.

The D7 branch requires Views bulk operations.

Takes a list where each row can be either:

  1. username
  2. mail address
  3. firstname, lastname, mail address
  4. firstname, lastname, mail address, desired username

In case 1 or if there is an mail address provided, the module first checks if it matches an existing user, and adds that user to the group.

CCK XSLT

Component type

module

Maintenance status

Development status

Downloads

476

Component created

Component changed

The development on that module has basically stopped, so consider to use http://drupal.org/project/xsl_formatter instead

Many informations on the web are stored as xml and can be rendered to html via XSLT

This module provides a cck field where you can input either a XML url or a xml content and select a style.

The styles itself are exportables items.So you can provide some via code or import and export.

matador

Component type

module

Maintenance status

Development status

Component created

Component changed

Matador is a different way of creating content for your site. It allows you to preview your content as your build it. In it's current state matador allows you to build content with list, paragraphs, pictures, files, and dividers.

After enabling the module, enable a content type to use matador by editing the content type.

Context User Pages

Component type

module

Maintenance status

Development status

Downloads

581

Component created

Component changed

Provides two context module conditions related to a user profile page being viewed:
1) Evaluates the role(s) of the owner of the user page being viewed.
ie. Return true if the user page being viewed is owner by user with XXX role.

2) Evaluates whether the global user (logged in user $user) is viewing their owner user page(s)

Geocode Update

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This project works with D7 Location and GMap to add Long/Lat coordinates to nodes and user location data on "pre save" event when a valid US address is present in location data.