AddressField from Geofield

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This sandbox module creates a new widget for the Address Field. It allows populating an Address Field from a Geofield lat/lon pair, using Google Maps API Reverse Geocoding capability.

For now, only Google API is available for reverse geocoding. Other APIs (Bing, Yandex) could be added in the future.

Flexible Table Of Contents

Component type

module

Maintenance status

Development status

Downloads

2761

Component created

Component changed

Description

This module creates a Table Of Contents block for each field that you enable. You can then place each block wherever you need in your layout to enhance the navigation experience. The table of contents generated with this module will be contained to the specified field rather than to the whole page or to the whole node.

Entity reference link

Component type

module

Categories

Maintenance status

Development status

Downloads

1548

Component created

Component changed

Adds links to reference widgets to the referenced object's edit form, so every other entity is just a click away in any form.

Note: since 1.0 fields have to be explicitly enabled for links to appear. The default is disabled.

Supported field types:

  • Entity reference
  • Term reference
  • Block reference

You can roll your own support. See entityreference_link.api.php.

sbxslider

Component type

module

Maintenance status

Development status

Component created

Component changed

This is a module that adjusts bxSlider(http://bxslider.com/) functionality into Drupal. It is applied on Drupal 8. The reason was that there are a lot of such project for another sliders. But they do not work well. I study Drupal 8. I understading Drupal 8 idioms better that were brought from Drupal 7 best practices. So what does this module do?

Field Readonly

Component type

module

Maintenance status

Development status

Downloads

12899

Component created

Component changed

Field Readonly displays non-accessible fields in edit forms as read-only items.

Modules like the essential Field Permissions allow to make fields non-accessible by completely hiding them in edit forms even if user has the permission to view them.
Field Readonly lets you display these fields back in edit forms, rendered the same way as in view mode.

Num items formatter

Component type

module

Categories

Maintenance status

Development status

Downloads

408

Component created

Component changed

Num items adds a field formatter that displays the number of items in the relevant field, with an optional translatable string around it.

Especially useful in Views, where you want to show the number of [field type here].

Entity reference crud

Component type

module

Maintenance status

Development status

Component created

Component changed

The whole solution relies on a Custom content type widget for entity reference. This widget provides listing of existing references via views and provides CRUD functionality for referenced content types. With other words, the referenced content should be generated and changed only within the referencing content. Similar modules like Inline entity form or Entity connect providing similar functionality but with fixed listing items and selection of existing content.