September 2, 2010
This is a simple module to let users store their location on the edit account page. It uses HTML5’s geolocation API and stores latitude and longitude. How you use that data is up to other modules.
It will be used on Drupal.org
August 30, 2010
Betting system is set of modules, that can transform your Drupal site into betting shop. It's mainly designed for course betting.
For better extensability is created with more modules. It also defines own hooks.
The core of Betting system allows define basic parts for betting. Brings two new content types. Abonents and Games. Without abonents isn't possible to create games. Abonents are players (teams) that attending a game (for example Manchester United in English...
August 26, 2010
The Sampler API allows modules to easily collect and store calculated pieces of data at periodic intervals. It's designed primarily to assist in collection, storage, and display of metrics.
Modules leveraging the API provide it with a metric to track (eg. 'Number of comments added to a node') a listing of objects to be tracked (for example, you may only want to track that for certain nodes) , a sample interval (eg. 'every 3 days'), and a function that returns the calculated values for...
August 14, 2010
Drippic is a module that turns your drupal install into a Twitpic style Twitter image service.
Hoping to launch a stable release by Drupalcon.
To learn more about Drippic go to http://www.drippic.com/
August 6, 2010
This module adds clientside validation for all forms and webforms using jquery.validate. The included jquery.validate.js file is patched because we needed to be able to hide empty messages.
Currently this is still under development, feel free to help where you can ;p
Status- For the moment the validation is...
June 30, 2010
Provides integration between for the Plupload widget to upload multiple files and Drupal. Plupload is a GPL licensed multiple file uploading tool that can present widgets in Flash, Gears, HTML 5, Silverlight, BrowserPlus, and HTML4 depending on the capabilities of the client computer.
This is a brand new project and is under active development.
The current code is...
June 26, 2010
The ad auction module integrates the ad and the uc_auction modules to bring you advertisement slots that people bid for in order to display their advertisements.
Currently this module is in development and I am uploading it to the community for testing.
This is a unique way in which to create advertising revenue for your site. Advertisers manage their own...
June 24, 2010
This module provides the standard core user login block in a form that can be incorporated into an external website, for example by using the HTML <object> or <iframe> tags.
This module is very small and lightweight.
It provides a way to assign a cascading style sheet to the form as presented to allow its appearance to fit with the website in which it is incorporated. Already authenticated users are presented with a link to the Drupal site with a user selectable text...
June 20, 2010
This PHP extension currently adds C implementations to the frequently used check_plain and drupal_static Drupal functions.
It is still experimental and it should not be used in production until you've thoroughly tested it. It has only been tested to work with PHP 5.3.2, however, it should work with PHP 5.2 as well. Test with a new Drupal installation first. If something goes wrong with drupal_static, you should know it right away, since Drupal will break if it's malfunctioning.
...