Maintainers are looking for help reviewing issues.

Slider

Slider screenshot

Slider module creates an effect called the "Coda slider", which was made famous by the site:

http://www.panic.com/coda/

In this Drupal implementation, each panel of the slider is an individual node. You can have any node you like appear as slides within the slider.

OG Taxonomy

OG Taxonomy is essentially an extension of views that allows filtering of a view by a node's group's taxonomy terms (as opposed to the node's taxonomy terms).

OpenID Provider AX

The OpenID ProviderClient AX modules provides the functionality of transferring user information between OpenID providers and relying parties (clients) as defined in the official

OpenID Client AX

The OpenID Client AX modules provides the functionality of transferring user information between OpenID providers and relying parties (clients) as defined in the official

cryptpw

Settings page

This module makes it possible for Courier-MTA to authenticate against a Drupal user database.

Menu Export/Import

This module helps to export and/or import menus. Using it you can easily transfer menus from one Drupal site to another. The module can be used in ensemble with Node export (node content migration). In this case, it allows to batch-arrange existing content into a given menu structure, using a very simple text file.

Here is an example of the JSON-like file format understandable by the module:

Pages {"url":"pages/all"}
- Site {"url":"http://external-site.com/","description":"Visit our site."}
- Story {"url":"node/3","description":"A very interesting story!"}
-- Some node {"url":"node/4","lang":"da","description":"Links is in Danish language"}
Archive
- Admin zone {"url":"admin/appearance","description":"Internal link with description."}
A page {"description":"Description only, no link.","hidden":true,"expanded":true}

Important: please use Unicode (UTF-8) as file encoding, one-byte national charsets will not work. Also, JSON's name and value must be enclosed in double quotes, single quotes are not valid. Trailing commas are not allowed.

D6 users:
The export feature is now implemented! You can export menus and import them in D7 installations (and D8 when relevant version will be ready)

Pages

Subscribe with RSS Subscribe to RSS - Seeking co-maintainer(s)