Hide submit button

Component type

module

Maintenance status

Development status

Downloads

52848

Component created

Component changed

Some users accidentally click the submit button more than once while waiting for their post to be saved. In some cases this may result duplicate postings or duplicate e-commerce orders.

There are few ideas on how to solve duplicate postings but none is perfect. One of the solutions is a bit of jQuery to hide or disable the submit button after it has been clicked and replace it with an informative text such as "Processing..." .

This module wraps that jQuery code and provides some options. Of course this, too, is not a perfect solution as it requires Javascript to be enabled. For browsers with Javascript disabled this module will have no effect at all.

Swedish stemmer

Component type

module

Categories

Maintenance status

Development status

Downloads

1720

Component created

Component changed

This module implements the Swedish stemming algorithm to improve Swedish-language searching with the Drupal built-in search.module.

Profile role

Component type

module

Downloads

17030

Component created

Component changed

Relate profile field categories to particular roles, instead of all fields being related to all roles. Use profile to define all user data fields, but restrict which fields are related to users of a particular role. The interface allows you to relate profile field categories to roles. As the screenshot depicts, one or more roles may be assigned to a give field category.

For example you may create two roles (parent and child) and two corresponding profile field categories:

Parent
- Employer
- Occupation

Child
- School
- Grade

Profile permission

Component type

module

Maintenance status

Development status

Downloads

8093

Component created

Component changed

Restrict editing/viewing of profile fields with an auto generated permission. Only users with that permission will be able to edit/view the field. In order to restrict a field you must check the "restrict" checkbox on the profile field edit page which will generate a set of permissions which can then be used to restrict the field.

Please see the README.txt for instructions.

Menu HTML

Component type

module

Maintenance status

Development status

Downloads

37915

Component created

Component changed

This very simple module adds a checkbox to the menu item edit form and allows the admin to add html to the menu item title. The idea is to use this for external links for which you want to display a logo of the visited site or simply to add strong on some words.

Imageset

Component type

module

Downloads

8876

Component created

Component changed

It is attempt to automate process of a output of pictures, using technology CSS-sprites (a output of the set area of a map of images in background).
Due to association of pictures in one file. The economy of the traffic and time of loading for the client turns out.

In a basis of implementation it module Imageset and add contrib modules
- Menuicon (icons for the Menu)
- Bueditoricon (icons for the module Bueditor),
- Taxonomy_imageset (support imageset for module Taxonomy_image)

Taxonomy Parser

Component type

module

Downloads

1402

Component created

Component changed

This module provides helper functionality for parsing data into taxonomy terms / pages.
Useful if you are considering importing a large amount of taxonomy terms from an external source (e.g. an XML file).

Once the module has imported the taxonomy data it will also return the structured taxonomy array, ready to be applied to a node object if you wish.

This is purely a utility module for developers looking to import taxonomy data and has no front-end UI.