2013-10-26 by @davereid
Modules you should be using (instead of some popular counterparts) because they will be in Drupal 8 Core.
Modules you should be using (instead of some popular counterparts) because they will be in Drupal 8 Core.
HTML5 Tools is a module that allows Drupal sites to be built using HTML5 ... smartly. One of our goals is to provide as much support for HTML5 markup in a set of Tools provided by a module so that you can use this module with any HTML5 theme you'd like.
At this FREE 2-day event, we will have training, Drupal ladder sessions, and some really amazing keynotes. Whether you are a Drupal novice or an expert there will be sessions that meet your needs. Register today and submit your session proposal! Session submissions are open until August 2nd.
1. Always use description text 2. Keep things contextual 3. Preview 4. Undo 5. Improve the default form elements.
This module is a CCK formatter allowing users to pick one or more dates (from a date, datetime or datestamp CCK field) similar to the Doodle online service. The main features of this module are: The ability set date ranges (like 26/12/2009 17:00 - 19:00) The results are stored using Voting API
A curated list of Drupal tutorials compiled by YouTube - seemingly automatically, with the most popular videos shown on the first screen.
Visualization is a module for Drupal 7.x that provides a solid and easy accessible way to visualize data. It provides a theme hook that takes a data array and some options and will then render a chart in-place. It also provides a Views Display plugin so that users can easily visualize data retrieved through Views. The different charting libraries are pluggable through the CTools Plugin system; the module provides an implementation for the Google Visualization API and Highcharts.
First we will apply the css for both the accordion and the drop down, we will put the accordion styles in the global.css stylesheet in your subtheme, and the dropdown styles in yoursubtheme-alpha-default.css file. In my case the menu block has an id of #block-menu-menu-accordion, so replace that id with your own menu block id.
Rasmus wrote PHP with the idioms of "US English" PHP developers in Britain have been grumpy about this ever since. What was he thinking? And more importantly, how do we undo this travesty? How do we developers ensure the traditions of the British Empire continue to be upheld, even in the digital age?
use the entityapi to create a custom entity type that has view modes, custom fields, its own database table, and views support. no revisions yet.