Drupal Hub

Component type

module

Component created

Component changed

Drupal Hub

Created by Aaron Winborn
winborn at advomatic (dot) com
Begun 16 January 2006

Drupal Hub is an api to allow a server to act as a portal to other web servers.
It associates a specific CCK content type with web listings, and optionally
allows the client servers to create and update their own listings, using xml.

Still in development.

Address field for CCK

Component type

module

Downloads

8319

Component created

Component changed

New to 5.x, country_select module. This module makes use of the country/province data created for the addresses module to create country/province dropdowns for all countries in the world. Requires the activeselect module to work.

This module is a good solution for Drupal 5 users. Those wishing to have an address module in Drupal 6 might consider the location or addresses module. At this stage there is no Drupal 6 version of this module.

The 2.4 version has an option to save content in location module format. This provides location module upgrading provided you edit the nodes you want to upgrade.

Fullname field for CCK

Component type

module

Downloads

8277

Component created

Component changed

Looking for co-maintainer. See message in issue queue.

This module provides a prefix, first, middle, last, and suffix field as a single CCK field.

  • multiple field works
  • enable/disable each sub-field
  • set requirement for each sub-field separately
  • Compatible with diff module.
  • Compatible with views module.
  • Compatible with token module.

Thanks to http://www.fertilityauthority.com for sponsoring the development!

Video CCK

Component type

module

Development status

Downloads

1264

Component created

Component changed

DEPRECATED in favor of Embedded Media Field, which includes Embedded Video Field (previously Video CCK) as part of it's contributed modules, along with Embedded Image Field (which handles Flickr and more in a similar fashion), and the upcoming Embedded Audio Field (for third party audio streams and files).

See Map

Component type

module

Maintenance status

Development status

Downloads

1434

Component created

Component changed

A CCK field that allows you to add "See Map" links to content types that represent addresses. This field also depends on the Location module, which provides the API to generate the list of See Map links.

Fixed Data Dropdown

Component type

module

Downloads

2729

Component created

Component changed

Allows a user to select data stored into a large database with dependent selection choice (e.g. Country -> City)

In other words, this is a dependent drop down with a static data set consisting of the keys (which will be used for the first input selector) and the values (which will be in the dependent drop down).

If the database's values do not uniquely identify a specific key, you may well want to save the key as well as the value itself, in which case, select "multiple values" and the key and the value will be saved as separate values.

oyoaha Liquid Layout

Component type

module

Downloads

1411

Component created

Component changed

oyoaha Liquid Layout provides a simplified, powerful layout and styling implementation for use with the Views module. Now one module controls all the html output styling for all your Views instead of the previously cumbersome process of creating a module for implementing each style or layout. Even better yet, the module can be used to output Json from any View for easy AJAX implementation.

CCK IP Address

Component type

module

Maintenance status

Development status

Downloads

3859

Component created

Component changed

CCK IP Address adds fields, widgets and validation for IP addresses and address ranges to CCK.

  • You can use this module to add an IP address or an IP range to your node.
  • You can configure the form to reject private IPs.
  • You can restrict IP ranges with a CIDR prefix.

Acknowledgements

This module was developed by The Public Library of Science.

Autonode CCK widget

Component type

module

Downloads

1313

Component created

Component changed

Autonode is a CCK widget that allows you to use any table in your database as a reference to create and refer nodes. The field asks for a key, which is looked up in the reference table you set up.