This guide describes how to name template (.tpl.php) files in order to override the Drupal default. For example how to create a custom template for a specific block, user or module.
tags: .tpl.php, naming suggestions, template files, templates, theming
Average: 5 (2 votes)
Drupal Version6.x
CategoryTheming
DifficultyAdvanced
MediumText
This guide describes how to display content in a block using PHP. This may be useful if you want to stack snippets of content each contained in their own block. This tutorial does require some familiarity with SQL and PHP...
tags: blocks
Average: 2 (1 vote)
Drupal Version5.x
CategoryTheming
DifficultyAdvanced
MediumText
This concise guide will show you how to customise the display of your primary and secondary links by using a theme override.
tags: customise, primary links, secondary links, template.php, theme override
No votes yet
Drupal Version5.x
CategoryTheming
ModuleOther
DifficultyAdvanced
MediumText
This guide explains how to theme a CCK node using the node.tpl.php template rather than the Contemplate module. This involves accessing the node variables directly through PHP. The same principle can be used to theme any...
tags: .tpl.php, node, node.tpl.php, theming
No votes yet
Drupal Version5.x
CategoryTheming
ModuleCCK
DifficultyAdvanced
MediumText
This guide describes the process of creating a theme for Drupal 6.x. It describes the purpose of each file in the theme and the PHP variable which can be called to create various page elements.
tags: customise, theme variables, theming
No votes yet
Drupal Version6.x
CategoryTheming
DifficultyIntermediate
MediumText