Hello,

I enabled TOC for full html input filter.

This shows TOC on all content types with this input filter.

I wanted to disable this for some content types with the same input filter, but I was unable. I set "No TOC" on Edit content type screen, but the TOC was still there.

Any tips?

Cheers

Comments

AlexisWilke’s picture

Category: bug » support

giorgio79,

The filter is not aware of the node type, or even whether a node is being parsed (i.e. the filter would create a TOC in a block, a CCK field, etc.)

The only way you can do what you're talking about is by creating two Full filters. One with the table of contents filter and one without.

Thank you.
Alexis