The Joomla! Extensions Directory ™

suncat100

Reviews(1)
 
bysuncat100, October 23, 2009
I don't understand why this seems to be the only TOC plugin for joomla articles. I would almost expect it to part of the core system. Anyway, we have this one, and it works just like it's supposed to, so I'm not complaining!

Like suggested earlier, I do think it is quite important to be able to use this on a per-article basis. I only need it for certain documentation-style pages, and don't want it cluttering other pages. However, I found a workaround for this with CSS if anyone is interested:

Edit the CSS so that the table does not display by default, and then create a parent style where the table is displayed again. For those pages(menuitems) where you want the TOC to display, simply add "showtoc" as page-class-suffix. CSS would be something like:

.contenttoc {display: none;}
.showtoc .contenttoc {display: block;}

Hope you get the idea ... and thanks for the plugin!