Markup

Component type

module

Maintenance status

Development status

Downloads

80612

Component created

Component changed

This module adds the ability for site admins to add "Markup" widgets to the form. These essentially let designers of cck content-types insert additional markup into the node/edit form to display to content-authors. This is the equivalent of adding additional elements to $form of the type '#markup'.

The module does not add anything to the $node object for the content being created, and utilizes form_alter to remove unnecessary fields from the '_content_admin_field' form when this widget is being created.

UC Sell CCK Fields Access

Component type

module

Downloads

863

Component created

Component changed

This module lets you sell access to CCK Fields in your Ubercart store.
So, you can have a node type with some CCK fields that you want to show for everybody and some others you want to keep private unless the user buys that specific node. This module is compatible with Ubercart Marketplace. It was inspired by the forum topic
http://drupal.org/node/331415 .

Accepted Limits

Component type

module

Maintenance status

Development status

Downloads

3516

Component created

Component changed

This module will allow you to set accepted limits for CCK number fields with custom validation messages.

An accepted limit is a range of numbers that is accepted for a particular value, but it's not a hard constraint. Say, for example, that a node has an Age field. The accepted age for creating the node could be between 13 and 25. If the user creates a node with an age of 12, the node will still be created, but a warning will be display notifying the user that 12 is not a generally accepted value.

Heading Normalizer

Component type

module

Maintenance status

Development status

Downloads

1191

Component created

Component changed

Headings (h1..h6) are the key elements to create structural content. This project normalizes heading usage to a common denominator. All pages start at the same heading level in output. You can configure the start level of headings. Furthermore, there's an option to start at a different heading for views.

So what real problem is this solution for?

If you use a wysiwyg editor you might have already heard of the question of wisdom: "which is the first heading to use? h2? h3?".

Grid Select

Component type

module

Downloads

2224

Component created

Component changed

The gridselect module adds a new form type that displays content in a similar way to facebook friend pages (specifically the pages you see when inviting friends to events). It's fairly simple with no configuration necessary.

This module provides a new widget for the user relationships module in CCK andcan also be used in forms by other modules. It requires javascript on the client side to work correctly. With no javascript it will fallback to a multi-select field.

BackReference

Component type

module

Maintenance status

Development status

Downloads

7180

Component created

Component changed

D7 Note Currently, what with how Drupal 7's fields are written in a way so you can't really tell how to get at the data, and with Corresponding Node Reference already having a successful D7 port, there are no plans to update Backreference to Drupal 7. If you plan to upgrade, I suggest changing your Drupal 6 site to use Corresponding Node Reference, and then update.

UPC Barcode Field

Component type

module

Downloads

1445

Component created

Component changed

About

The UPC Barcode Field module defines a UPC barcode CCK field in Drupal. The module is capable of turning a 12 digit UPC string into a PNG barcode image that can be printed out and scanned by a capable barcode reader.

This module has been developed for a specific use-case for the uCount module, but it has been designed with the goal of being independent of that system.

CCK Required by Role

Component type

module

Downloads

3093

Component created

Component changed

Description

This module allows for certain user roles to be exempt from required fields. This is mainly useful to those on the back-end of a website do not necessarily need to fill all of the fields to submit a node.

Usage

When you are setting up the field you have the option to set certain role to be exempt from the required. When that user role comes to add or edit that node, the field will not be required for them.

Nodereference Image Helper

Component type

module

Maintenance status

Development status

Downloads

3211

Component created

Component changed

This module adds a widget to CCK fields of type nodereference. The intent is to use this module when the referenced nodes are images using a single-valued imagefield field. The widget offers an upload and browse button to the nodereference field. With the upload, a new node can be created through a popup, and the new node will be referenced by the nodereference field. The browse button displays a view in a popup where the user can browse and select the referenced node.