jKeyMagic

Component type

module

Maintenance status

Development status

Component created

Component changed

Overview

A Drupal module for jKeyMagic. For more information about jKeyMagic, go to http://ttkz.me/jkeymagic

Features

Following keyboard layouts are included and you are allowed to select only the layouts you want.

  • Myanmar3
  • myWin
  • Parabiak
  • Panglong SHAN
  • YunghKio SHAN
  • Zawgyi L - Unicode

Duplicate validator

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Introduction

This simple module adds additional validation to comments and nodes creation process.

It verifies, if in last several seconds similar node or comment was created. If such situation occurs, this module will block save action and display warning message.

You can also consider http://drupal.org/project/hide_submit as JavaScript based alternative. This module is fully independent from JavaScript and can be considered as additional protection.

 

Localization Update Reset

Component type

module

Maintenance status

Development status

Component created

Component changed

This module deletes the interface translations from a website. It is build for testing purpose and to clean up after major website changes such a removal of a language and site upgrade. The module was initially build to investigate an issue where a website had an low percentage of translated strings.

Smiley

Component type

module

Maintenance status

Development status

Downloads

16269

Component created

Component changed

Synopsis

Smiley is a text filter that substitutes text emoticons, like :-) with images.

It comes with a set of example smileys, but you can import ready-to-use packages (e.g.: from phpBB's "pak"s and Adium Emoticon packs) or define your own.

To use your own smileys, simply upload them into FILES_DIRECTORY/smiley (usually sites/default/files/smiley) and import them using the "Smiley Import" module.

Radios Select

Component type

module

Categories

Maintenance status

Development status

Downloads

765

Component created

Component changed

Radios Select is the helper utility which provides new custom look of the
ordinary radios form element via jQuery/CSS (when you create this element from
your own module). The main feature of Radios Select is ability to format output of radios field like "select" form element or dropdown menu. Once Radios Select module enabled you can create Radios Select form element by just adding new property "#radios_select" to any standard radios element:

$form['radios_select'] = array(
  '#type'          => 'radios', // yes, ordinary radios element
  '#title'         => t('Select value:'),
  '#default_value' => 1,
  '#options'       => $values,
  '#radios_select' => TRUE,     // enables Radios Select for this radios element
  '#description'   => t('Value to use in form.'),
);

Yelp Reviews

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provides a block which displays a review summary and optionally review excerpts for a specific businness obtained by the Yelp API.

The code to access the API is an adoption of the example provided by Yelp here:
https://github.com/Yelp/yelp-api/tree/master/v2/php

To find more information about the Yelp API visit here:
http://www.yelp.com/developers/getting_started/api_overview

Boost clearcache

Component type

module

Maintenance status

Development status

Component created

Component changed

Boost clear cache permit to clear boost module cache of pages which are available on multi-domains, multi-languages domains or nodes references.

This module doesn't work on his own but like an API, giving access to 2 functions :

Raw Pages (deprecated)

Component type

module

Categories

Maintenance status

Development status

Downloads

516

Component created

Component changed

Avoid site file clutter by creating custom pages with a blank slate, useful for e.g. custom iframes, site validation XML files, etc. That said, this should be used as a last resort, it is strongly recommended to use customized solutions, e.g. Site Verify, instead.

Ubercart Internet Secure

Component type

module

Categories

Maintenance status

Development status

Downloads

336

Component created

Component changed

This project provides integration with Ubercart and the payment gateway Internet Secure. Internet Secure is a gateway that seems to primarily work with Elavon merchant services and it's affiliates. IS provides two integration methods, as most gateways do. This module supports its Merchant Direct service, which does not bring users off-site to complete a purchase like it's Merchant Link service does. Please note that this requires that your site offer a PCI compliant environment and you have an SSL certificate installed.