UUID Field

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

You need an external UUID to reference from your entity? Don't feel like hook_schema_alter-ing entities?

Here's a field that holds two pieces of information: A UUID and an arbitrary 128-char string called 'extern'.

The widget is a text box.

The formatter is the UUID text.

This module is very different from the UUID module. You could even use both, if you were clever.

Online Booking Tool

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This extension is for creating an appointment tool for your website.
The intention for this tool was to be used on a project management website.
Once a project is made, you can use this tool to add a new appointment.
With it you can select the date and time and see if it's available.

This is also a very useful tool on company websites where clients need to schedule an appointment and see if the hour that they are available is suitable.

See the demo website for an example of what this extension is used for.

userpoints_visits

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module is published as an example of combining points with badges/achievements.
Its not generic enough to be a real module, but is used on a production site, i.e. it actually works :-)

Note: there are many features, developed during tests, not all are currently used in production.

Award points for:
. visiting page types
. first visit by a user makes to another user profile
. very first visit (among all users) to a user
. Poll vote
. Fill out survey - webform

Mail Merge

Component type

module

Categories

Maintenance status

Development status

Downloads

943

Component created

Component changed

The Mail Merge module allows the site owner to send out emails to a set of email addresses using a process similar to what Microsoft Office Mail Merge or Open Office Mail Merge does. This module does not require that the users are already present in the site itself which would be the typical scenario for small corporate websites.

Features

Clean Module List

Component type

module

Maintenance status

Development status

Downloads

3989

Component created

Component changed

What is Clean Module List?

This module provides an easy method to clean up the module list and make it easier to search through. When enabled, this module will hide the module dependency information (for example the "Depends on:" or "Required by:" fields) for each module when viewing the module list. It also provides two radio buttons to show/hide the dependency information if you do need to see it without even needing to reload the page.

If you've ever been annoyed when searching through the module list because you have sift through all of the dependency entries before finally reaching the module, then this module is the ideal solution.

Requirements

You must have JavaScript installed in order to hide module dependency information. If JavaScript is disabled, the module list will simply render normally.

Ubercart Attribute Per Role

Component type

module

Maintenance status

Development status

Downloads

720

Component created

Component changed

What is Ubercart Attribute Per Role?

uc_attribute_per_role allows site administrators to define on a per-role basis which attributes should be hidden to the users of an Ubercart site. For example, the site administrator could have the a 'gift wrap' attribute hidden for members of the 'wholesale' role.

Hidden attributes are removed from the Ubercart product add to cart forms and thus do not display on the cart, checkout or order forms either.

Requirements

Known problems

  • Required attributes displayed in the form of form elements that get a default
    value set (for example, select boxes) may affect a product's price even though
    it is not actually displayed to the user.
  • Role weights is not implemented by design. Users who are members of multiple roles will simply have attributes hidden according to the matching attribute per role definitions for each of those roles.

Adaptive Image Styles (ais)

Component type

module

Maintenance status

Development status

Downloads

30742

Component created

Component changed

Adaptive Image Styles

Status

As of version 1.5, AIS works with Drupal 7.20 or better.

Description

This module allows any image to be adaptive simply by setting it to be rendered with the 'adaptive' image style. This module also integrates with the Media module, and adds an adaptive option selectable from the media displays.

This module also works with inline images and WYSIWYG making it almost trivial to add adaptive image support to your existing site.

Files undo remove

Component type

module

Maintenance status

Development status

Downloads

3018

Component created

Component changed

This module is a usability enhancement to a Field API field with uploaded files with cardinality set to unlimited or more than 1. By default, clicking the 'Remove' button will remove the file from the row and the only way to keep the file is reloading the form. With this module, clicking that button is now replaced with an Undo button so you can cancel the deletion of a file.

Installation

Just install the module, it will work out of the box.

Pager for Content type

Component type

module

Maintenance status

Development status

Downloads

4095

Component created

Component changed

For every node of selected content type module add "previous" and "next"
buttons to previous or next node.
Module provide custom pager for content type.
Pager will apply to end of node render array.

There is possibility to use pager for navigating between nodes of same author.