The current maintainers are looking for new people to take ownership.

Views Menu Support

Views Menu Support screenshot.png

This project contains two modules: Views Menu Support and Menu Item Reference Widget. Briefly, this is what they do:

Menu Item Reference Widget allows populating integer fields with menu item IDs, picked from select lists.

Views Menu Support provides a filter handler and a default argument plugin to Views, allowing for filtering on currently active menu item(s). This can be filtered on only the active item, the whole menu trail, or the menu trail excluding the currently active item.

What?

The functionality in Views Menu Support may seem very abstract, so here's an example of what you can do:

  • Add a new content type, "Sidebar message". Add an integer field with the Menu Item Reference Widget.
  • Build a views block listing Sidebar messages. Add a filter "MLID filtering" for your integer field, selecting "is in currently active menu item".
  • Place the block in a sidebar. On each page, all Sidebar messages matching the active menu item will be displayed.

MORE!

  • Add another integer field to Sidebar messages, labeled "Show below these pages", and with the Menu Item Reference Widget.
  • Edit the view and add another filter group (with OR condition). Add an MLID filter for the new field, selecting "is in trail, excluding current page".

Context Region Title

Example configuration

Let's you set a title for each region on your page.
It works with the magic of the Context module, which means you can choose custom region titles for different sections or even pages of your site.

See http://drupal.org/project/context for more information.

Requires: context module.

Skill level: themer.

Versions

This is currently for Drupal 6.

Drupal 7 version will probably use template_preprocess_region as that makes more sense.

Installation

Context can be installed like any other Drupal module -- place it in
the modules directory for your site and enable it on the 'admin/build/modules' page.

Usage

By itself, the module simply provides variables that you can use in your theme.
If you're new to theming, see http://drupal.org/documentation/theme

The variables have the following naming convention:

$[region_name]_title

For example, the title for the region called 'left' will be called $left_title.

Example

For example, the Garland theme in Drupal 6 outputs the right-sidebar region like this:

if ($right):

Temperature Field

Overview

Provides a temperature field and temperature conversion functions.

Webform Paypal

webform-paypal.png

Overview

The Webform Paypal module sends the user to Paypal to complete a payment whenever they submit a webform containing the component on your site.

Drupal Tiny-IDS

Tiny-IDS report

Minimalist, but performant intrusion detection system that monitors Drupal for malicious activities and targets to be simple to understand and easy to use.

Pages

Subscribe with RSS Subscribe to RSS - Seeking new maintainer