Theme Builder
(Video) Theming A Drupal Blog
Video : Theming A Drupal Blog
Description :
In today's podcast, Bob dives into the world of Drupal theming by showing how to create a node-custom.tpl.php file and how to use print_r($node). The alternative to this is to do all the same stuff but use contemplate.module. Hopefully it makes sense...Bob recorded this one pre-coffee.
- guru's blog
- Login to post comments
- Read more
(Tips) Structuring content for theming using XHTML
Tips : Structuring content for theming using XHTML
- guru's blog
- Login to post comments
- Read more
(Tips) Quick Views theming tricks in Drupal 5
Tips : Quick Views theming tricks in Drupal 5
Here is a quick views theming trick in drupal 5. Take a look on the function
- $node->view_name : the name of the view this node is being rendered in
- $node->position_in_view : the position within the view for this node
function phptemplate_views_view_nodes($view, $nodes, $type, $teasers = false, $links = true) {
static $count;
- guru's blog
- Login to post comments
- Read more
(Tutorial) Drupal Theme Tutorial
Tutorial : Drupal Theme Tutorial
While at a recent meeting held at Bryght's Office, there was great interest by the audience in seeing how to convert a Photoshop file into a Drupal theme.
This tutorial will show you how to take an existing design in either Photoshop or Illustrator to XHTML to a working Drupal theme.
- guru's blog
- Login to post comments
- Read more
(Tutorial) A Review of Drupal 6 Starter Themes
Tutorial : A Review of Drupal 6 Starter Themes
- guru's blog
- Login to post comments
- Read more
(Tutorial) Making Drupal Theme Building Easier on the Designer
Tips : Making Drupal Theme Building Easier on the Designer
- guru's blog
- Login to post comments
- Read more
(Tools) Advanced Theme Construction Kit - Builder
Tools : Advanced Theme Construction Kit - Builder
- guru's blog
- Login to post comments
- Read more

![Drupal-6-Book-[Building Powerful and Robust Websites with Drupal 6].jpg](http://www.drupalranch.com/images/Drupal-6-Book-[Building%20Powerful%20and%20Robust%20Websites%20with%20Drupal%206].jpg)