This module provides a basic block that will let you tell others if you are available for work. You can change the block title and the phrasing that appears from the block configuration page. The default value is set to say that you are accepting more work. I'm not sure if that's optimistic or pessimistic,...
Description Provides an easy way to produce a page that will simply tell you whether it is beer o'clock yet or not. Beer o'clock can be configured in the administration settings for the site to suit your particular company/workplace. This module was collaborately written by 8 high school students during...
This module is to demonstrate how Ajax enabled forms can be created in Drupal using Ajax and webform module. This is only for experimental purpose, use at your own risk. Project Information Maintenance status: Minimally maintained Development status: No further development ...
The Design project provides a home for designers and themers working with Drupal. Goals Provide actual tools to aid in Drupal theming (but without duplicating other projects). Discuss ideas and agree on best practices on design/theming (with lots of bikeshed and bullshit), possibly turning into guidelines...
Dummy Content (DC) provides an API (hooks) for other modules to generate (& manage) dummy nodes. DC allow your custom module to provide demo nodes as soon as the module is installed - this helps with populating blocks, views, and generally showcasing your module's functionality. This is very useful...
This example demonstrates how to build a Drupal-native web scraper. It imports events from a single month of Stanford University's calendar by navigating to the page for each day and creating a node for each event on the day's list. Each event is then queued for scraping its details. All functionality...
This project aims to provide high-quality, well-documented API examples for a broad range of Drupal core functionality. (Interested in other, non-core examples?) Developers can learn how to use a particular API quickly by experimenting with the examples, and adapt them for their own use. News 13 Dec...
Here is an example of how to build a list of featured elements on top of a paged listing. Featured elements are not displayed on the paged listing. What does this feature do? Checks that you have the required modules: Features, Views and Ctools. Creates a content type New with an image field. Creates...
Provide **Multiselect widget** (form element) for developer: <?php $form['select1'] = array( '#type' => 'fapi_multiselect', '#title' => 'Widget title', '#required' => TRUE, '#options' => array('Option 1', 'Option 2', '...'), '#default_value' => array(), ...
The objective of this module is to provide a model entity and entity administration interface to kick-start your entity development. While entities in Drupal 7 are a very useful abstraction and can be great tool for suitable projects there are some challenges facing developers wanting to use them: a....
This project contains example code for Rules 2 plugins: * Rules actions (including minimal example, an example with a required parameter, and an action that also provides a parameter) * Rules conditions, including using parameters * Declaring and invoking Rules events The example code does not contain...
A collection of views examples that can be turned on and used directly within views. You can use the views examples as-is on your site, or you can clone them and use them as a starting point for further customized views. This module is in beta and will likely have more features added before a 1.0 release...
