Our Drupal Blog
How to create tokenized emails using Token module in Drupal 6?
In this post we'll explain how to make use of token module's API in a custom module. Token is a very handy solution that can replace chunks of specially formatted text with dynamically loaded values.
How to create advanced sections using Node Hierarchy and Views 2?
In this blog post we'll explain how we created advanced sections that act like subdomains, but still belong to the same site. We used Node Hierarchy, Views 2 and a few theming tricks.
How to create a fancy pay-per-view content using Drupal 6?
In this post we’ll explain how to create a pay-per-view content in Drupal 6 using Ubercart 2 and a custom module.