Autocomplete Widgets for Text and Number Fields

Component type

module

Maintenance status

Development status

Downloads

51155

Component created

Component changed

This module adds 3 autocomplete widgets for CCK fields of type Text and Number.

  • Autocomplete for allowed values list: This widget can be used for Text and Number fields and it takes candidate values from the defined list of Allowed values of the fields. You can even generate your allowed values list using PHP, so the limit to provide a widget with autocomplete features is your imagination!
  • Autocomplete for existing field data: This widget can be used for Text only and it takes candidate values from existing values in the database for that field.
  • (7.x only) Autocomplete for predefined suggestions: This widget can be used for Text only and allows an admin to provide a list of suggestions but still allows users to enter anything they want in a text field. Use this widget to help avoid (but not prevent) variations of the same value. Ex: burger, hamburger, Burger ...
  • (7.x only) Autocomplete for existing field data and some node titles: This widget works just like the "existing field data" widget above except it will also suggest node titles for nodes of a specific content type(s).

All widgets allow you to choose the size of the text element and the method used to match values between 'Starts with' and 'Contains'. You can also enable case sensitive or insensitive matches option. Note however that MySQL may ignore case sensitivity depending on the collation used in your database definition.

When the Internationalization module is enabled, the 'Autocomplete for existing field data' widget also provides an option to filter values by the language assigned to their corresponding nodes. This option allows you to provide a different set of allowed values per language.

Uploaded Files Mover

Component type

module

Downloads

1760

Component created

Component changed

Introduction

Uploaded-Files-Mover moves uploaded files to user-defined directories.

When uploading files with the FileField (CCK) or Upload (Core) module, Uploaded-Files-Mover will kick in and move the files to the specified directory. The paths can be set for each content type and may contain placeholders (Token support planned).
Fields and uploads can be enabled separately.

Postcode Anywhere (PCA)

Component type

module

Maintenance status

Development status

Downloads

3325

Component created

Component changed

Module provides 3rd party integration with PCA Predict (formerly Postcode Anywhere) service which provides postcode lookup and address validation. It improves user experience with a faster way to enter and validate UK and international addresses.

Please note that this is not official module of Postcode Anywhere
So if you need any other information related to API, please check here:
http://www.postcodeanywhere.co.uk/support/

Node Reference formatters

Component type

module

Downloads

5200

Component created

Component changed

Node Reference formatters provides four additional display styles (formatters) for Node Reference CCK field.

Check this demo screencast

Fieldset
Standard Drupal collapsible fieldset where legend is referenced node title and value is node content in chosen format.
AHAH link
Button with #ahah property and value of referenced node title. When user clicks on it referenced node is called dynamically via AHAH callback which is in Drupal core.
jQuery clueTip
Utilizes jQuery clueTip plugin, nice dynamic (ajax) content loading in a tooltip when user hovers mouse on the link.
Thickbox
Loads referred content into thickbox, requires this module installed.
http://drupal.org/project/thickbox

Inline References

Component type

module

Maintenance status

Development status

Downloads

1107

Component created

Component changed

This module leverages Popups API in order to provide a form of inline editing for nodereferences on a CCK edit page. It also shows the referenced node's field data in addition to the title [nid: ] info normally displayed. The module also provides a setting for preventing old nodes from being referenced in a node reference field, forcing a user to create a new node using Popups: Add and Reference.

Flashy

Component type

module

Maintenance status

Development status

Downloads

3419

Component created

Component changed

This module provides a wrapper for the Flashy video player:

http://code.google.com/p/flashy/

The base module depends on SWFEmbed, and provides an object-oriented API for embedding flash videos in your site. If you have the getID3() module, it will also try to auto-detect the size of the video if you do not specify an explicit size for the player.

Popups: Subedit

Component type

module

Downloads

3969

Component created

Component changed

This module allows user to edit the contents of a fieldgroup without having to leave the node view page. The administrator can configure any fieldgroup to show a link that allows the form elements inside that fieldgroup to be editing in a modal popup window. Basically, it is a simple approach to ajax edit-in-place.

This module is built on top of the Popups API. You will need at least version 6.x-2.0-Alpha4.