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.

CommentFileSizeAuthor
views_node.patch1.8 KBmikegull

Comments

moshe weitzman’s picture

Status: Needs review » Closed (won't fix)

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