Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Hover preview Javascript effect for the ImageCache module. Allows for hover FROM any ImageCache preset TO any other ImageCache preset. Supports views and standard theme-layer output options.
Adds support for multi-level drop down menus via the Superfish jQuery plugin. Compatible with keyboard navigation, screen readers, small screens and touch devices.
This module integrates with the API of Chargify's recurring billing system. This module is an API wrapper for this library only, and doesn't actually "do" anything unless you implement the API in your own module. It's built according to the Chargify API version 1.
Installation
Install the module as usual into your Drupal site.
Enter the Domain and API key for your Chargify account on the configuration page (/admin/config/services/chargify).
Make sure you set the proper permissions ("access chargify").
Usage
The general concept is to first get a controller for the resource (product, customer, etc.) that
you want to interact with and then use the functions available.
For example to get a listing of all products in the system:
This is a small module that enables the automatic population of the menu title field following changes made to the node title in an add or edit form. It is designed to save time with data entry.