AudioRecorderField

Component type

module

Maintenance status

Development status

Downloads

8586

Component created

Component changed

The audiorecorderfield.module provides a new CCK field that enables both the recording and playing of .wav audio files directly from the web browser.

The new field is based on AudioField module and records audio via the Nanogong applet or Soundcloud flash recorder.
Note that Nanogong applet is limited to 20 mins of audio recording per file.

Lending

Component type

module

Categories

Maintenance status

Development status

Downloads

918

Component created

Component changed

A simple lending module that allows for requests to borrow an item, and the ability for a librarian to check in and out the item. Items can be one or more node types. The target audience for this is a small club that has a member lending library of items.

Usage

There are two permissions in this module, users with the permissions can do the following:

Access Lending Library:

  • May request an item. Requests are a queue.
  • May have an item checked out to them by a Lending Admin.

Admin Lending Library:

Block Instances

Component type

module

Maintenance status

Development status

Downloads

8450

Component created

Component changed

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:

Taxonomy Share

Component type

module

Categories

Maintenance status

Development status

Downloads

245

Component created

Component changed

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.

Assumptions:

  1. You have knowledge of the remote site's database connection information.
  2. You have access to the settings.php file of the local site.

Supporting Information:

Panelizer

Component type

module

Categories

Maintenance status

Development status

Downloads

572676

Component created

Component changed

The Panelizer module allows you to attach Panels to any node in the system. It is similar to the panels_node module that ships with Panels, which provides a single node type that is a panel. Panelizer, however, allows this to work for many entity types. It works by using the Page Manager template to take over the page rendering of the node. In Panelizer 7.x-3.x, each view mode may also be panelized individually, with special view modes added for the old-style "Page Manager" page display.

Template Tags

Component type

module

Maintenance status

Development status

Component created

Component changed

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.

uc_payment_plan

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

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. After the deposit is paid by the client, the additional payments are then turned into individual orders. The user can then pay for them when they want via the Ubercart Pay Later module.

Code coming soon