Options Element

Component type

module

Maintenance status

Development status

Downloads

373309

Component created

Component changed

Options Element is a module that provides a better mechanism to specify select list, checkbox, and radio button options. Rather than requiring the user to use strange syntax like "key|value" in a textarea, Options Element provides a clean interface for specifying options. Developers may use $element['#type'] = 'options' in their own modules. If JavaScript is disabled, any 'options_element' will degrade to the standard textarea for specifying options.

Views Arguments Extras

Component type

module

Categories

Maintenance status

Development status

Downloads

15597

Component created

Component changed

This module contains a group of view handlers and plugins that add the following options.

Argument Default Current Node CCK

allows for cck field values of the current node to be loaded as default arguments

Argument Default Request Params

allows for get and post params as default values

Argument Order Sort

a sort handler, that allows for the order of items to be based on their order in a multi-value argument

Menu Trail By Path

Component type

module

Maintenance status

Development status

Downloads

110037

Component created

Component changed

Menu Trail By Path sets the active-trail on menu items according to the current url.

For example if you are at yoursite.com/blog/category1/article1
Menu Items with these paths will get the active-trail class on them and expand accordingly.

blog
blog/category1
blog/category1/article1

This is particularly useful if you want a lot of nodes to appear as children of certain nodes / taxonomy term / views / referenced nodes / etc, but do not want to add them all to the menu. eg. hundreds of blog articles.

Rawr

Component type

module

Development status

Downloads

1383

Component created

Component changed

Rawr is a growl style notification for Drupal messages.

To implement, you need to add the html for the Drupal messages into your theme and then simply turn on the module.

Add the following to your page.tpl.php:

WFS

Component type

module

Development status

Downloads

2178

Component created

Component changed

This is a Web Feature Service implementation around Views and Drupal-stored geodata.

This is useful for users who must display many points on an OpenLayers map or complex data that would be poorly rendered by browsers. Essentially, GeoServer can pull node data from Drupal via WFS and display the points as a rendered image. Then the user can interact with the map by clicking and making WFS queries for point information.

This module provides:

Plural formula configurator

Component type

module

Categories

Maintenance status

Development status

Downloads

5757

Component created

Component changed

The plural formula configurator sets sensible defaults for plural forms when adding languages and lets you edit the plural formula for all languages on the web interface.

Drupal does not expose these fields for editing due to the complexity of plural forms. You should make sure to only give permissions to edit language details to those, who will likely not screw up your plural formulas.