Links Block

Component type

module

Categories

Maintenance status

Development status

Downloads

4098

Component created

Component changed

Publishes a block containing all the usual "links" produced by all hook_link implementations on the system. This typically includes the 'Add new comment' link, as well as links to any files attached using the Upload module.

NB: This module does *not* extract internal/external links in the content of the node, but rather the "node links" associated with the node itself.

Session Restore

Component type

module

Maintenance status

Development status

Downloads

3803

Component created

Component changed

The session restore module allows sessions (which are stored in a separate table) to be restored upon login.

Example use case: The quiz module stores data related to an ongoing quiz in the user's session. The session restore module keeps track of this session in its own table. If the user logs out or is timed out (for e.g., with the autologout module), the session restore module restores the last saved session the next time he/she logs in. In other words, the user is able to continue the same quiz from the same point the next time he/she logs in.

Top Node

Component type

module

Categories

Maintenance status

Development status

Downloads

2191

Component created

Component changed

Top Node provides a Views display type called 'node page' that displays a single node, using the same code that the node module does on that node's own default page.

This lets you use Views to set up pointer URLs like http://example.com/random or http://example.com/latest-comic that always show the first node from a view's results, complete with breadcrumb trails, comments and the comment form, menu tabs and subtabs, etc.

User Visits

Component type

module

Maintenance status

Development status

Downloads

17509

Component created

Component changed

The user Visits module tracks visits and referer from other users on a user's profile page.
It displays the latest visitors on a user's profile page and provides two blocks one with the latest visitors on a user's profile page and one with the latest visitors on own profile page.

See User Visits Advanced for additional functionality.

User Activity

Component type

module

Maintenance status

Development status

Downloads

7714

Component created

Component changed

The User Activity module calculates an activity index based on a user's logins, page impressions, created nodes and comments.
The weight for each value is adjustable by an administrator.
It provides an activity-o-meter on the user's profile page, a block with the most active users and an overview page of users sorted by activity.

Mediafield Display

Component type

module

Maintenance status

Development status

Downloads

1881

Component created

Component changed

Provides display handlers for the Media Field audio field and external audio files.

When enabled, this module enables display alternatives for audio fields provided by Media Field, and external link fields pointing to audio files. These options are available in CCK field display administration and also in Views field configuration.

Editable Fields

Component type

module

Maintenance status

Development status

Downloads

87450

Component created

Component changed

This module allows fields to be edited on a node's display (e.g. at node/123), not just on the node edit pages (e.g. node/123/edit). It also works within views, etc. Anywhere a 'formatter' can be selected, you can select editable (or click to edit).

CCK Fieldgroup Tabs

Component type

module

Maintenance status

Development status

Downloads

37128

Component created

Component changed

For Drupal 7, see the Field group module, which includes tabs support.

Display CCK fieldgroups in tabs. Enables splitting up content onto tabs in both editing and display.

Requires Tabs module as well as Content and Fieldgroup modules, part of CCK. For Drupal 5.x, Tabs module is part of Javascript Tools. For Drupal 6.x, Tabs is a separate module.