This project is under active development.

HILCC Taxonomy Autotag

hilcc_screenshot.png

Auto-generates HILCC (Hierarchical Interface to the Library of Congress Classification) taxonomy terms for nodes that have LCC call numbers (library-assigned numbers like "QA 76.73 .P224 2005"). This can help you build a Drupal site that auto-organizes by a hierarchic subject tree.

For instance, items with different call numbers like QA76.73 and QA75 would be clustered under the Drupal category Engineering & Applied Sciences > Computer Science. The taxonomy terms are generated during node creation and update, and now optionally during cron runs and using node batch operations (from admin/content/node).

Possible uses are:

(For an example that uses all these modules, see the links to the demo below).

Aurigma Mass Uploader for CCK

The Aurigma Uploader for Imagefield module integrates the commercial Aurigma Image Uploader with Drupal. Multiple images are uploaded in a single batch into a multiple imagefield.

6.x-1.x supports version 5 of the uploader.
6.x-2.x supports version 6 of the uploader.
6.x-2-dev now adds ajax loading of images. Please try it!

For an open source java uploader see JIFUpload.

Requirements
- Modules: CCK, filefield, imagefield
- Aurigma is a commercial product. A valid license key is required.
- Users must have Java installed, or allow ActiveX for IE browsers.

Configurable features
- Selection of content type used.
- Selection of imagefield field used.
- Size of the uploader on the page.
- Aurigma parameters may also be entered manually in the module's admin page.

Benefits
- Allows batch image uploading to imagefield.
- Set image descriptions in the uploader and/or the imagefiled.
- Deletions are handled by imagefield and filefield.
- Image types are limited to jpg, gif, png.

Suggestions
- FileField Paths enhances the file path options provided by Token. Without Token images are saved in the default files directory.

Pushbutton

Screenshot of the Pushbutton theme

This is the Pushbutton theme that was in Drupal 6. It was removed from Drupal 7, but it will live on as a contributed theme at this location. Working on Drupal 8 Version and will be ready as Drupal 8 Stable version releases.

PocketT

PocketT is a free (GNU GPL) Drupal 7 theme originally created by Nyssa Brown Design and ported to Drupal 7 by CrashTest_. Its sole purpose is to be compact and focus on blogging, while still maintaining an interesting yet simple design.

I have added a sidebar for those who need it. The original had no sidebars, however I believe we need someplace to put the login box, and navigation menu. You can leave the sidebar empty and it will not show up, and you will be left with the original clean single column design.

Persistent URL

PURL 1.0-beta6 requires CTools. Please make sure you have added it to your modules before running update.php.

PURL (pronounced 'perl') stands for Persistent URL. PURL is an API module -- it is meant to be a helper (and one that does some heavy lifting at that!) for other modules interested in using elements of the page request to sustain information between pages without using a SESSION or other hackish means.

Translation: PURL does absolutely nothing for the end user out of the box without other modules that take advantage of its API.

It is an API module that provides a way for other modules to take advantage of concepts using custom_url_rewrite_outbound() without having to write the complex logic that URL rewriting often requires. An example implementation of this API can be found in the spaces module.

PURL can work with these page request elements:

Pages

Subscribe with RSS Subscribe to RSS - Under active development