Extend the structure of the site by way of content models, data storage, field types, and navigation, so it is more understandable to users.

Comment Anonymizer (take 1)

While Drupal provides capabilities for commentng for both anonymous and authenicated users, it provides no easy way for authenticated users to post comments anonymously without having to manually l

Mask Input

It allows a user to more easily enter fixed width input where you would like them to enter the data in a certain format (dates,phone numbers, etc). 99/99/9999, a*-999-a999

Shortcut per Role

Assign Shortcut Set to a Role

Shortcut per Role is a simple module to allow a shortcut set to be assigned per role.

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

Pages

Subscribe with RSS Subscribe to RSS - Site structure