Jul
23
Drupal module mashups with Views and CCK
Wed, 07/22/2009 - 21:41 | 3 comments
With modules like CCK and Views developers rapidly create solutions with little custom module development. What if you need to deploy the same configuration of content types and views on multiple sites? The following example takes the power of the Views and CCK to create a sort of mashup module packaging your views and content type. I find this helpful time saver when having to repeat the same configuration on multiple sites.
Jul
13
Undocumented hook: hook_search_page() missing from Drupal API
Mon, 07/13/2009 - 20:20 | Add new comment
While developing a module for search I was looking for a way to override the output of search results before they were displayed out on the page. I flipped through the pages of the book Pro Drupal Development and read about hook_search_page().