User Register Field

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This simple module allows you to have a "user registration form" as a field, so that you can integrate it very easily in a content type.
It permits a user to register on a node edit form.

Radios Select

Component type

module

Categories

Maintenance status

Development status

Downloads

765

Component created

Component changed

Radios Select is the helper utility which provides new custom look of the
ordinary radios form element via jQuery/CSS (when you create this element from
your own module). The main feature of Radios Select is ability to format output of radios field like "select" form element or dropdown menu. Once Radios Select module enabled you can create Radios Select form element by just adding new property "#radios_select" to any standard radios element:

$form['radios_select'] = array(
  '#type'          => 'radios', // yes, ordinary radios element
  '#title'         => t('Select value:'),
  '#default_value' => 1,
  '#options'       => $values,
  '#radios_select' => TRUE,     // enables Radios Select for this radios element
  '#description'   => t('Value to use in form.'),
);

Andorra address field

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module provides a list of Andorra provinces for Address Field module and the fields you normally would use for addresses in Andorra.

Note: this project won't get a full release as addressfield is going to make this obsolete as soon as this issue gets solved #1317070: Use ISO codes XML file for populating country-specific properties

CiviCRM User Reference

Component type

module

Maintenance status

Development status

Downloads

57064

Component created

Component changed

#NOD8CX: I have no plans to have a full D8 release within even a year of when Drupal 8 is released unless someone else volunteers to co-maintain that branch. This is not meant as criticism of the enormous effort others have but into D8, but an attempt to honestly inform anyone using this module of my plans. If you use this module and want to see it upgraded, open an issue asking how you can get involved and make that happen.

Youtube Formatter

Component type

module

Categories

Maintenance status

Development status

Downloads

756

Component created

Component changed

#D8CX: I pledge that Youtube formatter will have a full Drupal 8 release on the day that Drupal 8 is released.

The youtube formatter module provides a simple textfield display formatter for youtube links. Its especiallay lightweight, because it doesn't add a new field to the system. It's a simple displayformatter for the cores textfield.

Avalible formatters

youtube preview
This formatter will display the preview image, provided by youtube, in a selected image_style.