Comment Display

Component type

module

Maintenance status

Development status

Downloads

4561

Component created

Component changed

Prevents rendering of comments inside of nodes and provides them as separate page element instead.

With this module, you can place the $comments variable anywhere in your page.tpl.php. However, if you do not output $comments in your template, no comments will be rendered at all.

Fivestar Extra

Component type

module

Maintenance status

Development status

Downloads

11304

Component created

Component changed

Fivestar Extra extends the Fivestar module to enable the rating of comments and users.

For rating comments, a little rating widget will appear above or below the comment body.

For rating users, a rating widget appears on the user page.

Both ratings widgets are configurable to much the same extent as Fivestar itself.

Queue Mail

Component type

module

Maintenance status

Development status

Downloads

20563

Component created

Component changed

Queues email sending from your site so that instead of being sent immediately it is sent on cron or via some other queue processor.

Useful for high traffic sites that can send a lot of emails on individual page requests.

Killfile

Component type

module

Maintenance status

Development status

Downloads

5938

Component created

Component changed

Provides soft-deletion/trash bin functionality for Drupal. Content is "killfiled" instead of deleted outright, and can be retained for a configurable span of time before being permanently purged. All this is opaque to end-users as all killfiled content is pervasively hidden from them, but administrators can access and restore killfiled content when necessary.

Views Custom Field

Component type

module

Categories

Maintenance status

Development status

Downloads

70379

Component created

Component changed

This module provides some useful (views)fields.

Drupal 7

Now that the Views module has incorporated the rownumber and markup fields, only the PHP field is left for this module. I started a new project called Views PHP. It also includes support for PHP filters and sorts.

Drupal 6

Available (views)fields:

Book Copy

Component type

module

Categories

Maintenance status

Development status

Downloads

9651

Component created

Component changed

The Book Copy module allows users to copy complete books or subtrees of books.

When books are copied the user initiating the copy will be the node author of all book sub-pages. This will allow the user to adjust content to their purpose while keeping the initial content unedited.

7.x-2.x

Screencast walking through how you can use Book Copy, as well as all its integration points.

Formatted Number

Component type

module

Maintenance status

Development status

Downloads

30363

Component created

Component changed

Overview

The Formatted Number module defines numeric types where thousands separator and decimal point are inherited from the Format Number API module.

Numeric types supported: signed or unsigned integers (tiny, small, medium, int), decimal and float.

Builtin integration support for: Views, Diff, Token.

Search Engine Referer API

Component type

module

Categories

Maintenance status

Development status

Downloads

2032

Component created

Component changed

The Search Engine Referer API module is indented to be used by other modules, in blocks or themes to provide targeted content to users who come from search engines.

This module provides a function to retrieve information on the search performed by a user who comes from one of the supported search engines. The function serapi_get_search() returns an array containing the referring URL, the extracted search string and an array with the search keyword(s).