Maintainers monitor issues, but fast responses are not guaranteed.

Translated Front Page

This module adds a template variable to identify front page translations.

URL Alias with Argument

Allow aliases to accept additional arguments.

For example:
"?q=node/10/1"
"?q=custom_alias/1"

The second should result in a 404.

Percentage Field

Very simple field that allows to input a percentage in a textfield.

Microdata

Microdata enables you to share content with other sites and services, like Google's Recipe View, using inline metadata.

Users

Developers

If you are a field formatter developer who wants to support microdata in your contrib module, please post an issue in your own queue and ping me.

Dependencies

Known incompatibilities

  • Display Suite

Want to see a release candidate?

Entity Path

Example for a taxonomy term replacement.

This module provides a user interface to change the internal path/URI of entities. This is done by replacing path patterns with token values of the given entity.

Features

  • path patterns configuration per entity type and bundle.
  • separate configuration of path, query string and fragment
  • cleanup functionality: space separator, upper and lower case transformation, pathauto cleanup
  • exportable configuration via CTools (and so also provides Features implementation)

All functionality that relies on calling entity_uri() for building the the internal path for the given entity, will work with the new pattern. For example this is implemented in the pathauto module.

Example

One use case is, to provide different views for terms of different vocabularies, e.g.:

  • Vocabulary Tags: tags/[term:tid]
  • Vocabulary Genre: genre/[term:tid]

Configuration

Pages

Subscribe with RSS Subscribe to RSS - Minimally maintained