In some views, needed to be able to dynamically chop the teaser down to a specified word count on a per-View basis. Although not as thorough as node_teaser, this was sufficient for our needs.
Patch is for views/modules/views_node.inc.
| Comment | File | Size | Author |
|---|---|---|---|
| views_node.patch | 1.8 KB | mikegull |
Comments
Comment #1
moshe weitzman commentedthis is too specialized for Views. Make own formatter for it.
Also, please use unified diff and use drupal functions for truncating. those are unicode aware.