Fields
Account Creation Field
Component type
Categories
Maintenance status
Development status
Component created
Component changed
This module allows you to have an "account creation form" as a field so that you integrate it in a content type
User Register Field
Component type
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
Maintenance status
Development status
Downloads
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
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
Remote File Source
Component type
Categories
Maintenance status
Development status
Downloads
Component created
Component changed
Remote File Source allows you to add a file from a remote server to a filefield without transferring it locally.
Requirements:
CiviCRM User Reference
Component type
Categories
Maintenance status
Development status
Downloads
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.
Simple properties field
Component type
Maintenance status
Development status
Component created
Component changed
Provides simple label-value field for advanced field use Dynamic properties
Uses drupal 7 fieldAPI
Simple Gmap field
Component type
Maintenance status
Development status
Component created
Component changed
Adds a location field and a Views style plugin to display nodes on a Google map.
Youtube Formatter
Component type
Categories
Maintenance status
Development status
Downloads
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.
