Autoresponder

Component type

module

Categories

Maintenance status

Development status

Downloads

6622

Component created

Component changed

The autoresponder module allow a site visitor to sign up for a series of emails sent each day via a cron job (uses Drupal Cron).

A site visitor wants to sign up for a N-day series of emails. In a block, he enters his email address, select
a preferable set of emails and clicks submit. Any emails in the system set to 'Day 0' are immediately sent. Each day thereafter, a cron job triggers the sending of emails appropriate for that day (the day user is on). If at any point the user wishes to unsubscribe, he can click a simple link at the bottom of the email to do so.

Custom Pagers

Component type

module

Categories

Maintenance status

Development status

Downloads

73123

Component created

Component changed

Custom Pagers allows administrators to define context-sensitive previous/next pagers for any node type. The list of nodes to be cycled through is generated by a user-selectable view, and each pager can be displayed above or below the node body or in a sidebar block. This makes it possible to duplicate the paging functions of forum.module and book.module, as well as more complex stuff like comic strip navigation. Requires token.module and views.module.

Web File Manager

Component type

module

Categories

Maintenance status

Development status

Downloads

81898

Component created

Component changed

The WebFM module presents a paradigm shift in file management for Drupal. This file manager is based on a hierarchical directory structure unlike the traditional flat filesystem used to date. WebFM uses AJAX to allow administrators to arrange files on the server in the same way they do with file managers on their personal systems. This ability to hierarchically arrange files improves the manageability of large collections of documents.

Private

Component type

module

Maintenance status

Development status

Downloads

19971

Component created

Component changed

Private is a very simple node access module that gives each node a 'private' checkbox. If it's set, the node can only be seen by the node author, or users with the 'access private content' permission. The module is particularly recommended for simpler sites, for example to create a members-only area.

The module includes per-content type defaults, actions integration and views integration.

The maintainer is out of contact for much of Dec 2017/Jan 2018 but this project is not abandoned!

Contact Link

Component type

module

Maintenance status

Development status

Downloads

7653

Component created

Component changed

Contactlink provides a "contact the author" link for nodes and comments. Admins can choose which content types to display the links for.

Links will show up only for node or comment authors who have chosen to be contactable via their contact forms.

Requires contact.module. Initial development sponsored by CivicSpace.

CacheExclude

Component type

module

Maintenance status

Development status

Downloads

67689

Component created

Component changed

This module provides a simple way to exclude certain pages from being cached. Sometimes you want all pages to be cached for anonymous users except for one or two pages that have dynamic or random or rotating content. If those pages are cached, the dynamic parts cease to be dynamic. This module allows an administrator to selectively exclude certain paths from being cached so that dynamic content is actually dynamic.

Version 2 supports semi-regex path matching similar to the blocks page.

Hovertips and Clicktips

Component type

module

Categories

Maintenance status

Development status

Downloads

8720

Component created

Component changed

This module enables two kinds of tooltips. "Hovertips" appear when the mouse hovers over a target, while "clicktips" appear when the mouse clicks on a target. It uses the Hovertip plugin for jQuery (blog post) to work the magic. This module does little more than include that plugin.

User Vote

Component type

module

Categories

Maintenance status

Development status

Downloads

1073

Component created

Component changed

Allows users to rate other users. Each user's rating (the voting results) is displayed on his or her user page.

Currently, there is no explicit voting functionality. A vote can only be cast by calling the API function uservote_set_user_rating(). The API is as follows:

uservote_set_user_rating($user, $vote)
Rate a user.
uservote_get_user_results($user)
Gets a user's voting results from the cache/database.

Notes: