Block Language
Component type
Categories
Maintenance status
Development status
Component created
Component changed
Small module provides the ability to display block, depending on the active language without using Internationalization module
Small module provides the ability to display block, depending on the active language without using Internationalization module
This is a simple module for Drupal 6 that does its best to guarantee that hook_exit() gets called, even if a module exits early with exit().
The reasoning behind this module is that lots of modules in Drupal 6 print output and then call exit(). This is commonly used to output JSON, for example. Usually that's fine, but calling exit() stops the regular request process. Depending what you're doing in your hook_exit() it may be important to ensure its execution, thus this module was created.
Makes it possible to manage themes' CSS and Javascript files with no coding and via theme .info file.
IE conditional comments support for both CSS/JS, replacing and disabling core and contributed modules' CSS/JS files, adding inline JS/CSS, Regular expression support!, are just few of the special features it offers.
This module is an example module based on the fabulous guide Adding checkboxes to a table
@Credit: mexicoder, ronan.orb, drupalshrek, nohup,Zahor
How to use tableselect with the following:

https://drupal.org/project/field_group_tooltip with some patches.
Provides a simpler interface to manage translating strings for use in template files.
Usage:
print st('Your translated string');
DInstagram is intended to be a small Drupal module that implements the Instagram api and a way to access all current endpoints.
Simply Fieldable Files provides an easy way to add fields to the File entity type.
This module simply:
hook_entity_info_alter() to make Core's File entity type fieldable.To use:
A render array element that displays a QR code from a given value.
This may be the simplest possible QR code generator module. The image is built in the browser by this jquery plugin: https://github.com/jeromeetienne/jquery-qrcode
Display a QR code from your render array simple as this:
This is an attempt to pull out youtube formatters and streamwrapper code into a single module.