Flickrstickr

Component type

module

Maintenance status

Development status

Downloads

1285

Component created

Component changed

This module is an AJAX based solution to easily insert your Flickr photos into your posts.
It displays Flickr photos as thumbnails in a bar across the bottom of your node post form. Clicking on the thumbnail of a photo you want to use will then automatically insert the proper HTML snippet into your post. If you have tinyMCE enabled on a textarea you can click and drag an image into the textarea.

Javascript Tools

Component type

module

Maintenance status

Development status

Downloads

52303

Component created

Component changed

Javascript Tools provides a common set of methods extending those available in Drupal core (drupal.js) for Javascript and AJAX module development in Drupal.

Note: you should not install this module for Drupal 6 unless it is required by another module.

Note: As of Oct. 20, 2009, the 5.x version is no longer supported.

Prior to Drupal 6, Javascript Tools included an integrated set of Javascript and AJAX modules. For Drupal 6, modules previously part of Javascript Tools now have the following separate projects:

Active menus, http://drupal.org/project/activemenu (requires Javascript Tools 6)
Collapsiblock, http://drupal.org/project/collapsiblock (requires Javascript Tools 6)
Tabs: http://drupal.org/project/tabs
Active edit, http://drupal.org/project/activeedit (prototype only as yet, not usable)
Ajax submit, http://drupal.org/project/ajaxsubmit

Install Javascript Tools 6 only if you use Active menus or Collapsiblock or another module that requires it.

IMAP Auth

Component type

module

Maintenance status

Development status

Downloads

7624

Component created

Component changed

This module provides Drupal user authentication using an IMAP, POP, or NNTP server as the backend. The site administrator can choose which servers can be used for authentication, or enable all servers.

Slideshow

Component type

module

Maintenance status

Development status

Downloads

29669

Component created

Component changed

The slideshow transforms images attached to a post into a JavaScript enabled slideshow. Any post can have a slideshow. The slideshow can be placed above, below or within the content of the page.

Minutes

Component type

module

Categories

Maintenance status

Development status

Downloads

3189

Component created

Component changed

This module is no longer supported, and will no longer be developed. No co-maintainer requests will be accepted.

The Minutes module allows you to attach minutes to events.

Cafepress Shop-front Integration

Component type

module

Maintenance status

Development status

Downloads

5828

Component created

Component changed

Overview

This module displays items from a Cafepress Shop in your own Drupal website. It can also display a block with a randomly chosen item, optionally provide a link to the item as well as the shop and the sell your own stuff affiliate program.

Status

Drupal 5 All dev work is being done in the Drupal 6 branch, and I have no plans to backport any changes to Drupal 5.

Frequently Asked Questions

Component type

module

Maintenance status

Development status

Downloads

283056

Component created

Component changed

The Frequently Asked Questions (faq) module allows users, with appropriate permissions, to create question and answer pairs which they want displayed on the 'faq' page. The 'faq' page is automatically generated from the FAQ nodes configured. Basic Views layouts are also provided and can be customised via the Views UI (rather than via the module settings page).

Taxonomy Breadcrumb

Component type

module

Maintenance status

Development status

Downloads

58584

Component created

Component changed

The taxonomy_breadcrumb module generates taxonomy based breadcrumbs on node pages and taxonomy/term pages. This module fixes the common complaint of having "Home" be the only breadcrumb on node pages. The breadcrumb trail takes on the form:

    [HOME] >> [VOCABULARY] >> TERM >> [TERM] ...

Simply install the module and taxonomy based breadcrumbs will appear on node pages and taxonomy/term pages. For the most common applications this module will work "out of the box" and no further configuration is necessary. If customization is desired settings can be changed on an administration page.

Helpers

Component type

module

Maintenance status

Development status

Downloads

12743

Component created

Component changed

Helpers is a library, or toolbox, with lots of very useful functions that help you build your modules and sites with joy. It is actually six modules in a single package; you may enable only the parts you need.

A helper would, for example be: number_to_currency(), or distance_of_time_in_words(). Or of course something like select_year(), or even select_country().