Drupal Panels Tutorial

Readers of the Drupal for Publishers know that Drupal lacks a native system for associating different page layouts for different sections or pages on a site. Sub-layouts are typically implemented with conditional logic in the template code (page.tpl.php). The Drupal Panels module puts this control in the administrative interface and is becoming widely used within the Drupal community. To learn more, check out GotDrupal’s excellent video tutorial on Drupal Panels. As you can see from the video, the Panels user interface is quite powerful but is also very complicated because you have to create these rules to determine under what conditions a layout should display. You still probably want a developer or well trained administrator to do the work on a staging environment and then migrate the configurations to the production environment.

Related posts:

  1. Finally, Drupal Gets Deployment Greg Dunlap, over at Palantir, has a post introducing...
  2. The Onion’s Migration from Drupal to Django There is a great Reddit thread on The Onion’s...
  3. Drupal v. Plone There is a good discussion on the Drupal site...
  4. When the Drupal Developer Comes Around Apologies for the totally misused Johnny Cash reference but...
  5. Is Drupal the right platform for whitehouse.gov? By now, most people have heard that whitehouse.gov has...

Leave a Reply