Save Form

Component type

module

Maintenance status

Development status

Component created

Component changed

Save Form - Simple (ish) solution to an age old problem

Browsers do crash, tabs are closed by mistake, stuff happens.

This module lets you save the current input of ANY drupal form, to be recovered later. It includes a javascript file that automates this to save every 10 seconds (configurable). If the form is then reloaded, the contents of the previous unsaved form will be loaded into it.

Early alpha/beta at the moment, not sure on some of the decisions made (code review / ideas / patches VERY welcome). But code does work!!

Media crop

Component type

module

Maintenance status

Development status

Downloads

41880

Component created

Component changed

Description:

Adds cropping, rotating and scaling to the media module's image embed function. Only available for images local to the server (not for remote images), and only when adding media via CKeditor.

Installation:

Depends on patch to Media module: #1382150: Ability to alter element created by media_token_to_markup()

Webform Roster

Component type

module

Maintenance status

Development status

Downloads

405

Component created

Component changed

Webform Roster allows you to attach a "roster" webform to a primary webform. The roster's link can be emailed to users that complete the primary webform. All results from the roster are displayed on the primary webform's original submission.

Are you using this module?

Please feel free to post in the queue with thoughts on new features or improvements.

An example

Primary Webform: "Team Application"
Your Name: [ ]
Your Email Address: [ ]
Your Team's Name: [ ]

Excluded

Component type

module

Maintenance status

Development status

Downloads

2341

Component created

Component changed

Allows user with the proper permission to list the files, CSS and/or JavaScript, that they do not want showing on the site.
This module came out of my jQuery Mobile module and will be a dependency in the final version.

Commerce EBS Payment Gateway

Component type

module

Categories

Maintenance status

Development status

Downloads

3100

Component created

Component changed

The EBS Payment Gateway module implements the EBS payment processing service (www.ebs.in) in Drupal Commerce. This will come as a boon to Drupal Commerce users in India looking to use an Indian payment processing service.

About EBS

E-Billing Solutions (EBS) provides a consultative approach to Indian Merchants for facilitating suitable online payment solutions and benefit from the exponential growth witnessed in E-commerce.

Empty Front Page

Component type

module

Categories

Maintenance status

Development status

Downloads

56368

Component created

Component changed

Drupal 6 and 7

By default, Drupal fills the front page with the latest content from your site.

This ultra lightweight module modifies this behavior to show no default content on the frontpage. Only the blocks will be displayed.

If you want more features and configurability, consider using one of these modules instead:

Commerce CCAvenue Payment Gateway

Component type

module

Categories

Maintenance status

Development status

Downloads

5586

Component created

Component changed

The CCAvenue Payment Gateway module implements the CCAvenue payment processing service (www.ccavenue.com) in Drupal Commerce. This will come as a boon to Drupal Commerce users in India looking to use an Indian payment processing service.

Payment options

CCAvenue processes the following payment options

Object Log

Component type

module

Maintenance status

Development status

Downloads

6079

Component created

Component changed

The Object Log module allows developers to store objects, arrays and other variables to a log table so that they may be inspected later. Multiple stored variables may be displayed side-by-side in the Object log under admin/reports.

The usage is similar to Devel module's dpm() or kprint_r() functions, but is particularly suited for debugging server-to-server requests, such as cron runs and web services, or for requests from anonymous and other unprivileged users.