This page is intended to serve as the base documentation for the Advanced Book Blocks module. Any questions or comments related to the documentation should be posted here. Bug reports, feature request and support request should be filed on the …
...Documentation for the Advanced Taxonomy Blocks module Drupal 6
This page is intended to serve as the base documentation for the Advanced Taxonomy Blocks module. Only questions or comments directly related to the documentation should be posted here. Bug reports, feature request and support request should be filed on...
Advanced Taxonomy Blocks module for Drupal 6 released today!
After spending the last week and a half coding like a mad man and testing the thing to make sure there were no glaring bugs I am finally releasing the Advanced Taxonomy Blocks module. This module took a lot more...
How to programmatically insert a view into a tpl or content in Drupal 6
In Drupal 6 views has been completely rewritten from the ground up, and as such we have to adjust the little code snippets that we developers have collected over the years to compensate.
The old way ( Drupal 5 views …
...About Aaron and this site | Pixel Clever
My name is Aaron Hawkins, I am a Drupal programmer and Theme designer. I love Drupal and I use it all day almost every day.
I built this site after taking some time to reflect on the way I had …
...How to insert a block into a tpl or into content programmatically with Drupal
There are several ways to insert blocks onto a page with Drupal. You can use panels, you can add a region to the theme, or you can call the blocks programmatically with php. Though it might not seem evident …
...How to theme specific blocks in Drupal
Drupal blocks can be themed on several levels. You can create a custom html layout for all the blocks on your site, you can create a different layout for a specific region on your site, you can customize the blocks...