Rendered Author

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provides options to render node authors as entities within rendered nodes. Right now it just provides a display suite field. But I plan to add a field formatter so this can be used on non ds displays.

HERE Maps Formatter

Component type

module

Maintenance status

Development status

Component created

Component changed

Module for displaying Geofield info in HERE Maps format.

When creating new contents or editing existing ones, you could attach spatial information to them using Geofield (WKT, Latitude/Longitude, OpenLayers Map, etc), then you could convert the spatial information into HERE Maps objects when the pages are rendered/displayed.

Bulk Creator

Component type

module

Maintenance status

Development status

Downloads

853

Component created

Component changed

It happens to create complex content types with tens, sometimes hundreds fields. Or to edit such content types to add more fields.
Think e.g., what it takes to compile a balance sheet, i.e., a load of integer fields which names are handily retrievable by a CSV document.

In Drupal, fields must be added one by one with the usual delay of the physical db creation and the manual setting of each field.

Library Index

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Library Index module retrieves information about Finnish public libraries. Data is fetched from API created by kirjastot.fi, which offers free library specific information to all who are interested in libraries.

Module contains two fields, one that shows the following values: library name, description, open hours, telephone numbers, street address, mail address, coordinates and library picture in chosen size, if more than one size is available. The other field shows library open hours as a field or a block.

Rename Locked Fields

Component type

module

Categories

Maintenance status

Development status

Downloads

461

Component created

Component changed

Drupal Commerce is a great example of modules providing fields and locking them. Locked fields are not a problem unless you're working on a multilingual-website with a non-English default language where you want to modify the title of the fields. If I am not mistaken, there is an issue somewhere in drupal.org for at least being able to only modify the title of the locked field. As a workaround, this module may help you translate these fields without having to unlock the field from database, change the title and lock it back once again.

File Base64 Formatter

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

File Base64 formatter is a simple module that provides a way to encode files
as Base64. It works with file fields only. One example use-case might be where
you want to access a file attachment from a different domain with javascript.

Enable the module in the usual way. Use this file field formatter in the manage
display area of content type configuration screens, field formatters in Views,
etc.

Bootstrap Carousel Image Formatter

Component type

module

Maintenance status

Development status

Downloads

6738

Component created

Component changed

Bootstrap Carousel image field formatter.

Overriding output (Drupal 7):

Copy the theme_bootstrap_carousel_if function from the bootstrap_carousel_if.module file and paste it into your themes template.php file.
Rename the function to MYTHEME_bootstrap_carousel_if where MYTHEME is the name of your theme.
Edit the function to output what you need.

Address Field Sub Premise

Component type

module

Categories

Maintenance status

Development status

Downloads

3976

Component created

Component changed

Address Field module provide default API to store compatible xNAL standard postal address.
However, some fields are not completely implemented such as "sub premise" which is sometimes used a the third street address field.

Thanks to plugin API, Address Field Sub Premise provides the missing part.