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

deviantintegral’s picture

Unfortunately, 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

deviantintegral’s picture

Status: Active » Closed (works as designed)