Views Hybrid

Component type

module

Maintenance status

Development status

Downloads

853

Component created

Component changed

Provides a field formatter for entityreference fields that allows auto-displaying a specified number of results from a selected view below the selected entity reference(s).

This combines the automation of a view with the manual control of a multivalue entityreference field.

Any defined view mode can be used to display the entities, or they can be displayed as a simple list of linked titles.

Parallax Content Block

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

CONTENTS OF THIS FILE

  • Introduction
  • Installation
  • Credits

INTRODUCTION

This module implements adds a block type with popular background-image parallax effect.

INSTALLATION

  1. Copy the parallax directory to your sites/SITENAME/modules directory.
  2. Enable the module at Administer >> Site building >> Modules.

CREDITS

  • Daniel Kulbe (dku)

Joyride Help

Component type

module

Maintenance status

Development status

Component created

Component changed

Allows you to use the Zurb Joyride Jquery plugin to render content for hook_help() on your page. Making your help documentation more interactive and easier to consume.

Zurb Joyride Documentation

The list of options in the Zurb docs at http://foundation.zurb.com/docs/components/joyride.html are out of date. Please refer to the README.md file in the module for updated options.

Field Concat Display

Component type

module

Maintenance status

Development status

Downloads

1604

Component created

Component changed

The idea behind this module is to allow Drupal admins to easily concatenate fields and display them without having to create/modify template files, and without creating new tables to hold "real" field data.

Currently, this module only operates on fields within content types.
I will be adding a mechanism for working with ALL fields in subsequent versions

Content Chunks

Component type

module

Maintenance status

Development status

Component created

Component changed

The Chunks module is a framework for structured and reusable content. Using this module, developers can provide structured and reusable content chunks through the chunks API. Then authors and editors can add those chunks to fieldable entities through chunks fields. Those content chunks can then be configured, previewed, rearranged, and removed - all from the entity's edit/add page. This is a simple alternative to messy WYSIWYGs and complicated views/panels implementations.