Errors

Component type

module

Categories

Maintenance status

Development status

Downloads

457

Component created

Component changed

Errors is a simple module that allows you to theme the 403 and 404 pages. Although this is a simple module, you'll require some basic understanding of HTML/PHP and how to override some theme files.

There is no UI with this module, just use your Theme to theme your templates the way you like it, this provides maximum flexibility.

Installation and configuration
Once you install this module, go to admin/settings/error-reporting and set the following paths:

- 403 : "error/403"
- 404 : "error/404"

High contrast (sandbox)

Component type

module

Maintenance status

Development status

Component created

Component changed

The development of this module continued at https://www.drupal.org/project/high_contrast

Provides a quick solution to allow the user to switch between the active theme and a high contrast version of it.

This high contrast version is automatically generated adding a stylesheet which overrides the defined CSS rules.

Morse

Component type

module

Categories

Maintenance status

Development status

Downloads

1557

Component created

Component changed

Overview :
Morse code converter is simple module that converts normal english into morse-code and vice versa.

Features :

  • It uses the morse language and normal alphabets to convert the codes to another.
  • Once you enable the module you will get links in the navigation menu.

Requirements :

  • Drupal 6.x / 7.x / 8.x
  • PHP 5.2 above

Links to Documentation
README.txt included in the current version.
Drupal 8 dev release is available now. Works similar to Drupal 6 and Drupal 7.

Drupal learning curvz

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Hey, you should head over to http://groups.drupal.org/node/172434#skill-set-list and join the efforts to map out Drupal skills!

This project currently holds sketches for Drupal learning curves, based on pen-and-paper notes created at a dinner at DrupalCity 2011.

Cred to frega, Dashu, Sun, linclark, dereine, fubhy and more.

Custom Active Menu Item

Component type

module

Maintenance status

Development status

Downloads

2864

Component created

Component changed

This module provides an easy way to indicate which menu item is active adding the active CSS class depending the path that the users are seeing.

IMPORTANT
This assumes they are using theme('menu_link') for the menu rendering to html.

FEATURES

Cookieless Subdomain

Component type

module

Maintenance status

Development status

Downloads

515

Component created

Component changed

A module that allows you to serve static resources from cookieless subdomains.

Currently supported:

To use this module with advagg you either need to patch your Drupal 6 install with the patch that comes with the CDN module or use the pressflow patchset.

GetPost

Component type

module

Categories

Maintenance status

Development status

Downloads

642

Component created

Component changed

Get Post is a utility for detecting excessively long GET urls when forms are submitted (ones which would exceed limits in MSIE), POSTing the data and retrieving it on the subsequent page.