Order Fees

Component type

module

Maintenance status

Development status

Component created

Component changed

Apply simple fees to orders in Ubercart. Currently, these fees can be applied to an order as a whole, or to each product in an order. Then, you can display these as a sum line item, or itemized line items. This is early functionality and pretty basic, but drupal_alter('order_fees') is called to allow you to override the module and change the line items as you see fit.

AudienceScience

Component type

module

Maintenance status

Development status

Component created

Component changed

Overview

This module integrates AudienceScience behavioural targeting platform that enables publishers to deliver relevant advertising to advertisers, based on users’ online behaviour.

Lock Session

Component type

module

Maintenance status

Development status

Downloads

5032

Component created

Component changed

This Module locks sessions after a configured amount of time. It does not expire the session but instead locks the session and does not allow the user to access any pages until the reenter a password. This is similar to how a computer user has his session locked if inactive but is able to resume the session if the password is entered.

The idea was taken from Aveu's comment from http://drupal.org/node/748370.

Informal

Component type

module

Maintenance status

Development status

Component created

Component changed

Informal is intended as a combination of a Wiki notation filter and a free-form DB.

(After years on DokuWiki, I cannot live without Wiki notation and the existing filters do not satisfy me, sorry!)

Basics:

ptoken - Page number token - pager

Component type

module

Maintenance status

Development status

Downloads

392

Component created

Component changed

ptoken - its a very very very small module

[ptoken] - gives "Page number #" as token and NULL as no pager at page
Usefull for SEO optimization

Never be ported to Drupal 7, as it is already in core #224262: Add Page Number token

Developed by Druler

Improved Multi Select

Component type

module

Maintenance status

Development status

Downloads

24099

Component created

Component changed

The Improved Multi Select module replace the default multi-select boxes with two pannel list and search.

The first panel holds the options that are available, and the second panel holds the options that have been selected.

Two panels are separated by "add" and "remove" buttons. You can select an item from the first box, click the "add" button, and add it to the second box. Likewise, you can select an item from the second box, click the "remove" button, and it goes back into the unselected box.

Form Timeout

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provides developers a `timeout` attribute for forms (Form API).

One example use is having a form that says "Fill this form out in the next 3 minutes and be entered to win a free car!"

A code example for developers:

<?php
function mycustommodule_form_alter(&$form, &$form_state, $form_id) {
  $form['timeout'] = '+3 minutes'; // Uses PHP's strtotime() function 
}
?>

Example values

  • +30 seconds
  • +10 minutes
  • +12 hours
  • +1 day

Scheduled Logo

Component type

module

Maintenance status

Development status

Component created

Component changed

Do you want Drupal to change your logo during special events like holidays? Use this module to schedule when your logo will automatically change.

Schedule as many changes as you want - set everything once and watch your logos update all year long!

Views Supertable

Component type

module

Categories

Maintenance status

Development status

Downloads

2749

Component created

Component changed

Views Supertable exposes Supertable jQuery plugin as a Views plugin.

It creates a table with quick, realtime freetext search filter above it.
See working demo of the plugin here.

Usage

Create a view and choose "Jquery Supertable" as the formatter. Nothing else needed.