Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Markup Demo renders core Drupal UI elements, theme functions, form fields and basic HTML to encourage thorough theming attention to many elements of the Drupal CMS.
This is a simple feature for Open Atrium that implements the greasemonkey script from Nodeone that adds notes from an external site right onto the projects here at Drupal.org.
This module is seeking new co-maintainers, please chime in if you have time to help push it forwards.
Overview
Allocated seating provides two field types - an allocated seating designer and a seating plan.
These fields can be used for various purposes - eg the designer can be used on a node edit form to allow users to create a seating plan for an event whilst the plan can be used as part of a checkout workflow to allow customers to nominate which seat they wish to book.
Features
The seat designer features a drag and drop interface powered by jquery_ui. Users can design their seating plan by nominating the number of tickets and the seating layout (number of rows, columns, sections/floors). Users can drag the seats around to set up their desired layout, including dragging between floors.
This module was originally written for a Transport booking module which is still under active development
How to use
An example of how to add a seating designer to your form:
<?php
// Add the necessary js, css and libraries
allocated_seating_setup();
// Add your field
$form['ticketing']['ticket_plan'] = array(
PixelPerfect is a utility module designed to give Drupal themers the ability to quickly identify inconsistencies between their current theme implementation and the mockup they are working from. When enabled, a themer will be presented with a variety of hybrid displays that will overlay the mockup over the rendered output from the Drupal theme layer. Themers will then be able to quickly and accurately position the mockup overlays to their needs.