module
Downloads: 2013
created - / changed -

You can read more about the original, and ongoing, inspirations behind this module at Embedding RPGs into Drupal.

module
Categories: Community
Maintenance status: Actively maintained
Development status: Under active development
Downloads: 4775
created - / changed -

Creates a gradebook per organic group and restricts viewing grades by group membership.

module
Maintenance status: Actively maintained
Development status: Maintenance fixes only
Downloads: 22556
created - / changed -

This module provides an extension to the builtin checkboxes element that allows developers add "check all" / "toggle" / "uncheck all" actions to them. This is specially useful for checkboxes that have a lot of elements.

Please note that Drupal 6 already has this feature available, but only for checkboxes rendered in tables, such as those used in Administration -> Content management -> Content. Checkboxes rendered elsewhere do not have this feature.

You may need to install this module when required/recommended by another contributed module, and/or you may wish to use it to enhance your own custom modules.

  • For Site Administrators - New option for checkboxes implemented by CCK Widgets

    If you use checkboxes implemented by CCK optionwidgets, node reference, user reference or content taxonomy options, then a new option in the field settings form is available to enable the Checkall feature for those widgets.

  • For Developers - Simple Usage

    To attach the checkall behavior to checkboxes elements, all you need to do is add the '#checkall' property to them. You can do so for your own forms, or you can implement hook_alter_form() to add this property to existing forms. Example:

    $form['foobar'] = array(
      '#type' => 'checkboxes',
      '#options' => $options,
      '#default_value' => $default_value,
      '#checkall' => TRUE,  // <--- this is it ;-)
    );
    
module
Categories: Search, Views
Maintenance status: Unsupported
Development status: No further development
Downloads: 5092
created - / changed -

The views_fastsearch module provides a faster functionally equivalent alternative to the views "Search: Index" filter. This search is considerably faster (than the search in views_search.inc), supports OR terms, exception terms, and sorting by score.

  1. It is noticeably faster - 5-20x faster
  2. defaults to AND terms, but supports the OR keyword
  3. implements exception terms using the – prefix (i.e., “global warming –ocean” searches for nodes that include “global” and "warming" but do not include “ocean”)
  4. implements a sort by the search word score, when there are multiple terms, it sums them up – this presents results where the search words are in the title or header tags higher up in the list

This module was the proof of concept of a solution using alternative search SQL that made it into 6.x core. The 6.x implementation is different (better) than this one, but both provide similar speed enhancements. The primary difference is that the 6.x implementation offers better query term support.

Please read the release notes AND install this patch #143888.

See also the contrib module vfs_ranking_nodetype packaged views_fastsearch, for an example of how to write a hook_search_ranking to extend the scoring factors used in the search results. See also #145242.

module
Categories: (нет)
Downloads: 11691
created - / changed -

This module allows you or your users to automatically crosspost entries to a LiveJournal account.

module
Categories: (нет)
Maintenance status: Actively maintained
Development status: Under active development
Downloads: 1544192
created - / changed -

The Drush project has moved to Github.

module
Categories: Developer
Downloads: 1022
created - / changed -

fQuery is a PHP tool to help you deal with Drupal Form API arrays. Inspired by the jQuery library, it lets you find form elements using a simple and intuitive selector scheme, based on CSS.

module
Downloads: 7227
created - / changed -

The main googleajaxsearch module allows you to add inline searches over a number of Google services (Web Search, Local Search, Video Search, Blog Search, and News Search).

module
Categories: Community
Maintenance status: Unsupported
Downloads: 1564
created - / changed -

RSJ Promise is one module being developed by the journalism graduate program at UNR's Reynolds School of Journalism with a focus on improving environmental journalism by increasing engagement with the reader. RSJ Promise was inspired by PledgeBank, but is designed to be more effective for smaller geographic areas.

module
Downloads: 2220
created - / changed -

Security: This module is considered insecure by Drupal security team and all of it's releases have been unpublished. You are strongly encouraged to disable the module on your site.

Note: As of 2009/07/22, this module appears to no longer be supported. If you are interested in taking this module over, or you as the module maintainer feel this message has been posted in error, please reply to http://drupal.org/node/474678.

Browse your nodes easily. Now you can easily create directory like DMOZ or like any other for free.
In order to build link directory it is recommended to use it together with Node Link module.

module
Maintenance status: Unsupported
Development status: Obsolete
Downloads: 5352
created - / changed -

CiviCRM Active User is a simple module that adds a user to a CiviCRM group upon Drupal login.

This was originally developed primarily to support a double opt-in check when using CiviMail. Not only must the user sign up for a CiviCRM group, they must use their Drupal login by signing in at least once.

In 6.x, now that double opt-in is a default CiviCRM feature, this module would be more useful if they were a way to segment the users into groups by user role. A patch is welcome for this, see #155824: Assign Drupal users to different CiviCRM groups based on current Drupal user role(s).

module
Categories: Utility
Downloads: 1082
created - / changed -

As of the Drupal 6 release, this module is no longer supported. If you would like to take over maintenance, please contact the author

Drupal 5.0 will include the fab JavaScript library jQuery. But where does that leave us poor slobs who need to develop on 4.7? Out in the cold, that's where. Sadly, Drupal 4.7's own JavaScript package conflicts with jQuery in a number of places, preventing easy including of the jQuery library in contributed modules.

Enter jquery47, a slightly hacked version of jQuery, compatible with Drupal's own JS files. By invoking jquery47_add_js('path/to/your/file.js') you can reap the benefits of jQuery while wrapped warmly in the bosom of Drupal 4.7

module
Downloads: 5138
created - / changed -

Amberjack (http://amberjack.org/) is a lightweight Open Source library, enabling webmasters to create cool site tours.

module
Categories: Content Display
Downloads: 934
created - / changed -

This module creates a slideshow with smooth cross-fading effects of images belonging to a chosen term.
The teaser of the image-node is faded in and out at the border of the slideshow-box.

module
Maintenance status: Actively maintained
Development status: Under active development
Downloads: 6412
created - / changed -

This module allows users to type Vietnamese characters while creating or editing Drupal nodes or setting the site name or menu names or taxonomy names, etc. The module creates a block, in which there are options of several Vietnamese input method. This block should be automatically turned on. It is set by default to appear only in the editing mode, i.e. when you add a node, edit a node, or edit something in admin panel. To modify this configuration, go to admin/block and change the block's configuration.

module
Downloads: 1131
created - / changed -

Node History is a replacement for the revision list built into the node module.

module
Downloads: 625
created - / changed -

This module adds JavaScript to your $footer to be added to the bottom of all your Drupal pages.

module
Categories: User Management
Maintenance status: Unsupported
Development status: No further development
Downloads: 9029
created - / changed -

This module is no longer supported. Co-maintainer requests will not be accepted.

The Site User List module displays a sortable and searchable list of all the users on the site based off of their profile.module fields.

module
Downloads: 1432
created - / changed -

tlc.module is discontinued and will no longer be supported.

module
Categories: Theme Enhancements
Maintenance status: Actively maintained
Development status: Under active development
Downloads: 4870
created - / changed -

Modifies the Search box on a site to display with rounded corners. The Search box is rendered like this in all browsers, in the style that Safari uses for search boxes.