Not supported (i.e. abandoned), and no longer being developed. Learn more about dealing with unsupported (abandoned) projects

NanoSOAP

A nice, simple and effective SOAP client in less than 100 lines of PHP code, for simple RPC-style, non-WSDL SOAP actions. It does not parse/munge/process the SOAP response in any way.

i18n Localized Variables

i18n Localized Variables extends Internationalization module to let Drupal utilize localized variables for each enabled language without modifying sites/default/settings.php.

Taxonomy View Defaults

Intro

This Drupal 6 module effectively creates a site-wide Views exposed filter for taxonomy terms. It creates an "exposed" View term filter displayed in a block as a <select>. One block can be created per vocabulary, then the filter used on multiple Views.

It was created in the Summer of 2010 for a client project. It has been tested and is currently running in a high traffic environment. I'll continue development if it is found useful for other sites. Let me know. Note: There are todo comments at the top of the module file.

Description

Each enabled taxonomy creates a block containing a
field listing the terms and a submit button. A View is created using a filter titled "Term default" and optionally a cache titled "Time-based Per Term".

When the form submitted, the selected term is saved as their default. When they access a View, their default term for the selected vocabulary is used to filter the View. Any number of Views can use the same filter.

Example use

Allow the user to select their current location, and filter to only show content related to that location.

Dependencies

  1. Taxonomy
  2. Views

Recommended

  1. Session API: http://drupal.org/project/session_api

Concerns

AvantLinker

This project is for affiliates of the AvantLink Affiliate Network. It's purpose is to give the same functionality as the AvantLink WordPress Add-on developed by AvantLink.

Views Image Map

Views Image Maps can be used to create an image map mappings and its relationship to data that can appear in a View.

VBO Reloaded

This is an experimental branch of Views Bulk Operations, 7.x-3.x.

Pages

Subscribe with RSS Subscribe to RSS - Unsupported