Limit One

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The goal of this project is to add a check box to the edit node type form in order to allow admins to limit a type of content to a single submission by users.

Mupload

Component type

module

Maintenance status

Development status

Component created

Component changed

Overview

Mupload provides a file field (and image field) widget that wraps
a Plupload form element. This means multiple file uploads across
a wide range of browsers. It even supports drag-and-drop.

For a file field (or image field) use the Muploader widget instead of
the default File (or Image) widget.

This module is for Drupal 7 only!

Requirements

A fully configured Plupload module. The developer version is recommended.

Bookmark Organizer

Component type

module

Categories

Maintenance status

Development status

Downloads

6319

Component created

Component changed

Bookmark Organizer extends Flag module by providing functionality to

  • arrange bookmarks by drag and drop them
  • create folders and place bookmarks into them
  • rename bookmarks and folders
  • show previews about bookmarks and contents of a folder
  • publish bookmarks stored in a folder to others

Bookmarks are always user related. However, a user who has access to 'administer users' can edit other users' bookmarks as well.

Dependencies

Required

gtweetblock

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

gtweetblock fetches Tweets from a Twitter account and store it either in localStorage(Browser) or cache(Drupal cache). It does nothing else than providing a block.

Node Auto Queue

Component type

module

Maintenance status

Development status

Downloads

22869

Component created

Component changed

This module provides an additional setting on the Nodequeue edit screen called "Auto add nodes". When this option is chosen, any node of a content type associated with this nodequeue will be automatically added to the queue upon creation.

Also this module provide the additional setting on the node add/edit screen called "Automatic Queue Settings". From there editor can also take action for adding/deleting the node for the associated queue(s)

Wrapper

Component type

module

Maintenance status

Development status

Downloads

625

Component created

Component changed

Serves flat HTML files, Working PHP files, or even remote website mirrors (realtime or cached) in a Drupal context.

Originally designed to just serve a subsection of legacy, malformed HTML pages under a Drupal theme, this module has been extended to enable wrapping a Drupal shell around legacy applications, (PHP, ASP, Perl) allowing most of the old functionality to keep working, without much code review needed.

Say you have a set of old pages that just can't, won't, or shouldn't be migrated into Drupal nodes.
- A Discussion board archive,
- Exported Presentation Slides,
- Files that are updated from an external tool (eg statistics dumps)
Custom, Crappy HTML, or an external PHP script
- any Web application that's too much work to rewrite.
- Even an old CGI script in another language can be 'wrapped' in Drupal
by entering the URL as a source.

Wrapper attempts to automatically take most of the hard work away from getting this done.

(By putting past mistakes on a life-support system)

Random Background Image Manager

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module provides the ability to offer CSS driven random background image. It injects PHP into a CSS background image tag. The administrator provides the ability to upload and manage images. Additional administrative feature coming for weighting image selections, and grouping images by theme type.

Clean HTML Site Paths

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This modules uses the drupal_alter to provide CDN like rewriting of site image paths. This allows a site owner to remove the /sites/default/files path and replace it with a defined Apache/Nginx alias. This is a common requirement for multi site setups. The hook_file_url_alter() appears to be documented in d7, but not in d6. This uses core hooks to alter the paths before output. Some of the features were adapted from the CDN path rewrites that allows sites to utilize content distribution networks and their URL logic.