Field Roundabout

Component ID

1715756

Component name

Field Roundabout

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

Overview

Field Roundabout is a module for creating slideshows and animations from a field on a single entity.

Provides a jQuery Roundabout formatter on a single entity for multi-value Image, Media, or Field Collection fields. Currently only works for image fields but may be expanded to work for other field types.

Features

All functionality of the Roundabout plugin has not yet been implemented.

Currently supported features are:

  • Image style (original size, thumbnail, medium, large, etc)
  • Choose a shape path when the Field Roundabout Shapes sub-module is enabled.
  • Autoplay on/off
  • Autoplay duration
  • Pause on hover on/off
  • Duration

See the Roundabout and Roundabout Shapes plugin pages for documentation on these settings.

We hope to implement as many of the options as possible and include jQuery Easing, Event.drag and Event.drop support in the future.

Requirements

Installation

  1. Install the Libraries API module
  2. Create a sites/all/libraries directory on your server
  3. Create a jquery.roundabout directory within sites/all/libraries
  4. Download the jQuery Roundabout plugin from http://fredhq.com/projects/roundabout
  5. Copy jquery.roundabout.min.js or jquery.roundabout.js to the jquery.roundabout directory. When done, you should have sites/all/libraries/jquery.roundabout/jquery.roundabout.min.js
  6. Create a jquery.roundabout-shapes within sites/all/libraries
  7. Download the jQuery Roundabout Shapes plugin from http://fredhq.com/projects/roundabout-shapes
  8. Copy jquery.roundabout-shapes.min.js or jquery.roundabout-shapes.js to the jquery.roundabout-shapes directory. When done, you should have sites/all/libraries/jquery.roundabout-shapes/jquery.roundabout-shapes.min.js

Similar Modules

  • Views Roundabout: Utilizes the Roundabout plugin using Views. Useful if you want a roundabout created from more than one entity. (Views Roundabout can also be used on a multi-value field for a single entity, but as a formatter, Field Roundabout is more efficient for this purpose.)
  • Field Slideshow: Creates a field formatter using the jQuery Cycle plugin.

Credit

Development for this module is sponsored by RMR Labz.

Field Slideshow was used as a starting point for initial development.