This is documentation created for Views 2 - a module which creates lists of data i.e. a list of podcasts. This guide covers the basic use of the module and some of the more advanced API features.
tags: documentation, lists, module guide, views2
Average: 5 (2 votes)
Drupal Version6.x
CategoryModule guide
ModuleViews2
DifficultyAdvanced
MediumText
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 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
Average: 5 (1 vote)
Drupal Version5.x
CategoryTheming
ModuleOther
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: 3 (3 votes)
Drupal Version5.x
CategoryTheming
DifficultyAdvanced
MediumText
This guide describes how to solve the "user warning: Duplicate entry" error for Drupal version 5 and 6. The problem is caused because auto_increment is not set on certain database tables. This guide provides the...
tags: Drupal error, duplicate entry, user warning
Average: 4 (1 vote)
Drupal VersionAll
CategoryTroubleshooting
DifficultyAdvanced
MediumText