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: 3.7 (3 votes)
Drupal Version6.x
CategoryTheming
DifficultyAdvanced
MediumText
This is an introduction to blocks in Drupal. Blocks allow you to display content in different areas of the screen and can be used to customise the look of your site. This guide explains the basics of using and customising...
tags: blocks, Drupal basics, theming
Average: 3 (2 votes)
Drupal VersionAll
CategoryContent display
DifficultyBeginner
MediumVideo
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
Average: 5 (1 vote)
Drupal Version5.x
CategoryTheming
ModuleCCK
DifficultyAdvanced
MediumText
This guide covers the basics of the Content Construction Kit (CCK) for Drupal 6. This guide covers everything you would ever need to know about the module including: installing the module, creating a custom content type,...
tags: CCK, Contemplate, template files, theming
Average: 1 (2 votes)
Drupal Version6.x
CategoryModule guide
ModuleCCK
DifficultyIntermediate
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
Average: 5 (1 vote)
Drupal Version6.x
CategoryTheming
DifficultyIntermediate
MediumText