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

Menu Badge

Shows numbers next to menu items that indicates number of new content.

Module doesn't work, have just configuration interface.

For Drupal 6.

Relation edit widget

Widget for Relation Dummy field.

Adds widget which loads related nodes edit form.

For Drupal 7 and Relation module.

How to use it?

  • Enable module
  • Create new (or use created yet) relation type in Structure - Relations. If you use arity bigger than 2, the widget loads only first node per relation. If you want to use directional relation, setup source same as parent content type (where the widget will be used).
  • Go to Structure - Content types to your parent type's manage fields page and create Relation field with widget Edit form of related content."
  • In widget's settings form set type of relations, content type of related nodes and other settings. Relations of other types and related to content of other types will be ignored.

Stable or dev?

  • 7.x-1.0 can edit only fields on related node, relations are sortable (weight is saved to field od relation), widget is formated to table
  • 7.x-1.x-dev can edit both fields on relation and related node, but for now does not support sorting and whole widget is not formated to visual attractive table (but you can make "fake table" by CSS), requires this patch

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.

Pages

Subscribe with RSS Subscribe to RSS - Seeking new maintainer