Recently Viewed

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Description

The module tracks recently viewed nodes for both anonymous and authenticated users.
It provides an API function for others to get a list of recently viewed items and also defines a configurable recently viewed items block. You might want to make use of the recently_viewed_views submodule which provides a customised default View to benefit the endless flexibility of Views.

Searchsense

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Description

A module suite providing extensible, configurable and fast typeahead ability for the core search. Also it might be used as an API.

Disclaimer

This module is in an early development stage, It is not intended to be used in production.

Edit Limit

Component type

module

Maintenance status

Development status

Downloads

12540

Component created

Component changed

Edit Limits adds certain limits to editing nodes and comments. This can set the number of times a node can be edit. This can also set a time frame for nodes to be edited, as well as a different time frame that comments can be edited.

Limits on nodes can be combined, so that a node can only be edit a set number of times or within the time frame.

Vote

Component type

module

Maintenance status

Development status

Component created

Component changed

Description

Vote defines a new entity type (vote). Votes can be cast on ANY entity type that "your drupal" knows (even on "vote" itself).

Vote provides "functions" and "voting types":

A function basically provides a handler which defines how and where a function stores its result values. Each function can have its own db table to store the results in order to allow more complex functions to break the INTEGER barrier which the default result table uses for its results.

Arbitrary Content

Component type

module

Categories

Maintenance status

Development status

Downloads

1439

Component created

Component changed

Arbitrary Content is a module that allows users to create and manage small pieces of structured content that can be exposed as blocks or pages. These content elements are created by defining a set of fields (textfield, textarea or filefield-like in nature, although the module does not use CCK for these fields) and the associated content.

Single blog

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Drupal comes with the blog module, which creates multi-user blogs, one for each user and one aggregate blog. But many websites only need a single blog.

The "single blog" module re-creates some of the functionality of the blog module, but re-purposed for a single blog that uses Drupal’s default article content type.