Closed (fixed)
Project:
Wiki installation profile
Version:
5.x-2.0-beta1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 Jun 2008 at 00:55 UTC
Updated:
10 Jul 2008 at 17:04 UTC
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
Comment #1
sonden commentedAfter 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
Comment #2
sonden commentedThanks a lot! Your suggestion fixed the problem. Putting the TOC before the html filter did the trick.