TAC Redirect 403 extends the Taxonomy Access Control module by allowing you to specify a redirect URL for each taxonomy term. When a site visitor navigates to a content page that is restricted by a taxonomy access control rule, instead of Drupal's standard 403 (Access Denied) page being displayed, the visitor is redirected to the URL entered for the restricting term. This can be used to send people to custom "upsell" pages.
For example, if your site has the taxonomy terms Basic and Premium, and these are used to designate content as only available to members at the corresponding membership tier, this module lets you redirect visitors attempting to access restricted content to a signup form for purchasing the necessary membership level.
This module provides no direct functionality, so only download it if another module lists it as a dependency, or if you want to write your own module that uses its API.
Developers
Field UI and API are designed with the assumption that modules define field types, and administrators create fields and instantiate them within bundles. As part of this assumption, Field API automatically deletes fields when they're no longer in use by any bundles, and Field UI populates the add existing field dropdown only with fields that are in use by at least one bundle. This presents an annoyance for modules that want to define a field and make it available for adding to bundles, but without requiring any particular bundle to use it. ModuleField compensates for this: simply implement hook_modulefield_info() with your field definition and default instance definition, and ModuleField exposes this field within Field UI's add existing field dropdown even if the field has not yet been instantiated in any bundle.
This module acts as a layer between Drupal and Infusionsoft, which makes the process of talking between the two much easier.
Why is this module needed?
Infusionsoft is a proprietary CRM, and highly available email auto responder system. This module, makes things such as adding a user to Infusionsoft, or manipulating user information being sent to Infusionsoft easier, by providing default functions for common actions.
The Infusionsoft Drupal module is faster than using the Infusionsoft SDK because it uses the built in Drupal version of XML-RPC instead of using two XML-RPC frameworks.
This module also includes Drupal specific functions for things like adding a Drupal user to Infusionsoft.
Area Print is a simple module that let's you add print button or link that sends any given element(div, table, block.. anything with a css id) to a printer.
Domain Style Override (or DSO for short) is a simple module that provides some basic but useful bits of functionality for altering the visual display of domains powered by the domain access module.