QR code redirect

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Generates QR codes, stores the pictures into DB. At calling of the QR code url, it redirects to the preset url.

Usage:
1. Generate QR code
2. The QR code is having a link like: http://yoururl.com/link/1345adf3223sadasdf
3. While scanning the code, the link is forwarding you to the target URL

Put the JS tracking code into the JS file to follow the redirection or leave it blank and feel free to use a different tracking system.

Let me know about the experience with the module.

Modal Ajax

Component type

module

Maintenance status

Development status

Component created

Component changed

Drupal 6 and Drupal 7 module

Enables modal functionalities to your site, using hash information to append it.
Using this hash #menu_address, you will open in your site, any menu item (drupal cms nodes, hook_menu items), in a modal, using a theme, selected afer the # caracter. And you can make your own modal template.

To load a node, or a hook_menu item into a modal, just call your modal, in location hash, appended by the addreess. The modal theme called, just be declared in your hook_theme.

Database fail-over

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provides Database fail-over.

Features:
---------

  • Automatically switches to any alternative database upon failure of master DB
  • A master DB can have multiple fail-over DBs
  • Can be configured to stick with the switched DB for as long as the switched DB is available
  • Sticky DB information can be saved on Memcache or File System (On a multi-server setup its advisable the use of distributed Memcache)

Content Autoscore

Component type

module

Maintenance status

Development status

Component created

Component changed

This module automatically calculates scores for any node on a Drupal site. The score is calculated by adding together administratively controlled point values for given "events" relating to that node. Any module is able to provide new events by implementing hook_content_autoscore_events() and hook_content_autoscore_count($nid, $eventname).

mult_insert

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

`multiupload_imagefield_widget.module` provide great widget to upload multiple images, (at the time this module created) but it does not support `insert.module`. This tiny module does that.

Module Readme

Component type

module

Maintenance status

Development status

Component created

Component changed

Scans for and links to readme files.

Since Drupal 7 there has been an Interface on the module page to download and install modules. However if the module contains a readme file, you are forced to either head to the command line or an external site to read it.

This module aims to make this step a bit easier by linking to the readme file directly so you can read it on the same page you've enabled it.