Organic Groups Privacy

Component type

module

Maintenance status

Development status

Downloads

1327

Component created

Component changed

This module allows you to easily define the rules by which organic groups posts will be visible to non-group members. It is an API module which allows developers to create access policies which override the default behavior of OG Access and Spaces OG.

Filefield Character Encoding

Component type

module

Maintenance status

Downloads

617

Component created

Component changed

This module transparently converts uploaded text files between different character encodings. Administrators can enable this on a per-content-type/field basis, and expose either or both of the source and target encodings to users to configure on a per-file basis.

Sampler API

Component type

module

Categories

Maintenance status

Development status

Downloads

4092

Component created

Component changed

The Sampler API allows modules to easily collect and store calculated pieces of data. It's designed primarily to assist in collection, storage, and display of metrics.

Modules provide the API 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 sampling strategy (eg. 'every 3 days'), and a method that returns the calculated values for the metric (eg. 'give me the values that you want to store for the period of January 1st midnight to January 4th midnight).

Webform Registration

Component type

module

Maintenance status

Development status

Downloads

3736

Component created

Component changed

New Maintainer

We're happy to announce that @aaronbauman is joining the team of maintainers for this module. Thank you Aaron for donating your time and skills.

About Webform Registration

Webform registration was born from the need to allow visitors to fill out a sweepstakes form that would submit values to Eloqua and also create a new user.

Betting system

Component type

module

Maintenance status

Downloads

4022

Component created

Component changed

Betting system is a set of modules that can transform your Drupal site into betting shop. It's mainly designed for course betting.

For better extensibility is created with more modules. It also defines own hooks.
The core of the Betting system adds the following:

HTML5 user geolocation

Component type

module

Maintenance status

Development status

Downloads

2111

Component created

Component changed

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 was used on Drupal.org when Drupal.org used Drupal 6.

Context Add Assets

Component type

module

Categories

Maintenance status

Development status

Downloads

16002

Component created

Component changed

Why should i use this module?

Have you ever wanted to include javascript or css when a particular view or block is being rendered? Or have you ever wanted to include javascript or css for just the front page without having to write code?

Context add assets allows you to do this. It has an easy to use UI to allow you to do this all without writing any code. Because it uses ctools all of this is also exportable.

AJAX Form Messages

Component type

module

Maintenance status

Development status

Downloads

578

Component created

Component changed

This module provides an API for immediate inline validation or other checking of values in form elements, including combinations of values. It is built to use the excellent Clientside Validation module, but, via AJAX, adds serverside validation capabilities.

For a most simple example, see Form Messages Node, which contains a rule to check node titles for duplicates.

It will also provide a UI.