Theme Builder

Theme Builder

(Themes) 25 Beautiful themes in drupal

Themes : 25 Beautiful themes in drupal

Absynthe

absynthe

Features

(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.

(Tips) Structuring content for theming using XHTML

Tips : Structuring content for theming using XHTML

(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;

(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.

(Tutorial) Making Drupal Theme Building Easier on the Designer

Tips : Making Drupal Theme Building Easier on the Designer

(Tools) Advanced Theme Construction Kit - Builder

Tools : Advanced Theme Construction Kit - Builder

Syndicate content