This project is under active development.

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.

Chaos Tool Suite (ctools)

CTools is a developer toolkit that provides APIs, etc. to improve the developer experience. Most often you don't install this directly; it's a dependency of some other module you want.

Javascript Error Logger

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

UC PagSeguro | Ubercart payment

The UC PagSeguro project aims to integrate PagSeguro payment services with Ubercart.

Ad Flash

An add-on for the Advertisment module that allows Flash advertisements to be displayed.

This project has been created from the on-going development of code and desire for a formal module to be created. The original discussion is at #135567: Developing a flash plugin for ad module

Installation

1. Install and enable Advertisment module

2. Install, enable, configure and verify the getID3 module and getid3 php library

3. Install and enable 6.x-2.x version of ad_flash

Design your flash SWF with the clickTAG standard. Do NOT place a URL in the getURL of your SWF or it will not work correctly in all browsers and you will not get any click-statistics in the Advertisement module in Drupal. The destination URL should not be located in an SWF's code, anywhere

4. Due to the need for some extra elements to get this module working, and some of these elements not falling under the relevant licences, it is not possible to include them for download within this module.

Pages

Subscribe with RSS Subscribe to RSS - Under active development