OCDevel

Primary tabs

Articles from OCDevel

I've been debugging Drush using Geben on Emacs for a while now, which is a PITA to be honest.  So here's how I finally got XDebug working for Drush in Eclipse.

Drupal 7 is just around the corner, and it has such an architectural paradigm shift to make it quite difficult for those trying to upgrade.

When you install content_profile, out of the box you have two user profile pages: (1) the drupal core user page (/user/%), and (2) the content-profile node pages (node/%).  The

For some reason, I can't find D.O documentation on the proper folder permissions for Drupal on Linux. So for those of you a-searchin', here's my setup:

Ubuntu 10.04 (Lucid Lynx) just made installing the Apache Solr module for Drupal sooooo much easier.

Snippet that adds "panels" to the body classes of a page if the currently-viewed page is a panel:

Quickie: Only show Drupal's "Book Navigation" block on Book pages:

Views 2 has a great feature called Relationships, allowing your view to aggregate fields from various content types which are related some how. For example, say you have a Person content type and a Dependent content type.

Here's a quick example of writing an Action (5.x-2.x, which is a backport of 6.x's API style) for