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!!

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.

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:

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.

Drupal static (backport)

Component type

module

Categories

Maintenance status

Development status

Downloads

1142

Component created

Component changed

This is a backport of the drupal_static function found in Drupal 7+, for use in Drupal 6 projects.

Information on usage can be found here:
http://api.drupal.org/api/drupal/includes--bootstrap.inc/function/drupal...

If you are already using ctools, it provides a similar static function, ctools_static, which you may prefer to use instead.

For obvious reasons, this project will never get a Drupal 7 release.

Changetheme

Component type

module

Maintenance status

Development status

Component created

Component changed

Add a block to allow users to switch theme between enabled themes.

Enabled themes display in block as links, User onClick the link the theme
will changed

This is alternative module for Switchtheme. Changetheme access can be controlled by user role.

For live demo link

To enable changetheme for anonymous users, Disable Page cache.

Date Time Extras

Component type

module

Maintenance status

Development status

Component created

Component changed

Date Time Extras extends Date field functionality with extra information distinguishing between date and time. There are two parts to this extension:

  • Partial date values are distinguished from complete ones. For example, midnight to midnight is different from all day.
  • Widgets are enhanced for the distinction between date and time (e.g. extra checkboxes to show/hide date parts).

The Date Popup widget from Drupal 7 is essentially backported to Drupal 6.

Suggest a Friend

Component type

module

Categories

Maintenance status

Development status

Downloads

464

Component created

Component changed

A feature is similar to "Suggest a friend" feature found on Facebook.

Step 1: User clicks on ‘my friends’ link to display a page.

Step 2: On clicking the ‘arrow’ button, a pop up window is displayed.

The user will check mark the checkbox of the friend whom he wants to suggest user "A" to be their friend. The user can also select "All friends" checkbox to suggest that they add user"A" to their friend list.

Context Accordion

Component type

module

Maintenance status

Development status

Downloads

5116

Component created

Component changed

Context is a great module that aims to replace Drupals quite lacking block management system among other things. However, from time to time it's pretty rough on the edges. This small helper module adds nice JQuery UI accordion effect to it's block selector.

Some other UI improvements may be also added at some stage.