The current maintainers are looking for new people to take ownership.

Views Crosstab

This views style plugin displays the results of a view as a crosstab (also commonly called a pivot table) - grouping rows by one field, columns by another, and using an aggregate function (count, sum etc) of a third field for the table data.

For example, this module will take a table view with linear output like:

User Content Type Node ID
Anita Blog 1
Anita Page 3
Barak Page 5
Jamila Blog 2
Jamila Blog 4
Jamila Page 6

And turn it into a crosstab that counts the number of each type of content for each author:

User Blog Page Total
Anita 1 1 2
Barak 1 1
Jamila 2 1 3

A default view "content type count by user" that does just this is included with this module.

Security note: A security vulnerability was discovered and has been fixed. Users of previous versions are strongly advised to update to version 6.x-1.0-alpha2 or higher, 7.x-1.0-alpha1 or higher, or a dev release dated on or after November 14, 2013.

Domain User

Part of the Domain Access suite.

Allows for the automatic creation of subdomains for registered users.

Drupal Queue

Backport of Drupal 7 Queue API.

Note: if you use Drupal Queue, make sure to configure Drupal cron and Drupal Queue's own cron entry point. See README.txt for details.

Yamli - Smart Arabic Keyboard

Yamli preview

Yamli is a JavaScript tool that works as Arabic Character conversion tool and Smart Arabic Keyboard.

Email Filefield

General project information

Defines a CCK file field formatter that allows for the emailing of files attached to content.

There has been a focus on making this module as themable as possible.

You are currently able to theme:

  1. The formatter output.
  2. The email that is generated with the file attachment.

See the TODO.txt for known remaining tasks. If you have ideas, let us know.

Pages

Subscribe with RSS Subscribe to RSS - Seeking new maintainer