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 Node Teaser, too: http://drupal.org/node/163877
Comment #2
sunCould you please update to the latest development snapshot and report back if this bug still exists?
Another question: Why don't you use CCK to implement a separate teaser field?
Comment #3
OliverColeman commentedUpdated to latest dev snapshot on a new installation, still getting the same results.
Good idea re cck field for teaser, however the site is live now and I don't fancy modifying all the data on it for what's not really a major issue (inserting images in html mode works okay). Unfortunately using a cck field as a teaser won't work on sites not using views to display content lists, and I've had some situations where using a view isn't very practical due to compatibility issues and ease of use for non-tech-savvy editors.
Comment #4
zoo33 commentedI don't know how Node Teaser works (never used it), but it sounds like it just doesn't filter its content. Is there an input format selector just below the teaser field, like there is below the body field?
Can't think of anything that would make img_assist's filter skip that field and not others.
Marking this as a copy of #163877.