Hi,

on my Drupal 5.1 site http://www.unspintheg8.org/ the full body text of video nodes show up on the front page.
Manually trying to limit the length of the teaser with the

tag doesn't seem to work.

Is it a feature or a bug?
Is there a way to get this fixed?

Gerbrand

Comments

frjo’s picture

Category: support » bug
Priority: Critical » Normal

I believe this is a bug.

If I in video.module,v 1.68.2.4 comment out line 708, like this;

// $node->content['body'] = array('#value' => $node->body);

Teasers start working as normal again. Could this line have been left behind by mistake?

Anonymous’s picture

I have exactly the same problem (Drupal 5.2) and deleting the line did indeed solve it (so far no other problems).

Anonymous’s picture

Status: Active » Reviewed & tested by the community

As it still works fine, can we have this solution integrated into the next developer build?

fax8’s picture

Status: Reviewed & tested by the community » Fixed

fixed on current -dev version

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.