Demo Dev

Component type

module

Maintenance status

Development status

Component created

Component changed

Using the demonstration site module for development. Easily download an external (staging or development) database to a local site. Requires the .htaccess file to be altered in the files/demo directory to allow external access. I recommend password protecting the directory.

Files Dev

Component type

module

Maintenance status

Development status

Component created

Component changed

Works like imagecache to download missing local files from remote server. Helps with the development process where the local files directory may not contain all the files the remote server does. If drupal doesn't find the local file, it will first look on the remote server. If found on the remote server it will download to local.

Try http://drupal.org/project/files_proxy instead.

File Download Form

Component type

module

Maintenance status

Development status

Downloads

1134

Component created

Component changed

This module allows administrators to specify that a user must fill out a form (provide their e-mail address) in order to download a file uploaded using filefield.

When a user clicks on teh file (displayed in the node), they are redirected to a form to fill out, and will then receive an e-mail message with an obscured path to download the file.

Commerce Cart Ajax

Component type

module

Maintenance status

Development status

Downloads

22034

Component created

Component changed

Features

  1. The “remove” button on cart view removes the item from the cart immediately, without a page refresh. The row is removed from the table.
  2. The “Qty” is updated when the "update" button is clicked. The totals are recalculated.

Feeds Role ID Map

Component type

module

Maintenance status

Development status

Downloads

9263

Component created

Component changed

This is a helper module for Feeds to allow it Map incoming values to Role IDs. This is useful with Feeds Tamper where you can intercept an incoming value such as "student" and convert the value to a role id in the system (like 4 or whatever it is). This provides two value maps, one for role id (user global) as well as one for group id. This way you can attach a feed to a content type and on import push the role specifically to the group role id for use with OG User Roles.

Random IDs

Component type

module

Maintenance status

Development status

Downloads

473

Component created

Component changed

Random IDs generates a random id for nodes (@TODO: users as well) so that the real number is hidden, and left unknown.
This is useful for websites who wish to hide the real number of nodes/users (so no one knows they it's been only two days since they're online...)

-- New additions now developed by co-maintainer @vaibhavjain
-- Original author: @royiby http://drupal.org/user/717016

CKEditor Link OG

Component type

module

Categories

Maintenance status

Development status

Downloads

2569

Component created

Component changed

This module integrates the internal linking capability of (the awesome) CKEditor Link module with Organic Groups. When you activate this, all results returned in the autocomplete will be specific to the group that the user is currently working on. This allows for simplification of the end-user experience as the results will be limited to what makes sense. Especially good in an Atrium or g.d.o. context.

Profiler Builder

Component type

module

Maintenance status

Development status

Downloads

176147

Component created

Component changed

Profiler Builder is a module for automating the creation of installation profiles and distributions. It has support for the Profiler installation profile simplifier library but is able to run independent of it (1.0-RC4+). This module creates a downloadable tar package that gives you a well made installation profile and associated drush make file based on the site its installed on.

Data Visualization API

Component type

module

Maintenance status

Development status

Downloads

2646

Component created

Component changed

The data visualization api is a module that allows site builders to create, import & store data visualizations as entities and their data as standardized JSON. A user can then choose which installed data visualization library to use when rendering each data visualization entity.

All data is stored in a standardized format called Vizstruct. The spec for this specified JSON can be found here.

Cool message

Component type

module

Maintenance status

Development status

Downloads

2767

Component created

Component changed

Description

Provides a beautiful display of system messages (errors, warning, etc.).
These messages displaying at the top of the page using CSS3 and jQuery.
If you click on message then it will hide.

Screenshot

Installation

Just download, unzip/untar and activate the module.

Future Functionality

  • Support for multiple styles.
  • Settings location on the page.