Dynamic Background

Component type

module

Maintenance status

Development status

Downloads

59074

Component created

Component changed

Enables site administrators to upload a range of images and select one as background on the site. This enables non HTML/CSS aware administrators to quickly change the background image on a site from within the administrator interface.

The selected image is applied to the site by entering a CSS selector in the administration interface (e.g. body #main-wrapper). It's also possible to attach CSS to the selector in the interface (e.g. background-size: cover).

Pygmentizer

Component type

module

Maintenance status

Development status

Downloads

1333

Component created

Component changed

This module provides an input filter which does source code syntax highlighting by using Pygments.

With this module you will have 20 color styles and 55 languages / metalanguages!

Prerequisite

You need a working Pygments on your host.
Try

sudo apt-get install python-setuptools
easy_install Pygments

Or see how to install Pygments.

Webform Checkout

Component type

module

Maintenance status

Development status

Component created

Component changed

This project is being developed to allow adhoc linkage between individual webforms and ubercart products.

There are several steps to the process

  1. Identification of a form as being linked to checkout
  2. Identification of component(s) to calculate cost for each submission
  3. Identification of component to mark quantity of sold product

After each qualifying submission the form is marked as draft until payment is taken.

This is very much still under-development and the last phase relies on Ubercart conditional actions at the moment.

tuples

Component type

module

Maintenance status

Development status

Component created

Component changed

This addresses one of the major factors related to AJAX speed: data transfer. Although hashes, associative arrays, objects and XML are easy to read, they introduce overhead for the keys/tags. This minimizes transfer by relying on ordered arrays and cooperative caching that only sends that data that the script needs.

This is an unnecessary replacement for autocomplete options that contain very little content (e.g., user names and node titles), but it does yield performance benefits when using it for autocomplete on larger content blocks (in terms of total markup).

Path Access plugin for CTools

Component type

module

Maintenance status

Development status

Downloads

3230

Component created

Component changed

This is a very simple module that provides a CTools access plugin for using the access rules of another path. It does nothing without the CTools module.

When creating a custom page with Page Manager (for example, a Panels page), this module adds the 'Access to another path' access plugin in the Access tab. You may use it to mirror the access rules used by another path. For example, you might set up a custom search page, and use the access rules for the default Drupal search page, 'search'.