Extra Fields Checkout Pane

Component type

module

Maintenance status

Development status

Downloads

23836

Component created

Component changed

This modules allows an administrator to define additional (billing and shipping) address fields (i.e. VAT) as well as custom order fields in Ubercart e-commerce suite. These fields will be available during checkout process and in order handling pages.
This module has been developed and tested with Ubercart (6.x-2.6 and 7.x-3.2).

How it works

With this module an administrator has a flexible way to define one or more address fields at
admin/store/settings/checkout/edit/fields
and custom order fields (6.x-2.x only) at
admin/store/settings/checkout/edit/extrafields

These fields will appear to customers during the checkout process and will be saved at the end of this process on a separate database table for later use. The additional address fields will appear in the delivery and billing panes provided by Ubercart. Custom order fields will appear in it's own checkout pane.

Hierarchical Select Field Selector

Component type

module

Maintenance status

Development status

Downloads

10391

Component created

Component changed

Hierarchical Select implementation allowing to choose content types and their fields in a user-friendly way. Reusable form element.

This is developer module. Install it only when required by other module.

Requirements: Hierarchical Select, CCK

Modules that use Hierarchical Select Field Selector: Imagefield Avatar

Vimeo

Component type

module

Maintenance status

Development status

Downloads

7588

Component created

Component changed

This module is not under development. Please see Media Vimeo project for this type of functionality.

This is not an official module, and we have no affiliation with Vimeo.com.

Introduction:

Don't confuse your end users by asking them to paste embed codes or URLs into your website. Instead let them browse the videos visually and insert which ones they want by clicking on them. Now that's easy!

Sites

Component type

module

Maintenance status

Development status

Downloads

9122

Component created

Component changed

Do you need multiple sites or multiple domains, all based out of the same Drupal install and database, but with certain settings different across those sites? Do you need to be able to share some content across sites and separate other content? It's easy to create multisite / multidomain setups with the Sites module, even if you don't have any PHP/development experience.

XML parser

Component type

module

Maintenance status

Development status

Downloads

3919

Component created

Component changed

This module is a small utility we created while working on www.defaqto.com to allow us to easily parse non-standard XML documents (the sort we were getting) in to a PHP array so we could then manipulate the data more easily.

Thanks to tayzlor for laying the ground-work for this module (discovering the class, etc.) - I just wrapped it in some PHP functions to make it more usable within Drupal.

CCK Password Field

Component type

module

Maintenance status

Development status

Downloads

3531

Component created

Component changed

Module by hefox.

CCK Password field defines a basic CCK password field.

Widgets include the a normal password textfield and a drupal password confirm.

Passwords can be stored as text or md5 (hashed) by default, and md5+ salt if salt module is installed (a hook is supplied to expand on available options).

Hashed passwords that have been set are not retrievable as their original value as they have been hashed.

Passwords fields that have been set will have a delete check box.