Userreference Role

Component type

module

Maintenance status

Development status

Component created

Component changed

The Userreference role module makes it possible to grant roles to users who are referenced in a CCK Userreference field. Each Userreference field on a site can have a specific set of roles that are granted to referenced users.

Stay tuned for a README and initial release.

Field reference count

Component type

module

Maintenance status

Development status

Component created

Component changed

Provides a simple 'count' formatter for reference fields so that it can be easily used within Views. Could not find an out-of-the box solution for this, so please let me know if one exists.

Similar modules
Views Calc - cannot run COUNT() in its fields, so it cannot accomplish this.

Shorten Options

Component type

module

Maintenance status

Development status

Component created

Component changed

Shorten Options adds the ability to create a short url for a content type on node creation with the ability to specify a custom url instead of an auto-generated url.

For example, creating site.com/donate will generate http://bit.ly/asklu23 or you can specify http://bit.ly/donate on node create. The module will check to make sure this url actually exists.

Query tools

Component type

module

Maintenance status

Development status

Downloads

1346

Component created

Component changed

Query tools is a small API module to make it easier to query and save Drupal objects.

Unlike other frameworks, Drupal lacks some tools for accessing and saving data in a granular or property-based way.

Currently it does the following:

  • Retrieve an array of nodes based on CCK field values
  • Save a node by passing a field value

Query tools currently only supports Nodes.

You should not install this module unless you wish to use its API in your own code, or you are instructed by another module.

Multigroup Multicolumn Labels

Component type

module

Maintenance status

Development status

Component created

Component changed

Display the subgroup labels in the first column when using the multi-column feature of the Multigroup module in CCK3.

Usage

Enable the module and setup a multigroup in the field settings for a content type. The multigroup must have 2 or more repeats and at least one subgroup label must exist.

To show the subgroup labels in the node edit form, configure the multigroup in admin/content/node-type/<type>/groups/<multigroup> with the options

Meta tags by taxonomy

Component type

module

Maintenance status

Development status

Downloads

1056

Component created

Component changed

Adds metatag description to terms and nodes based on taxonomy and add some URL SEO optimization (i18n localization over pathauto).

Configuration

You can specify a global meta description.

Metaxo adds a meta description fields in terms form.

If CCK is installed, you can choose a CCK field to enter a node level meta description.

There is inheritance : Global > Term > Node.
Node inherit from its lightest term description.