hi,

thanks for the module; i needed this.
but i have a little bug...
if i post a blog node for exemple, everything is working like expected
but if i post a feed item from the aggregation module, the teaser ct is the one expected, but in full view the body ct is the one by default.
the difference with the blog module is that the feed item have teaser and body boxes while blog only have body box.
so the bug seems to be the following: when a node have a teaser entry, the teaser is assigned to the filter but not the body.
in those circumstances, is there any possibility the body also have the assigned filter??
or maybe i have to modify the aggregation module to avoid completing a teaser. but this seams much more complicated.

any taughts?

Comments

Crell’s picture

Category: bug » feature
Priority: Normal » Minor

This module is only designed to work with node bodies, and specifically node bodies whose form structure matches that of an admin-defined node form exactly. I am not at all surprised that things get weird in aggregator. :-) Modules that create their own node types need to use node_content_form() as the base of their form structure, or this module won't work.

I'm reluctant to make this module more flexible, as it works by FAPI black magic. I'd much rather see effort put into fixing input formats to begin with rather than more black magic.

physiotek’s picture

okay.
i wasnt exepcting a reply anymore! i posted this a way back.
but thanks to take the time to answer and thanks for the info.
pht3k

Crell’s picture

Status: Active » Closed (works as designed)