SIOC/Neologism/Drupal

From W3C Wiki

Useful tips to develop with Drupal

In this project we'll use Drupal 5. Download Drupal 5.7

Drupal 5 API

The devel module is useful to see what's going on in the background, such as the SQL queries etc. It is installed on a development site, and used during the development phase only, and is not shipped with the end product. Devel module.

See also the Drupal handbooks.

Finally, don't forget the var_dump() function which can be useful at times!

Modules

We will need the following modules:

  • Token to generate the elements of the path
  • Pathauto to manage and create the paths based in the Token module