Views Alpha Pager

Component type

module

Maintenance status

Development status

Downloads

4874

Component created

Component changed

UPGRADE for 6.x - This module will not be upgraded to to 6.x because you can accomplish something similar with Views 2 already built in, read this.

The views_alpha_pager is a simple module that implements an alphabet pager (A B C) instead of a numeric pager (1 2 3) for views. This module relies upon a reasonable alpha sort order defined in the view. When one is not defined, it reverts to the numeric pager.

Zipcode (CCK)

Component type

module

Maintenance status

Development status

Downloads

15392

Component created

Component changed

This module provides a Postal Code / Zipcode field type for CCK.

This module is succeeded in Drupal 7 by two modules. Postal Code Validation provides functions for validating and formatting postal codes. Postal Code provides the field.

Feed

Component type

module

Maintenance status

Development status

Downloads

1007

Component created

Component changed

Allows for styleable feeds. Makes feed functions themable and uses XSLT for output styling.
Provides replacement functions for node/rss.xml and taxonomy term feeds as well as a templatable replacement for view_rss feeds.

Notes:

  • Currently only works for RSS, but should be usable with ATOM.
  • Requires clean urls
  • Um, well, Firefox2 and IE7 ignore RSS XSL templates

MySite

Component type

module

Maintenance status

Development status

Downloads

20283

Component created

Component changed

For Drupal 6, this module is being replaced by the Dashboard project as part of the drupal.org redesign. We need volunteers to work on Dashboard, so go over there and help out, please.

The Drupal 5 version still works, but is not actively being developed. I have marked the module as 'Obsolete.'

MySite pages let users create a personalized summary of the site by adding selected content elements to their personal page. The MySite module is similar to tools like MyYahoo!, iGoogle and NetVibes. However, the content available is generated from your web site.

The module allows registered site users to create a MySite page that contains content from throughout the site. For sites that use the Aggregator module, users may also add feeds from external web sites to their MySite pages. MySite also supports Blocks, Views and 'Droplets' -- content widgets created by the site administrator. Users with JavaScript can drag, drop and sort content on their custom personal layout.

With Droplets, site administrators can also expose web-based content widgets like those from Google and WidgetBox to their users.

The 5.x.3 release adds multiple page support, so that users can have more than one personal page.

MySite was written using an API/Plug-In model that allows the core module to be extended to handle additional content types. These content types do not have to be nodes.

Google Translate

Component type

module

Maintenance status

Development status

Downloads

9249

Component created

Component changed

ATTENTION:
This module violates the Google TOS, in particular point 5.3:

5.3 You agree not to access (or attempt to access) any of the Services by any means other than through the interface that is provided by Google, unless you have been specifically allowed to do so in a separate agreement with Google. You specifically agree not to access (or attempt to access) any of the Services through any automated means (including use of scripts or web crawlers) and shall ensure that you comply with the instructions set out in any robots.txt file present on the Services.

You use it under your own responsibility.

CiviCRM Active User

Component type

module

Maintenance status

Development status

Downloads

5352

Component created

Component changed

CiviCRM Active User is a simple module that adds a user to a CiviCRM group upon Drupal login.

This was originally developed primarily to support a double opt-in check when using CiviMail. Not only must the user sign up for a CiviCRM group, they must use their Drupal login by signing in at least once.

In 6.x, now that double opt-in is a default CiviCRM feature, this module would be more useful if they were a way to segment the users into groups by user role. A patch is welcome for this, see #155824: Assign Drupal users to different CiviCRM groups based on current Drupal user role(s).

Publishing

Component type

module

Maintenance status

Development status

Downloads

988

Component created

Component changed

The publishing module is primarily a glue module to make it easier to handle article publication in a standard form.

It helps you define and create a workflow, provides a page to make it easy to see what state the articles are in, and provides tools to help ease things along.

In order to use this module, first I suggest you read this article: http://www.angrydonuts.com/publishing_articles_a_tutorial

The module currently in CVS is for 4.7

HTTP authentication

Component type

module

Maintenance status

Development status

Downloads

8087

Component created

Component changed

Notice

The 6.x branch of this module is deprecated in favour of the Secure Site module version 6.x-2.1 and up. Please read #354219: Add 'Only force authentication on the following restricted pages' setting before migrating.

Description

This module allows users to authenticate using HTTP authentication.

TAPIr

Component type

module

Categories

Maintenance status

Development status

Downloads

19210

Component created

Component changed

The Tables API defined by TAPIr can be used by module developers to include simple, dynamically configurable tables in their modules. The tables generated by TAPIr feature dynamic loading of data but also dynamic positioning and disabling of fields (columns) based on settings configured in the table's settings page. Settings pages are auto-generated and include helpful links to preview tables and view a master tabel list. Tables defined by TAPIr are also extensible, so your tables will be available for other module developers to hook into in a method similar to the Forms API.

Interested users and developers should:
Check out the documentation

Use TAPIr and give site owners maximum control over the look and feel of their sites!
This project will be used extensively to support the Übercart Project.