******************************************************************** D R U P A L M O D U L E ******************************************************************** Name: TOC Formatter Module Author: Robert Castelo Drupal: 6.x ******************************************************************** DESCRIPTION: Display formatter that adds a table of contents set of links to the top of a text area field, and back to top links at the end of each section of text. REQUIREMENTS ******************************************************************** This module use PHP DOMDocument functions and requires the libxml PHP extension. More info here: http://www.php.net/manual/en/dom.requirements.php ******************************************************************** INSTALLATION: Note: It is assumed that you have Drupal up and running. Be sure to check the Drupal web site if you need assistance. 1. Place the entire directory into your Drupal directory: sites/all/modules/ 2. Enable the module by navigating to: administer > build > modules Click the 'Save configuration' button at the bottom to commit your changes. ******************************************************************** USAGE Can be used on any text area field. On the 'Display fields' settings of a content type set the display formatter of the field to 'Table Of Contents'. Can also be set on the field settings of a View. ******************************************************************** AUTHOR CONTACT - Comission New Features: http://drupal.org/user/3555/contact - Want To Say Thank You: http://www.amazon.com/gp/registry/O6JKRQEQ774F ******************************************************************** ACKNOWLEDGEMENT