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.

Debut Forum

Component type

module

Maintenance status

Development status

Downloads

9147

Component created

Component changed

Part of the Debut features set, Debut Forum integrates the core Forum and contributed Advanced Forum modules.

Like all Debut features, Debut Forum can be integrated either as a stand-alone feature to quickly add forum functionality to any Drupal site or as part of a Drupal distribution. Debut Forum is used in the Open Outreach Drupal distribution aimed at nonprofits.

Installing

You have two options for installing Debut Forum:

  • Debut Forum is used in the Open Outreach Drupal distribution aimed at nonprofits, so you can install it as part of Open Outreach.
  • Install manually along with the dependencies listed below.

Includes:

  • User permissions.

D&D Character

Component type

module

Maintenance status

Development status

Downloads

2568

Component created

Component changed

Project update

I have been involved in D&D Next playtesting, and have decided to begin a new version of this module to support the new version of D&D. I have also made the decision to move away from being Features-based (see an issue below) in the process. Fear not, as I plan to build an upgrade path to move 1.x (D&D 3.x) characters to 2.x (D&D Next). Ambitious, maybe, but necessary.

Drupal core (JohnAlbin edition)

Component type

module

Maintenance status

Development status

Component created

Component changed

Clone of Drupal core containing core patches in progress.

Branch names will follow this naming convention:

[issue]-[short-description]
or (when patching a previous version of Drupal):
[issue]-d[core]-[short-description]

So for example:
520106-dynamic-menu-path
575757-d6-custom-menu-go-kaboom

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.