Maintainers strive to actively monitor issues and respond in a timely manner.

Scrolling

This project will try to integrate all scrolling and sliding libraries out there, into one modular framework.

Text or Nodereference

Allows textfield to be rendered like a node reference, with some autocompletion magic on edits.

A university department wants to list the authors on their publications' page. Any given publication may have several authors, both from the department and outsiders, with their order being important (ie. it is quite likely to have an 'employee-outsider-employee-outsider' like order.) If an author is an employee of the department, his/her name should be displayed as a link to his/her own profile page, while outsiders' name should be displayed as clear text. There are several use cases with high probability here:

  1. It is quite likely to have an author order like 'employee-outsider-employee-outsider'.
  2. It is quite likely that a now-outsider author becomes an employee later on, in which case his/her name should automatically converted to a link to his/her profile without any changes to the publication.
  3. It is quite likely that the site editor wants to enter existing authors' names without typos, regardless of that they are employees or not.

So what does this module do then, anyway?

Let's switch to Drupal tongue. :) Want to have a nodereference-like link to a node that does not exist yet? Want to have autocompletion both on existing field values and on existing node titles of other content types? Install and enable this text_noderef.module, and all your problems fly away!

Profile Aggregator

Aggregates a user's profile nodes into one.

You have several different pieces of profile information about your users regarding to their work, eating habits, leisure time, and so on, all of which are considered to be semi-private (ie. may be hidden from eg. unauthenticated users). You may want to make (some part of) their profile data merged into one node per user, possibly with some considerably different layout and/or access control. You have set up different content types: 'work', 'eating', 'leisure', and 'public_profile', all of them set up with Content Profile module--but how to merge the first three into the fourth?

Here comes profile_aggregator.module handy. Just select the source profiles ('work', 'eating' and 'leisure'), select the target profile ('public_profile') with the appropriate format, and let the users update their pieces of profile information while having Drupal do the merge part of the work!

Values

Summary

The Values module is an interface for managing reusable sets of key-value pairs. The purpose is to allow lists of values to be reused across the website, without having the configure them in multiple locations, or in code.

Usage

To use this module, go into the Values administration page, at admin/structure/values, and you will see a table with the currently configured value sets.

To add a new value set, click on "Create a new value set" and fill out the information. You will be able to define the key-value pair for each option.

Sub-Modules

The values module ships with a few extra submodules that add some extra functionality:

Values Field

The Values Field module (Values CCK in D6), allows the admin to assign a reusable value set to a field, instead of using the allowed values. This way, if you have a form that has, say, multiple Yes/No fields, you only have to configure it once, and then select it from the Values list for each field.

Values Webform

Similar to the Values Field module, the values webform module enables value sets as "Pre-build options lists" for select components.

Dependencies

This module can be used by itself. However, import/exporting capabilities are provided by installing the Chaos tools suite module.

Selector

Selector lets you select a Features component to be exported to a feature right in the place in Drupal UI where a settings element fo

MERCI Pricing

The functionality in this module was migrated out of the core MERCI module to make maintaining a more stable core possible.

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained