Closed (works as designed)
Project:
Table of Contents
Version:
6.x-2.1
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 Jul 2008 at 16:31 UTC
Updated:
21 Jul 2008 at 20:50 UTC
Hi,
I've a problem with my homepage.
TOC are inserted and sometimes I use the "break" fonctionnality.
So links doesn't work (links in TOC)
How can I set the display of the TOC only on the node and not on frontpage , taxonomy pages ....
Comments
Comment #1
deviantintegral commentedUnfortunately, input filters have no knowledge of if they are being run on a teaser or on a whole node. They just get a stream of text, and are expected to filter it. If the API supported it, this is a feature I'd love to implement.
Your best bet would be to use something like excerpt to generate a unique teaser.
--Andrew
Comment #2
deviantintegral commented