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.
| Comment | File | Size | Author |
|---|---|---|---|
| excerpt-fixes.patch | 791 bytes | Anonymous (not verified) |
Comments
Comment #1
smk-ka commentedSee 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).
Comment #2
smk-ka commentedRev. 1.9 is only available in HEAD, correcting version to avoid confusion.
Comment #3
Anonymous (not verified) commentedthanks. i'm going back to the DRUPAL-5 branch.