Rules String Length (rules_strlen)

Component type

module

Categories

RDF

Maintenance status

Development status

Component created

Component changed

Provides an action that returns an integer when given a string. Also, not a bad module to view how to create your own custom action. Implements one hook function and one internal action function.

Custom Line Item Types

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is an API module defining some basic hooks that can be used to easily define your own line item types for Drupal Commerce 1.x that will behave differently on the shopping cart.

Also included is substantial functionality for adding any existing product to the cart using any custom line item type. This includes out-of-the-box AJAX cart handling.

Additionally, the custom_line_item_groups submodule allows you to create groups that will be separated on the cart and order pages.

Hooks:
hook_custom_line_item_types_info()
hook_custom_line_item_groups_info()

Look Ahead

Component type

module

Maintenance status

Development status

Component created

Component changed

Ever wanted to show a preview of the page you'll get to when you hover over a navigation menu item? If not, we don't blame you. But if you run across that requirement, the Look Ahead module is here to help!

Simply define which menu(s) and which entity type(s) you want to enable Look Ahead functionality on, and a look_ahead view mode will be utilized to show a preview of the menu item you're hovering over.

This module supports loading Look Ahead items in the following manner:

CKEditor Panel Button

Component type

module

Categories

Maintenance status

Development status

Downloads

38258

Component created

Component changed

Adds in the Panel Button plugin for CKEditor.

This is required by plugins that need panel button to work, like Color Button.

Other plugins can leverage panel button by adding this in their plugin definition:

Facet API Inline Links

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

A Facet API widget that displays facet items as inline links.

Widget for Facet API, which allows you to organize the output facet elements (reference filter) in one line, that is, using a wrapper DIV > SPAN, instead of UL > LI (both in standard widgets).

Also, facet's counter has been imposed from tag A (for greater beauty).

Views Infinite Scroll with background image

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module allows you to use Views Infinite Scroll module with Image URL formatter for refresh background images of new loaded elements.

Problem & Solution

For safety reasons, Views module doesn't allow code, like <div style="background: url([field_image]) no-repeat;">...</div> on view.

Therefore, it's impossible to update background image of new Views item (who show from Image URL formatter and loaded with Views Infinite Scroll).

But data attributes is allowed! Module add new variable data-bg-image to use on your view. Use code, like <div data-bg-image="[field_image]">...</div> as well.