Taxonomy fields formatter

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Module provides a new formatter for "taxonomy term reference" fields to view term fields into nodes (entities).

-- REQUIREMENTS --
* Drupal 7
* Taxonomy module.

-- INSTALLATION --
* Install as usual, see http://drupal.org/node/70151 for further information.

-- CONFIGURATION --
* Select "Entity" formatter for your taxonomy term reference field.
* Configure view mode "Entity" for taxonomy vocabulary.

_______________________________________________________________

Breakpoints

Component type

module

Categories

Maintenance status

Development status

Downloads

416400

Component created

Component changed

Breakpoints management for responsive web design.

Breakpoints defined by a theme

A theme can define multipliers and breakpoints in the theme.info file like

breakpoints[mobile] = (min-width: 0px)
breakpoints[narrow] = (min-width: 560px)
breakpoints[wide] = (min-width: 851px)
breakpoints[tv] = only screen and (min-width: 3456px)

multipliers[mobile][] = 1.5x
multipliers[mobile][] = 2x

Once this module or the theme is enabled, the settings are read from the info file and stored into the database.

Field Resource

Component type

module

Maintenance status

Development status

Downloads

1144

Component created

Component changed

Summary

Use this module if you need to cherrypick on an entity type or individual entity level what fields should be output in what order in a Drupal service call. The Field Resource module uses tokens and the content edit interface so you don't need to be a developer to fine tune the content returned in a service call.

Taxonomy Term Reference Sortable Widget

Component type

module

Maintenance status

Development status

Downloads

4235

Component created

Component changed

Description

Module provide an sortable widget based on jQuery ui.sortable
for selecting terms in a taxonomy term reference field.

Requirements

Drupal 7.x

Installation

1. Copy the entire term_reference_sortable directory
the Drupal sites/all/modules directory.

2. Login as an administrator. Enable the module
in the "Administer" -> "Modules"

EPUB Export

Component type

module

Maintenance status

Development status

Downloads

3252

Component created

Component changed

Overview

This project builds content objects from drupal and bundles them into an
EPUB 3.0 document. Currently it will export a rendered entity seperate of all
of the page markup and gather all the referenced resources within the content
and bundle those into one EPUB document.

That is, this module looks at the content and determines what should be included
in the EPUB document. The actual build process takes place during cron, make
sure to run cron as a user that has access to the content necessary otherwise
the build will fail.

QueryPath filter

Component type

module

Maintenance status

Development status

Downloads

529

Component created

Component changed

QueryPath filter module allows you to alter HTML output with jQuery CSS 3 selectors style, just before displaying it on your website.

Overview

QueryPath filter lets you create custom rules to apply to HTML output before display. These rules can be written in the same fashion as jQuery CSS3 selectors and methods.
For example :
$('li:first-child').addClass('first');

Manage your rules, then apply the input filter to one or more text formats.