Atrium Leads

Component type

module

Maintenance status

Development status

Downloads

1524

Component created

Component changed

Atrium Leads is a simple Open Atrium feature that provides a "Business Lead" content type.

This can be used for keeping track of the status of any kind of business lead, ie. potential clients, RFPs, job offers, or even for tracking candidates for hire.

It offers a simple content type with fields for Description, Link, Contact Information, Keywords, and Status (New, Contacted, In progress, Closed, Abandoned).

It also provides views for navigating through leads by status and tag. Everything is based in Views and CCK so further customization is possible.

FileField Sources Disable Upload

Component type

module

Maintenance status

Development status

Downloads

1887

Component created

Component changed

As suggested in #879902: Disable upload widget for special cases, in some cases it's necessary to disable the upload widget in file fields—for example, to force users to upload using a certain content type and just reference files from a different content type. This module allows just that. It's still a bit rough around the edges, but it works.

User Goals

Component type

module

Categories

Maintenance status

Downloads

498

Component created

Component changed

Allow users to setup a personal goal to display in their profile and/or author pane.

Privatemsg Bulkmail

Component type

module

Maintenance status

Development status

Downloads

2150

Component created

Component changed

The Privatemsg Bulkmail module is intended for site administrators who want to send out an identical private message to a large user base (100.000 users and more). An example use case would be an internal notification to all registered users through a private message.

This module requires the amazing Privatemsg module.

Book chapters

Component type

module

Categories

Maintenance status

Development status

Downloads

3495

Component created

Component changed

Add automatic and dynamic numbering to book node titles.

1 First chapter
  1.1 Subchapter I
  1.2 Subchapter II
    1.2.1 Yet another level I
    1.2.2 Yet another level II
  1.3 Subchapter III
  1.4 Subchapter IV
2 Second chapter
3 Third chapter
  3.1 Subchapter I
  3.2 Subchapter II

This module will not modify database in any way but adds numbering only when loading node titles to be viewed.

SysVar AJAX Saver

Component type

module

Categories

Maintenance status

Development status

Downloads

817

Component created

Component changed

Save any form element values as system variable with AJAX.

About

  • The module can be used by other developers.
  • Activate the module only if it is used by other modules.

Usage

It's very easy.

Extend a form element with '#ajax' and define 'svas_save' as callback function.

The name of the form element is the name of the system variable that is stored.

For an usage example please take a look at the module included doxygen documentation.

Nodequeue publisher

Component type

module

Categories

Maintenance status

Development status

Downloads

1558

Component created

Component changed

This is a really simple module that allows you to add publishing options to a nodequeue. With this module you can publish nodes from a nodequeue to some schedule.

If you want to:

  • Publish content from a nodequeue every day.
  • Publish content from a nodequeue every hour, but only on Thursdays.
  • Publish content from a nodequeue at some interval, optionally on specific days.

Then you should be interested in this module.