Active
Project:
Table of Contents
Version:
6.x-3.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 May 2011 at 14:13 UTC
Updated:
6 May 2011 at 21:19 UTC
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
Comment #1
AlexisWilke commentedgiorgio79,
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