Views Field sync

Component type

module

Maintenance status

Development status

Downloads

430

Component created

Component changed

Summary

This module will synchronize content type fields with views fields, so that fields that are available to a content type will also be displayed in a chosen view. A use case for this would be having a view that allows the user to export all the data from a node type, every time a new field is added to the content type, it will automatically be added to the corresponding view. This avoids manual editing of the view any time a field is added or removed.

CCK Featurelist Field

Component type

module

Maintenance status

Development status

Downloads

1394

Component created

Component changed

Description:

Featurelist extends the cck "tablefield" module to be to able select icons (available, not avaliable, optional, none - all configurable!). It allows you to create a table of "iconed" features. A feature list is being created as CCK field.

This module may be very interesting for many use cases to show differences between configurations, offers and others in a nice styled way and easy to maintain.
You may want to have a look at the demonstration site to see live use cases.

OGDI Field

Component type

module

Maintenance status

Development status

Downloads

1371

Component created

Component changed

Please note that this module is minimally maintained and seeking a co-maintainer

This module pulls in Open government data from a Microsoft Open Data server, via it's API and then outputs it to screen in a nicely formatted table and map.

An example can be seen here - http://www.datadotgc.ca/dataset/location_of_historic_buildings_in_edmonton

Here's the text from the README.txt file of the module

Field inspector

Component type

module

Maintenance status

Development status

Downloads

3111

Component created

Component changed

Description

Field inspector provides an administrative user interface for the Field Info API. This allows users to select what information, formatting, and fields they would like to see, and provides output in a manner that can be copied into a module, or install profile into a hook_install, or hook_update_N function. This functionality is similar to the Content Copy module provided in 6.x and earlier versions of the CCK package.

Todo Formatter

Component type

module

Maintenance status

Development status

Downloads

241

Component created

Component changed

This module provides a formatter to display CCK text fields as a list of checkboxes. This can be used to create todo lists: just add a multiple valued textfield to your content type and select the Todo formatter on the Display fields page of your content type.

This module was inspired by Todo Filter.

CCK schema importer

Component type

module

Maintenance status

Development status

Component created

Component changed

This utility module helps you import a Content Type Definition (Node Type) from a number of sources.

It is not a CCK Data importer - it imports data schemas

It provides a UI for schema selection, and an extended content type all-in-one edit form for reviewing and tuning the imported schema before content type creation.

Screenshot of full size UI

Schema sources are provided as hooks, so schemas of various types may be translated to the CCK-native version.
@see HOOK_cck_importer_services()