Maintainers strive to actively monitor issues and respond in a timely manner.

uc_notifications

This module was created to send out notifications when payments where due and when late fees were applied.

code coming soon

uc_payment_plan

There are some products that are just too expensive to pay for at once. This module will allow you to define a deposit, then create additional payments and dates that they are due.

Template Tags

This module lets you define custom tags which you can use anywhere and in any of your templates. You can attach your own callbacks to perform on loading.

The default implementation is linking a node to a custom tag. Handy for when you have several overview pages and want to refer to these in your template.

E.g.

<a href="<?php print $template_tags['photo-overview']['default']['node_link']; ?>"> some link </a>

Or you can do more fancy stuff (such as rendering a part of a node) with your own custom callbacks.

This module allows setting a custom node for each language installed within Drupal.

When defined, this module also uses the _preprocess hook to
push them towards the variable $template_tags where you can retrieve
their value or the callback results. This variable is available anywhere in
your template.

Definition example:
Within your module define the hook_define_custom_token and return an
array something like this:

   $item = array();
   $item['example_token'] = array(
                'name' => 'Example custom token',
                'token' => 'example_token',
                'token callback' => 'tools_token_example_callback',
              );

Whereas:
name = The name in the administration views.
token = The machine readable name for the token

Taxonomy Share

This is a light-weight module that allows you to connect to the database of a remote site and import a vocabulary's taxonomy terms into a current or new vocabulary on the local site.

Commerce Sagepay

Sagepay integration for the Drupal Commerce payment and checkout system.

This is under development.

Block Instances

Block Instances

Blocks instances module allows users to render a block in different places when some conditions are met.

A block instance is a set of conditions that determine which block renders in a specified region. Each block instance can render a single block.

Current Features:

  • Display a block multiple times in different regions - and with different weights.
  • Export the block instances using features.
  • Compatible with boxes.
  • Provide two levels of access to administrate the module allowing to:
    • Restrict the regions where a block can be placed.
    • Restrict who can edit the block instance.
    • Restrict which blocks can be rendered in the site.
    • Restrict which regions are available for blocks.
    • Pass arguments to views blocks.

Although Block Instances works in a similar way to Context, both modules are incompatible to display blocks. This means, you can use Context, but not to render blocks..

Dependencies:

  • Chaos Tools ctools. 6.x branch

Related projects

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained