CCK Country

Component type

module

Maintenance status

Development status

Downloads

4940

Component created

Component changed

A CCK content field which lets you add a country to your content types; displaying country name, ISO 3166-1 alpha-2 code, ISO 3166-1 alpha-3 code or a countryicon with module Country Icons (6.x-1.0-beta2 and newer releases now supports Country Icons 1.x and 2.x).

Requires the optionwidgets module (CCK) and Country codes API.

Nodereference filters

Component type

module

Maintenance status

Development status

Downloads

543

Component created

Component changed

This module provides one or more filters to views for filtering out nodes that have or do not have other nodes that refers to them through a node reference field. This can be useful when you need to list nodes that do have nodes that refers to it or vice versa.

The module let's you select which node reference fields you want to filter on.

This module works for both Views 3 and Views 2.

Text or Nodereference

Component type

module

Maintenance status

Development status

Downloads

10573

Component created

Component changed

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

Component type

module

Maintenance status

Development status

Downloads

535

Component created

Component changed

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!

CCK Match

Component type

module

Maintenance status

Development status

Downloads

622

Component created

Component changed

This module provides an option on any CCK textfield to verify input twice. The user will have to re-type the value in a duplicate field below the existing field (like a password confirm) and have it match to validate properly.

Could be used on phone numbers, credit cards, VINs, bank account information, etc.

Currently, only supports textfields.

Contentflow

Component type

module

Maintenance status

Development status

Component created

Component changed

ContentFlow is a flexible CoverflowTM / ImageFlow like flow written in javascript, which can handle any kind of content. It supports all new and old major and not so major browsers. It's distributed under the MIT License.

With ContentFlow it is now possible to have any number of flows within one web-page.

This module provides a CCK formatter for use with filefields.

Bitcoin Address

Component type

module

Maintenance status

Development status

Downloads

1036

Component created

Component changed

The Bitcoin Address module provides a CCK Field type for holding Bitcoin Addresses. It checks to see if the Bitcoin library is installed, and if not, it provides instructions for doing this on the Status Report page. It validates bitcoin addresses that are submitted utilizing this library.

The Version 7 form of this project is Coin Address, which holds a variety of different crypto currency address types, including bitcoin, litecoin, and others.

Slickgrid

Component type

module

Maintenance status

Development status

Downloads

31200

Component created

Component changed

The Slickgrid module is an implementation of Michael Leibman's jquery slickgrid plugin, a lightening fast JavaScript grid/spreadsheet.

It defines a slickgrid view style, so all data can be output as an editable grid.

This module will only work with Slickgrid 2.1.