I've attached the patch I'm using to turn the DRUPAL-5 branch of this module (currently at revision 1.9) into a functional module. revision 1.9 has the good content_type code which allows you to adjust the weight of your teaser.

nodeapi is a bear for relatively new drupal developers like me, so i am definitely willing to have this patch revised if i'm overlooking use cases. this module is so essential for Drupal 5 that i needed to create some patch that hoepfully can get this module back on track.

CommentFileSizeAuthor
excerpt-fixes.patch791 bytesAnonymous (not verified)

Comments

smk-ka’s picture

See this issue for an approach that generates the teaser when submitting a node instead of when loading it, which is much more efficient (because it's done only once instead of every time a node is viewed). However, your patch should still be working fine (not tested, though).

smk-ka’s picture

Version: 5.x-1.x-dev » 6.x-1.x-dev

Rev. 1.9 is only available in HEAD, correcting version to avoid confusion.

Anonymous’s picture

Status: Needs review » Closed (fixed)

thanks. i'm going back to the DRUPAL-5 branch.