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

OliverColeman’s picture

Did 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:

  • Node containing just an image and no text: image shows
  • Node containing an image followed by lots of text (which is cut off by drupal teaser system): image shows

With Node Teaser enabled (action for empty teaser field is to show drupal default teaser):

  • Node teaser field empty:
    • Node body containing just an image and no text: image shows
    • Node body containing an image followed by lots of text (which is cut off by teaser system): image shows
  • Node teaser field identical to body:
    • Node teaser and body containing just an image and no text: filter tag shows
    • Node teaser and body containing an image followed by lots of text: filter tag shows

I'm not sure which module is causing the issue, so I've posted this under Image Assist, too: http://drupal.org/node/163876

yngens’s picture

i 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.