Hello,

firstly thank you for the great efforts! The drupal wiki profile really speeds up the installation and configuration for a wiki-like drupal.

There is just one feature i couldn't make work though it works with another drupal website (5.7) i've done and my own wiki configuration: The table of contents (http://drupal.org/project/tableofcontents) doesn't show up on any wiki page.

Maybe anybody has an idea how to make it work...

Cheers

sonden

Comments

sonden’s picture

Status: Active » Closed (fixed)

After tweaking around a bit I could make it work by rearranging the filter ordering. I put the table of contents to the beginning and added to filtered html the additional tags <h1>, <h2> and <h3>.

hope that helps any of you further that experienced similar problems.

sonden

sonden’s picture

Thanks a lot! Your suggestion fixed the problem. Putting the TOC before the html filter did the trick.