Node Images

Component type

module

Categories

Downloads

16985

Component created

Component changed

Adds an Images tab to the node page, allowing users to add images to the node using the upload.module. Images may be displayed as thumbnails in the node view, below the node body or in a custom position set in the node.tpl.php template. All images are available in a gallery page, on a Polaroid style.
Note: Images are not saved as nodes. When a node is deleted, all associated images are deleted too.

User Quota

Component type

module

Categories

Maintenance status

Development status

Downloads

3101

Component created

Component changed

User Quota provides a system of limiting users to create a certain number of nodes of a certain type. The framework keeps track of the history where users may have gained (or lost) a specific limit. If a user does not have a quota for a content type then they can create as many of that item as they want (as long as their roles allow it).

MicroID

Component type

module

Downloads

4448

Component created

Component changed

The MicroID Module - Dynamicly generates a MicroID hash from a node authors email and the URL of the node. This module currently uses version 0.3 of the MicroID Spec. The module generates some JavaScript that attaches a class to each node with the unique MicroID for that node. It also add's a metatag to the header of each node view.

Revision Deletion

Component type

module

Maintenance status

Development status

Downloads

21570

Component created

Component changed

This modules enables the ability to mass delete aging node revisions. Possible settings include node type, the age of node revision before being deleted, along with a cron frequency setting. The revisions may be deleted after review on an administer page as well. This module will NEVER delete the current revision of a node, nor will it allow you to do so.

Localizer

Component type

module

Downloads

21072

Component created

Component changed

Description

The Localizer module extends Drupal's ability to handle human languages. It provides control over a site's user interface language, the ability to enter and control content in multiple languages, and the ability to display the correct language content needed. The module has been designed so that only the features needed for a particular site need be implemented.

Localizer allows translation of the following system objects:

Node approval

Component type

module

Downloads

1619

Component created

Component changed

This module addresses a specific workflow for publishing nodes where nodes are to be created in published, unmoderated form, but approved by an administrator at a later time. It provides three extra tabs on the admin/node page; approved, disapproved, not yet moderated.

The controls on these three new pages allow you to approve, disapprove, edit or delete nodes.

Wishlist

The module does not yet do these things, which might be useful to some people:

Comment approval

Component type

module

Downloads

2909

Component created

Component changed

This module addresses a specific workflow need where comments are to be written in a published and unmoderated state, appearing immediately on the website, but should be available for approval or disapproval later. To achieve this, three new sub-menu items are added to the admin/comments screen; "approved", "disapproved" and "not yet moderated". From those three new screens, administrators can approve, disapprove, edit, or delete comments.

widgEditor - A WYSIWYG editor

Component type

module

Downloads

13880

Component created

Component changed

Description

widgEditor is an easily installed, easily customizable WYSIWYG editor for simple content. It replaces node, comment and other specified textareas with an improved editing pane using JavaScript, therefore if you don't have JavaScript (or your browser doesn't support HTML editing) it degrades gracefully.

Live

Component type

module

Downloads

7425

Component created

Component changed

Introduces live previews and other interactive features into a Drupal site, using Ajax(from jQuery). Uses secure methods for implementations e.g. Input formats check, etc.. Currently only the following features are included:

  • Comment preview.
  • Node preview (Drupal 6 only).

Node previews now possible too! Previews of default setup of content types are fully possible. Note that it has only been tested with Page and Story content types, and hence currently supported with. CCK support not included. For full support for your custom content types, or some complex validation you might want to hack into live.node.inc and the companion JS file.

If you have any concerns about it, feel free to contact me!

Game

Component type

module

Downloads

2013

Component created

Component changed

You can read more about the original, and ongoing, inspirations behind this module at Embedding RPGs into Drupal. The original design goals can be summed up as below. Nowadays, there are some deviations from my original posting ("game data files" are still external, but are in a .module's hook and not their own specific .inc, etc.), but the underlying rationale remains the same.