This project is under active development.

Import

There are a multitude of different import and export modules in existence to handle the complex task of getting data from other systems into Drupal.

Accessible Helper Module

Goals:

  1. Assist in making Drupal content more accessible.
  2. Serve as an api for other drupal accessibility modules when common
    functionality is needed

blip.fm

This module provides basic integration with the blip.fm web API. Features include:

NineSixty (960 Grid System)

This theme is based on the 960 Grid System by Nathan Smith. Details on its background can be found in a journal entry.

NineSixty is a base theme with all the files provided by the 960 Grid System. From the sketch sheets to all the styles from the framework are included. There are a few modifications so it better fits into Drupal. All the details are inside the README.txt file.

Any modifications should be done from sub-themes. All that's needed is a "base theme" entry within your sub-theme's .info file pointing to "ninesixty". For example, base theme = ninesixty.

It is not simply a grid based layout system. It helps workflow by allowing better communication between developers, information architects, visual designers or anyone involved. The sketch sheet can be used for the rough initial designs by the visual designer. Meanwhile the OmniGraffle and Visio templates can be used by the IA. From there the Photoshop and Fireworks templates are provided to refine the sites graphics and layout. From start to finish with all sides involved, this helps everyone share a common visual language.

Even if you are the only one developing a site. The simple layout system is very easy to implement freeing you to other more important tasks.

#1013674: Update status…

iMIS authentication

Enables a Drupal site to authenticate members of an organization that is using iMIS Association Management System. This module requires the use of the ATS Login Web Service (ValidateLoginWithData method) which must be licensed from Assocation Technology Solutions (www.atsol.org).

The module has the following key features.

  • Enables users to access a Drupal site using their iMIS login credentials. A corresponding user is automatically created on the Drupal site and is set up as an 'authenticated user'
  • Limit access to the Drupal site based on defined values taken from one or more of the following iMIS Fields:
  • Name.MEMBER_TYPE
  • Name.STATUS
  • Name.CATEGORY and
  • Name.ISMEMBER.

Basic membership information passed through from iMIS is displayed in the User block including:

  • Name.ID (ID number)
  • Name.FULL_NAME (Full name of member)
  • Name.MEMBER_TYPE (Membership Type)
  • Name.PAID_THRU (Expiry Date)

The Member's primary EMAIL address (Name.EMAIL) is passed through to their Drupal user record and available for add-on applications (e.g. mailing lists).

Pages

Subscribe with RSS Subscribe to RSS - Under active development