Skip to content
Snippets Groups Projects
Forked from project / config_override_warn
Source project has a limited visibility.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
********************************************************************
                     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