jQuery Placeholder

Component type

module

Maintenance status

Development status

Downloads

3857

Component created

Component changed

Now you can use the lovely HTML5 'placeholder' attribute and have it work 'everywhere'. This module integrates the HTML5 Placeholder jQuery Plugin found here:

https://github.com/mathiasbynens/jquery-placeholder

with Drupal. This is a javascript-only method of making the HTML5 placeholder attribute work in old browsers which don't support it.

CKEditor - GeSHi filter bridge

Component type

module

Maintenance status

Development status

Component created

Component changed

Important: This module is based on Aren Cambre work WYSIWYG - GeSHi bridge and nearly all installation instructions came from this module.

NOTE:
This is my first module. I made it for my own purpose but then realize that someone could find it useful so I post it here.

Dependencies

CKEditor 7.x-1.9 module (only this version has been tested)
GeSHi Filter for syntax highlighting module

GeSHi filter hack

Block Group

Component type

module

Maintenance status

Development status

Downloads

25407

Component created

Component changed

This module extends the standard drupal block system with block groups. Each block group provides a new block as well as a corresponding region. Child blocks can be moved into any group region. The position and the settings of the parent block are propagated to its children. Also block groups are nestable.

sitevars

Component type

module

Maintenance status

Development status

Downloads

434

Component created

Component changed

Edit a key-value store, accessible from: Configuration > System > Site variables.

Requires 'administer site configuration' permission. Variable name converted to lowercase, using only [a-z], [0-9] and [_]. Key-value pairs stored in variable 'sitevars_array' as associative array.

Pass a name to sitevars_get() to retrieve one value; an array to retrieve several. Call it with no parameters to fetch your entire key-value store. Pass a string and TRUE to retrieve all variables whose name begins with a prefix.