Considered feature-complete by its maintainers.

Published Time

Adds a new timestamp to a node for when the node became published.

Webform Private Upload

The Webform Private Upload module, which I'm going to refer to as WPU from now on for ease of typing, allows you to set up file upload fields in webforms to be private - that only people who have been given the permission 'view private webform file uploads' can see, without having to set the entire filesystem as private.

The way this works is that after the module is installed you can go into admin/settings/webform/private_upload and set the directory under files/webform/ to be private - by default this is the 'private' directory. Then, whenever you have a file component in a webform whose upload should be private, you direct the upload to that directory or a child of it. For simplicity, if you know that all webform uploads need to be private, you can set the subdirectory to '.' - a single period means *this* directory, which means the entire /files/webform directory is then set private.

It's important to note that this system works by adding an invisible .htaccess file to the directory in question, which Apache then honors by preventing people from being able to access those files. If you are not using Apache as your web server, then this module will not work.

Cpanel Operations

Enables users to control their cpanel account operations from their drupal website.

jQuery for Designers and Themers

jQuery logo: Write less, do more.

About

Sample jQuery code in a theme for anyone learning jQuery.

This code is based on the "jQuery for Themers and Designers" session at various Drupal events. You can get the accompanying slides at TinyURL.com/jQuery-Designers, watch the DrupalCon Paris video from Archive.org, and read my post-session commentary at CivicActions.com.

This theme requires the jQuery UI module. In Drupal 7, jQuery UI is included in Drupal 7 core, so this would not be necessary in Drupal 7.

This theme is not intended to be a useful theme for live websites, but is for demonstration purposes only. For that reason it is a sub-theme of Garland.

To see the jQuery demos, go to user/register and interact with the name field of the form. Also try re-order the blocks in the left sidebar by clicking and dragging their titles. You might need to add some blocks to that sidebar first.

See also;

VIN Field

This is a CCK field module that provides Vehicle Identification Number (VIN) validation. Additionally, Version 2.x provides optional hooks into lookup/decode services to break out year, make, model and trim level of the vehicle where data is available for the given VIN.

Nodequeue Annotate

This module adds annotations (captions) for nodes in the context of their inclusion inside subqueues.

Pages

Subscribe with RSS Subscribe to RSS - Maintenance fixes only