Smiley Slider

Component type

module

Maintenance status

Development status

Downloads

974

Component created

Component changed

This is an API module; it just provides a new form element type for use in
other modules. Just set '#type' => 'smileyslider' and optionally set the
#range to a positive integer (it defaults to 10) and the value of the
element when submitted will be an integer between 0 and the #range,
indicating the user's happiness. For example:

  $form['smiley'] = array(
    '#type' => 'smileyslider', // required
    '#range' => 100, // defaults to 10
    '#title' => t('Happiness'), // only shows for users with JS disabled
    '#required' => TRUE,
    '#default_value' => rand(0, 100), // random amount of happiness
  );

Because it only provides a new form element type, this module has no effect on
your site by itself. Another module has to use the form element type.

SIORG field

Component type

module

Maintenance status

Development status

Component created

Component changed

SIORG is a system that manages the institutional structure of the brazilian federal executive government.

The purpose of this module is to provide a CCK widget to select Ministries, Departments and Sections.

Only the SIORG will be saved in the database, using CCK text field. Details of the section selected will be retrieved from SIORG webservice.

This module is in early stages of development. It is not yet ready for production.

Swekey2

Component type

module

Maintenance status

Development status

Component created

Component changed

What is it?

The Swekey USB Token is a low cost USB device with a unique signing.
It contains a 32 bit unique hashcode and some software for generating
authentication code sequences based on a random token and the hashcode
on the USB Token itself.
This module integrates the Swekey Token into the Drupal user module, adding
a third level of protection on top of the username and password.

Why should I use it?

If your website or webapplication needs extra protection, or your users
think they need it ;-)

PMB Drupal

Component type

module

Maintenance status

Development status

Component created

Component changed

Bienvenue dans le projet PMB Drupal

PMB Drupal permet la recherche, la navigation et l'affichage dans Drupal d'un catalogue constitué sous PMB.

PMB Drupal inclut aussi la récupération des informations des comptes lecteurs de PMB, la réservation, la consultation des prêts en cours ainsi que le dépôt de commentaires sur les notices.

PMB Drupal utilise l'API de PMB sous forme de webservices (JSON-RPC).

Tag Sphere

Component type

module

Maintenance status

Development status

Downloads

1718

Component created

Component changed

Tag sphere provides integration with jQuery plug-in Tag Sphere to create vocabulary blocks with rotating terms.

Installation guide :

  • Please read README.txt file and configure for the same from the module.

Summary :

There is a module called Cumulus which is already available in drupal.org.

FreeGeoIP GeoIP

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provides lightweight GeoIP services using the free GeoIP service freegeoip.net that allows theme display changes based on a visitor's country, as inferred from their IP.

A tentative roadmap includes integration with the GeoIP API module (once that module is migrated to D7 and provided it can be extended to support alternate engines), integration with contexts (in-module at first, then through the GeoIP API context module integration), and additional administration options.