Conference

Component type

module

Categories

Maintenance status

Development status

Downloads

9365

Component created

Component changed

The conference module allows you to organize conferences with Drupal.

Similar, active projects

This module is not actively maintained.

People interested in a currently maintained solution with similar features should consider the Conference Organizing Distribution.

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.

Filter Default

Component type

module

Categories

Maintenance status

Development status

Downloads

6736

Component created

Component changed

The Filter Default module allows you to assign a default input format for new nodes and comments for each role on your site. It adds a 'Defaults' tab to the Administer > Site configuration > Input formats page on which you can manage the assignments.

Drupal 6 users should take a look at Better Formats module, which covers more ground than Filter Default.

Note: This functionality will be built into Drupal 7, so Filter Default will not be maintained beyond Drupal 6.

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.

Submit Again

Component type

module

Categories

Maintenance status

Development status

Downloads

7951

Component created

Component changed

Submit Again can re-route users immediately back to node/add/xxx pages after they have submitted a node. It can be turned on for each content type and is off by default. It includes a theme function to control whether or not a status message is displayed to alert users of the location of their recently submitted posts.

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!

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.

CCK Wizard

Component type

module

Maintenance status

Development status

Downloads

1649

Component created

Component changed

This module breaks up long CCK forms across several pages by providing a new field that you can selectively add to any existing content type. Given a weight, this field behaves as a page-break right where you want the next/previous buttons to appear so that users can navigate between long form pages.

Membership list

Component type

module

Categories

Maintenance status

Development status

Downloads

2466

Component created

Component changed

This module provides fairly minimal functionality for maintaining a membership list.

Users with serious need should look at CiviCRM instead.

This module will not have a direct upgrade path to 6.x from 5.x. I am attempting to re-implement it based on Features module + CCK and Views.