Form Tips

Component type

module

Maintenance status

Development status

Downloads

7806

Component created

Component changed

Form Tips module uses JavaScript to move form description/help text to tooltips.

It helps to reduce form clutter by removing form descriptions from the page and only displaying them when needed.

Examples

Please see the screencast showing how the Views 6.x add fields form looks with this module enabled.

Multicron

Component type

module

Maintenance status

Development status

Downloads

1145

Component created

Component changed

This module is designed to help manage large multisite installations by allowing a master installation to run multiple slave crons when the master runs cron.

Roadmap

Yet another time tracker

Component type

module

Categories

Maintenance status

Development status

Downloads

446

Component created

Component changed

Note: As of 2011/08/17, this module appears to no longer be supported. If you are interested in taking this module over, or you as the module maintainer feel this message has been posted in error, please reply to #894720: YaTT appears to be abandoned.

Winners

Component type

module

Maintenance status

Development status

Downloads

826

Component created

Component changed

The winners module can be used to select users (winners of contests) based on a view which defines the rules of how these users should be selected. The default "winner choosing view" will choose random users that have never won any contest, but you can configure a view with whatever rules you want to choose winners.

Winners that are selected for a contest are saved in a simple database table, which can be accessed through views or viewed through the winners module interface.

Default Overrides

Component type

module

Categories

Maintenance status

Development status

Downloads

686

Component created

Component changed

Overview

Defaults Overrides provides a GUI interface to select 'new' defaults to use instead of those provided by the module.

Suppose you are using a module like Total Control which provides several default views for looking at the content on your site. These views are necessarily very generalized. You probably want to customize the view to your site. You can override the view in the database but you can never export that to code and have it used.

Settings audit log

Component type

module

Maintenance status

Development status

Downloads

7836

Component created

Component changed

Looking for a co-maintainer - contact beejeebus if you're interested!

Ever wanted to know what changed in the {variable} table? Who changed it? What the old value was?

Well, this is the module for you.

Using a database level trigger and a log of the connection id of the current request, we can log all of this. This should allow a bunch of other modules to be written on top of this one to allow for rollbacks etc.

Postgresql and Mysql supported, requires Mysql version greater than 5, and requires plpgsql installed on the Drupal database for Postgresql.

Game Utilities: Object

Component type

module

Development status

Downloads

377

Component created

Component changed

The Game Utilities: Object module provides a structure and API for Game Objects
on your site. It defines the GameObject class that can be used to build other
object types suitable for many games, such as Swords, Trolls, and other items.

INSTALLATION
============

1. Copy the files to your sites/SITENAME/modules directory.
Or, alternatively, to your sites/all/modules directory.

2. Enable the Game Utilities: Object module at admin/build/modules.

3. You can configure Game Objects at admin/settings/game_object.