Модули
You can read more about the original, and ongoing, inspirations behind this module at Embedding RPGs into Drupal.
Creates a gradebook per organic group and restricts viewing grades by group membership.
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 ;-) );
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.
- It is noticeably faster - 5-20x faster
- defaults to AND terms, but supports the OR keyword
- implements exception terms using the – prefix (i.e., “global warming –ocean†searches for nodes that include “global†and "warming" but do not include “oceanâ€)
- 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.
This module allows you or your users to automatically crosspost entries to a LiveJournal account.
The Drush project has moved to Github.
- Use our Github project for contributing code, or reporting bugs, or requesting features.
- Please ask support questions on Drupal Answers.
- Please see the Migration wiki page for more information.
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.
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).
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.
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.
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).
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
Amberjack (http://amberjack.org/) is a lightweight Open Source library, enabling webmasters to create cool site tours.
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.
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.
Node History is a replacement for the revision list built into the node module.
This module adds JavaScript to your $footer to be added to the bottom of all your Drupal pages.
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.
tlc.module is discontinued and will no longer be supported.
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.
