WARNING! Page under construction ...
This page keeps notes about developing with Drupal5 as the documentation is very dispersed
Table of Contents
Official Documentation
Forms
Note that form fields don't necessarily appear in the order in which you list them in hook_form. Some common fields have default
- "Title" set to -5.
- book.module "Parent" set to -4.
- "Body" set to 0.
- book and page.module's "Log message" set to 5.
- book.module "Weight" set to 5.
- "Authoring information" set to 20.
- "Publishing options" set to 25.
- NodeAPI addons default to 30 (see below).
- "Preview" set to 40.
- "Submit" set to 45.
- "Delete" set to 50.
- Renames "User Comments" to "User comments".
- Fixes some leftover $nodeapi (to $extra) in taxonomy.module.
- Weight of the vocabulary is now actually considered.
- Removes "Log message" from story; revised it for page.module.
- Default filter_form weight is 0, not -16.
- menu.module form_alter doesn't collapse if an item exists.
- path.module form_alter doesn't collapse if an item exists.
Inofficial Documentation
EDIT themes
- coming soon...
Coding Conventions
- coming soon...
Modules
The modules section has been moved to it's own page: [DrupalModules]
Useful Tools
- Conversion program WordPress? / b2evolution to Drupal 5 (thread | download | manual)
Single Sign On
- http://drupal.org/node/58152 - keep drupal login data as apache haccess files for other software
- http://drupal.org/project/fierce_sso
- http://www.longsight.com/blog/drupal-cas-single-sign-on
