You are here

README.txt in TOC Node 7

********************************************************************
                     D R U P A L    M O D U L E
********************************************************************
Name: TOC Node Module
Author: Robert Castelo <www.codepositive.com>
Drupal: 7.x
********************************************************************
DESCRIPTION:

Provides a Table Of Contents for a node, which includes all the
content of a node.

The TOC is available as a block, so can be placed anywhere on a
page.


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

Most PHP installations will include this as standard.

BOOTSTRAP THEME
There is a known issue using this module with Bootstrap: https://www.drupal.org/node/2162165
The following patch is suggested: https://www.drupal.org/files/issues/bootstrap_7_3_0_anchore_jquery_1_9_integralvision_brtamas.patch


********************************************************************
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

Set defaults on a content type, each node will also have individual
settings.

The TOC will appear at the top of the Content region automatically.

If you add the TOC block to the page the automatic TOC will not
display.


********************************************************************
AUTHOR CONTACT


- Comission New Features:
   http://drupal.org/user/3555/contact

- Want To Say Thank You:
   http://www.amazon.com/gp/registry/O6JKRQEQ774F


********************************************************************
ACKNOWLEDGEMENT


File

README.txt
View source
  1. ********************************************************************
  2. D R U P A L M O D U L E
  3. ********************************************************************
  4. Name: TOC Node Module
  5. Author: Robert Castelo
  6. Drupal: 7.x
  7. ********************************************************************
  8. DESCRIPTION:
  9. Provides a Table Of Contents for a node, which includes all the
  10. content of a node.
  11. The TOC is available as a block, so can be placed anywhere on a
  12. page.
  13. REQUIREMENTS
  14. ********************************************************************
  15. This module use PHP DOMDocument functions and requires the libxml
  16. PHP extension. More info here:
  17. http://www.php.net/manual/en/dom.requirements.php
  18. Most PHP installations will include this as standard.
  19. BOOTSTRAP THEME
  20. There is a known issue using this module with Bootstrap: https://www.drupal.org/node/2162165
  21. The following patch is suggested: https://www.drupal.org/files/issues/bootstrap_7_3_0_anchore_jquery_1_9_integralvision_brtamas.patch
  22. ********************************************************************
  23. INSTALLATION:
  24. Note: It is assumed that you have Drupal up and running. Be sure to
  25. check the Drupal web site if you need assistance.
  26. 1. Place the entire directory into your Drupal directory:
  27. sites/all/modules/
  28. 2. Enable the module by navigating to:
  29. administer > build > modules
  30. Click the 'Save configuration' button at the bottom to commit your
  31. changes.
  32. ********************************************************************
  33. USAGE
  34. Set defaults on a content type, each node will also have individual
  35. settings.
  36. The TOC will appear at the top of the Content region automatically.
  37. If you add the TOC block to the page the automatic TOC will not
  38. display.
  39. ********************************************************************
  40. AUTHOR CONTACT
  41. - Comission New Features:
  42. http://drupal.org/user/3555/contact
  43. - Want To Say Thank You:
  44. http://www.amazon.com/gp/registry/O6JKRQEQ774F
  45. ********************************************************************
  46. ACKNOWLEDGEMENT