Maintainers monitor issues, but fast responses are not guaranteed.

Media Mover Custom Command

Allow user to define custom commands for process, storage and complete actions in Media Mover.

Game Utility Clock

Game clocks may be used for various purposes, such as keeping an in-game calendar, tracking game effects and events, and limiting characters to acting at a slower pace suitable for a web-based game.

You may view all active game clocks from the Game Clock administration page, as well as create new clocks there. Additionally, you can create new game clocks programmatically with the API provided with the Game Clock module.

To do so, you would create a game clock array as follows:

<?php
$state = array(
'name' => $name, // A unique machine-name.
'title' => $title, // A human-readable title.
'type' => $type, // An optional string. Some modules may act only
// on events by clocks of a certain type.
'status' => $status, // If TRUE, then the clock will begin started.
// If FALSE it begins paused. Defaults to FALSE.
'turn' => $turn, // The current turn to begin the clock.
// Defaults to 0.
'increment' => $increment, // How many seconds before incrementing to the
// next turn. Defaults to 0 (never; must be
// manually incremented).
'block' => $block, // If TRUE, then a block displaying this clock's

Relevance

The main objective of relevance module is to provide a block of related content that can be extensivelly configured, according to the website needs.

Javascript Error Logger

This module provides error logging for client-side JS errors on your site.

Textmarks API Integration

API settings screen

This module automates API calls to TextMarks, a gateway service for sending SMS messages to mobile phones.

Admin Notify

Admin Notify

Admin Notify is a simple module that permits admin to receive emails whenever a new content is posted on the website.

Pages

Subscribe with RSS Subscribe to RSS - Minimally maintained