AJAX Views

Component type

module

Maintenance status

Development status

Downloads

6237

Component created

Component changed

This module provides a mechanism for a View block to have AJAX based pagination. There are other good modules out there that provide functionality similar to this (one standout that comes to mind is Dynamic Views) but I found that they did not either support paging the way I wanted, or did not provide highly flexible theme support, so I decided to give it a shot myself.

Quick-start:
To use this module:

Educational Block

Component type

module

Categories

Maintenance status

Development status

Downloads

1442

Component created

Component changed

Educational block is a simple way to add tips (displayed in a block) to your node/add pages. You can create separate tips for each content type and simply position a single block on your block administration page. Users can disable the block's appearance per content type.

Sponsored by University of Prince Edward Island's A Living Archives.

On This Day

Component type

module

Categories

Maintenance status

Development status

Downloads

4898

Component created

Component changed

Shows a block and a page of nodes created on this day for past years. Administrators can set how many years back to display nodes. Future versions will add a Views plugin.

As part of #D7CX, On This Day had a full Drupal 7 release on the day that Drupal 7 was released.

Yet Another Gallery Module

Component type

module

Development status

Downloads

1218

Component created

Component changed

This module is still under heavy development, use at your own risk.
Why write something that's a "do it all" instead of integrating few popular modules all in together to bring you both functionality and customization?

This module conflicts with image module.

The following modules are required:

Forum Thread

Component type

module

Categories

Maintenance status

Development status

Downloads

83511

Component created

Component changed

An implementation of a threaded forum view where pages show forum topic and comment titles in a threaded view with many forum topics on a single page. The module also adds two blocks that offer threaded display of the new and active forum topics.

The comment folding portions of this module depend on the following things being true:

jQ

Component type

module

Downloads

21387

Component created

Component changed

*** See #315100: Allow to add JS/CSS libraries (sets of files, settings, and dependent libraries) for the patch to put jQ in core! ***

The jQ module allows other modules to register jQuery plugins in a central repository, and allows administrators of a site to enable or disable specific plugins globally.

The concept behind this module is to create a basic hook structure for jQuery wrapper modules, allowing other modules using these plugins to invoke them in a consistent fashion.

(Drupal 6 version only): You can also simply add new jQuery plugin files in your /plugins or /sites/example.com/plugins directory, and they'll be added to the registry. Then, for example, if you upload jquery.example.js, you could just jq_add('jquery.example'); and you're off. Additionally, if you have a .js and .css file with the same base name there, they'll both be added with the same call. Caveat: if you have two plugins with the same base name, there are no guarantees which will be added to the registry. Better off defining a hook_jq function in that case (see below for information on that).

Kudos to jjeff for his work on the jQuery Plugin Handler (JQP) module that inspired this latest functionality.

File Upload Progress Monitor

Component type

module

Downloads

2366

Component created

Component changed

This module adds support to drupal to display the upload progress as a file is being uploaded. This will display on top of the current ajax uploadbar the message including %uploaded, upload speed and estimated time to upload.

If you are upgrading from an earlier release as of 22 feb - you can undo the patch to upload.js - the new release no longer depends on the patch.

the new release will also display progress information when the form is submitted at the bottom of the form if the form has file attachments.

Quick Tabs

Component type

module

Categories

Maintenance status

Development status

Downloads

581741

Component created

Component changed

The Quick Tabs module allows you to create blocks of tabbed content, specifically views, blocks, nodes* and other quicktabs*. You can create a block on your site containing multiple tabs with corresponding content. Clicking on the tabs makes the corresponding content display instantly, using jQuery. With the 6.x-2.x branch, this can be done in either ajax or non-ajax mode: