Blog Posts

DrupalCamp Michigan 2015: January 31 at Henry Ford College

Attention Michigan Drupalers! Mark your calendars for DrupalCamp Michigan, Saturday January 31 at Henry Ford College in Dearborn. For only $15, you get a full day of Drupal presentations, discussions and lunch!

Online registration/tickets will be available soon, and we’re currently accepting session proposals. If you’ve got an interesting presentation to share, please post it to the website here: http://2015camp.michigandrupal.com. Session selections will be made in early January.

Interested is sponsoring the camp and getting your name out to the local Drupal community? Sponsorship information is available here: http://2015camp.michigandrupal.com/sponsors.

Decoupling Your Backend Code from Drupal (and Improving Your Life) with Wrappers Delight

If you've ever written a lot of custom code for a Drupal site, then you know it can be a tedious and error-prone experience. Your IDE doesn't know how Drupal's data structures are organized, and it doesn't have a way to extract information about configured fields to do any autocomplete or check data types. This leads to some frustrations:

Adding a Machine Name CSS Class to Drupal Blocks When Using Features Extra

If you're capturing custom blocks in Drupal with Features and Features Extra, you may want to add custom CSS styling to those blocks. Unfortunately, by default there are no CSS classes on the blocks that will stay consistent from development to production. (because the block IDs may change) The following preprocess function added to your theme will add a class based on the machine name of the block:

Pages

Subscribe to Blog Posts