Drupal 5.1, apache 2, php 5
Using Node Relativity 5.x-2.x-dev to structure pages hierarchically. When a (parent) page is viewed, node relativity uses a View to display a list of teasers of child nodes after the body of said parent page.
Node Teaser is set to display the full body of a node when a teaser isn't set for it.
I have child nodes containing images in the body using img_assist filter tags. If I leave the teaser blank for the child node then the images display fine in teaser listings on the parent node. However if I have the same content in the teaser as is in the body for the child node, then only the filter tags are shown in teaser listings on the parent node. It seems like the img_assist filter isn't being applied to the teasers.
Comments
Comment #1
OliverColeman commentedDid a bit more experimenting on a fresh Drupal install without Node Relativity or Views:
Drupal 5.1, Node Teaser 1.1, Image Assist 1.4
Viewing a teaser list on the default front page listing a Story containing an img_assist image filter tag:
Without Node Teaser enabled:
With Node Teaser enabled (action for empty teaser field is to show drupal default teaser):
I'm not sure which module is causing the issue, so I've posted this under Image Assist, too: http://drupal.org/node/163876
Comment #2
yngens commentedi confirm it does not work with img_assist. i don't have such modules as node relativity or any other that might affect the issue, and i believe this is purely nodeteaser.module's problem, since img_assist displays correctly in teasers without this module.