Equal Heights jQuery

Component type

module

Maintenance status

Development status

Downloads

20603

Component created

Component changed

This module implements a jQuery Equal Heights plugin that can equalize the height of the elements of the specified class.

To use it, give the elements the same class, then go to the administration interface and add this class (separate multiple classes by a space). By default, it sets the height to the height of the tallest element but you can also specify minimum and maximum height.

Ubercart Views

Component type

module

Categories

Maintenance status

Development status

Downloads

54173

Component created

Component changed

This module provides a collection of standard views (http://drupal.org/project/views) for the Ubercart webshop module (http://drupal.org/project/ubercart).

It also describes some of the Ubercart data tables to views, so you can create your own views, based on these data using the views_ui.

If you have some killer views, not included in this module, please don't be shy - share them with us :-)

QueryPath

Component type

module

Maintenance status

Development status

Downloads

74267

Component created

Component changed

QueryPath is a library for searching and manipulating HTML and XML documents. It's like jQuery for PHP. See http://querypath.org for more information.

Here's a screencast that shows what you can do with QueryPath and Drupal.

This module provides three things:

Gamabhana

Component type

module

Categories

Maintenance status

Development status

Downloads

5824

Component created

Component changed

Need for phonetic editing has its roots in different keyboard layouts developed and used by different users and multiple fonts which in combination failed to produce unique easy to use compatible typing/editing solution. The problem is more in the area of software solutions being developed for different Indic Languages. Web based Direct editing or phonetic editing is an implementation which allows user to type in the context using phonetic key patterns across different keyboards, browsers and different Indic scripts.

What is gamabhana?

Charts and Graphs

Component type

module

Maintenance status

Development status

Downloads

44715

Component created

Component changed

Charts and Graphs is an API for developers. It can easily be extended by third-party modules that want to add their own charting implementations. It does nothing by itself. It should only be installed if some other module requires it.

File ban

Component type

module

Categories

Maintenance status

Development status

Downloads

1116

Component created

Component changed

File ban module allows site administrators to ban (and unban) particular files from being uploaded by users. The file ban list consists of SHA-256 hashes which are used to uniquely identify files.

When a file is added to the ban list, it is copied to a new file object in the private file system for archival purposes (e.g. determining which files have been banned).

Views Bulk Operations module is required to provide the file management user interface.

CCK Taxonomy Subset

Component type

module

Maintenance status

Development status

Downloads

6297

Component created

Component changed

This CCK field allows a filtering of the selectable terms for a matching vocabulary displayed in the taxonomy select combo box in a node create/edit form. This allows a single vocabulary to be used across a number of node types. It is used to restrict the terms associated with a node type. Subsets can be overlapping. A single selection will force that term to be associated with the node type and the selection will not be displayed. Typically the term will be the node type's name.

Authenticated User Page Caching (Authcache)

Component type

module

Maintenance status

Development status

Downloads

79145

Component created

Component changed

The Authcache module offers page caching for both anonymous users and logged-in authenticated users. This allows Drupal/PHP to only spend 1-2 milliseconds serving pages, greatly reducing server resources.

Please note that enabling authenticated user caching will require modifying how your user-customized content displays on your pages. You should be an experienced Drupal developer if you choose to implement the full functionality of this module.