Image Auto Preview

Component type

module

Maintenance status

Development status

Component created

Component changed

When ever we have a image field, we use upload button to upload the images to the server. But layman or end users will find it hard to see the file name. This module will list the image instead of the file name.

Note : This module has not been tested, Use at own risk.

Accessible Errors

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Makes form validation error messages more usable, by linking the error message to the relevant field. This probably makes form validation errors suck less for screen readers.

Migrate Webform

Component type

module

Maintenance status

Development status

Downloads

4714

Component created

Component changed

It will migrate all nodes of the webform node type (with the default D6 fields using migrate_d2d backend), all the configuration* of the webform's settings, the form components, email destinations, submissions and associated submission data, in addition to any validation configuration you have (from webform_validation module). It grabs the "last downloaded" data too, in case your users were downloading sequential batches since the last time they were on the site.

Installation notes

See the README.txt file for complete details!

Seen

Component type

module

Maintenance status

Development status

Downloads

1351

Component created

Component changed

Seen is a small module which tracks which users have viewed a particular node (based on node access records), and provides this information as a tab on each node.

Credits

This module was written by Christopher Skene and is maintained by

PreviousNext can also be contacted for paid customizations of this module as well as Drupal consulting, installation and development.

Restricted Home Link

Component type

module

Maintenance status

Development status

Downloads

570

Component created

Component changed

This module provides a permission to prevent users from creating/editing/deleting/moving menu links pointing at <front>.

Use case: you wish to grant a user the ability to administer menu links, but you want a home menu link to always be the first link in the menu.

Popup field group

Component type

module

Maintenance status

Development status

Downloads

13924

Component created

Component changed

Extends Field group with an option for a Popup field group. This will render a link which, when clicked, shows all of its children in a simple position: fixed popup.

This module does not mess around with the structure of the form or the DOM particularly. Rather the children of the group are surrounded in a <div>, which is then styled as a very simple position-fixed popup.

A button is then rendered on the form which toggles the popup open/closed. The label of the button is configurable.