Email Contact Form Formatter
Component type
Categories
Maintenance status
Development status
Component created
Component changed
Renders an email field as a contact form.
Renders an email field as a contact form.
Like https://www.drupal.org/project/bigmenu but with Taxonomies.
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.
Module allows to export views output into Microsoft Excel format where each multiple option gets into a separate cell.
This module is based on wonderful Views Data Export module with small amends on top of it. Basically, it does just 2 things differently:
Integration of Drupal Commerce and Microsoft Dynamics for customers, items and orders.
** This was a proof of concept that requires web services on the Microsoft Dynamics endpoint.
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()
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:
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:
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).
This module allows you to use Views Infinite Scroll module with Image URL formatter for refresh background images of new loaded elements.
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.