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

Spanish address field

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module provides a list of Spanish provinces for Address Field module and the fields you normally would use for addresses in Spain.

Note: this project won't get a full release as addressfield is going to make this obsolete as soon as this issue gets solved #1317070: Use ISO codes XML file for populating country-specific properties

nodeshow

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Give a list of nodes, create a block with a menu of node titles on the right, and a space on the left to load the relevant node via ajax. Looks like an interactive slideshow a bit.

This was used for a specific site, and may serve an example for others.
See the README.
Settings: add variable to settings.php and tweak the css !

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.

Facebook Comment Cache

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module grabs comments written at Facebook about a certain node with the social plugin of Facebook. Comments will be cached on your website to have a SEO advantage because the Social plugin shows the comments through an iframe.

Facobook recommends to do that for SEO boost (https://developers.facebook.com/docs/reference/plugins/comments/):

How can I get an SEO boost from the comments left on my site?

References Field

Component type

module

Maintenance status

Development status

Component created

Component changed

References Field provides a field with an output filter to automatically parse a textarea field and output a specially formatted HTML list. This list is formatted in such a way to tie into the ClueTip javascript library. It also includes JQuery code to optionally parse all of the content on the page for superscript tags, to be automatically wrapped up and activated as ClueTip links.

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.