drupal7

Re-ordering Views Attachment Displays

Published March 20, 2014

If you have a Drupal 7 view with more than one attachment display, it is not super-obvious how you can reorder the displays. When you create a new attachment display, you can choose the display to attach the attachment display to as well as the position ("before", "after", or "both").

But what if you need to attach two attachment displays "before" another display - how can you control the order of the two attachment displays.

it's actually quite easy once you know how - in the view's "edit view name/description", there is a "reorder displays" option. Click it and behold!

Mini Case Study - TechWell.com

Published October 19, 2012

DrupalEasy was fortunate enough to be be hired to develop version 2.0 of TechWell.com - a software development news site by Software Quality Engineering (SQE). TechWell.com covers a wide range of topics including agile development, software testing, quality assurance, and project management. This mini case study will detail some of the modules and techniques we've used to build the site.

Book Review: Drupal 7 Views Cookbook

Published April 30, 2012

As the explosive growth of Drupal continues, so does the eco-system of vendors and products around it. Included is the plethora of Drupal books that continues at a somewhat unbelievable pace. It seems that there are at least two to three new releases each month. Unfortunately, in the rush to quench the tech community's thrist for Drupal knowledge, sometimes less-than-stellar books are being served up before they're fully baked (cooking pun #1).

All my files disappear when I move from localhost to production - Drupal 7

Published December 18, 2010

Every Drupal site I build involves at minimum two environments: one is on my laptop, which I call the local server; another is what most people call the production server. Drupal has a very straightforward way of allowing you the developer to use a single code base to run both environments, even though they are on different machines, in different corners of the world, with different passwords, etc.