Модули
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.
Note: As of 2011/06/02, 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 #992652: Portal module appears to be abandoned.
Allows the creation of special Resource Pages that aggregate content both locally and from several 3rd party services and presents the content in an attractive format.
Flatcomments is a very small module that allows you to force comments to always be replies to the node regardless of the reply link used.
The comments are not just displayed flat, but also stored in this way, making edits with for example comment_mover more intuitive.
If you delete comment, all of it's replies are deleted as well. This is an issue especially when you are displaying your comments as a flat list because you can not see if a comment has any replies causing the deletion of more than the single comment you intended.
As this is unintuitive for the user that does not realize they are replying to a specific comment when you are displaying them as a flat list.
Flatcomment fixes these issues.
Update: For Drupal 8 please use the redirect module. This project is deprecated for D8
What?
GlobalRedirect is a simple module which…
- Checks the current URL for an alias and does a 301 redirect to it if it is not being used.
- Checks the current URL for a trailing slash, removes it if present and repeats check 1 with the new request.
- Checks if the current URL is the same as the
site_frontpageand redirects to the frontpage if there is a match. - Checks if the Clean URLs feature is enabled and then checks the current URL is being accessed using the clean method rather than the 'unclean' method.
- Checks access to the URL. If the user does not have access to the path, then no redirects are done. This helps avoid exposing private aliased node's.
- Make sure the case of the URL being accessed is the same as the one set by the author/administrator. For example, if you set the alias "articles/cake-making" to node/123, then the user can access the alias with any combination of case.
- Most of the above options are configurable in the settings page. In Drupal 5 you can access this after enabling the
globalredirect_adminmodule. In Drupal 6, the settings page is bundled into the module.
The Query Exporter For JasperReports is a combination of a Drupal module (query_export.module) and a Java library that lets you seamlessly export data from Drupal into JasperReports tools like iRep
GeoRSS can be used to make RSS feeds location aware.
UPGRADE for 6.x - This module will not be upgraded to to 6.x because you can accomplish something similar with Views 2 already built in, read this.
The views_alpha_pager is a simple module that implements an alphabet pager (A B C) instead of a numeric pager (1 2 3) for views. This module relies upon a reasonable alpha sort order defined in the view. When one is not defined, it reverts to the numeric pager.
-- SUMMARY --
Encrypted Text provides the ability to store encrypted text field values.
Note: As of 2009/07/24, this module appears to no longer be supported. If you are interested in a module with similar functionalities, you can check Advanced Blog; if you as the module maintainer feel this message has been posted in error, please reply to #432248: Blog Add-ons, Blog Information, and Blogger seem abandoned.
Blogger module used for:
1. Display list of bloggers. You can limit how many bloggers displayed.
2. Display number of written blogs or not, i.e: Samuel (5), Linda (4), etc.
3. A "read more link" to show all bloggers with pagination support and their latest blog.
4. You can choose selected case formats: Upper, Small, or Wordcase.
5. Order by: none, name, blogs count, date and random.
6. Support Avatar on block and page.
7. You can set avatar size: original, width x height, keep aspect ratio.
The user_autorole module allows the administrator to specify additional roles to be automatically assigned to new users upon registration.
Provides an administrative interface for managing content in moderation.
Allows you to preview content, as well as approve or deny, and send messages to the author informing them of your choice.
This module will not have a Drupal 7 version as more advanced and better modules exist. I suggest Service Links, Tweetbutton or FB Social integration
Czech & Slovak social networks is module which displays links to add current displayed node to Czech and Slovak social networks such as: Jagg.cz, Linkuj.cz, Asdf.sk.
Description
-----------
This module create a block for helping users to :
Warning:
Future versions of this module have been renamed to Javascript Timer module
The Countdown Timer module provides a timer implemented through javascript which gives you a countdown (second-by-second) to a certain date and time in the future.
This module provides a field type for CCK in D6 and Fields in D7. It provides a table with fields in each cell.
This module displays a chart for a given stock market ticker symbol.
IMCE is an image/file uploader and browser that supports personal directories and quota.
