When views_bookmarks calls token_replace, the $teaser value is not passed through. Consequently, any CCK fields that generate differently in a teaser, are changed by views_bookmark.

This is a shortcoming of the token_replace() API. I've submitted a patch (see #167560) to token module that needs to be committed first. Then, the appropriate API changes can be made here.

CommentFileSizeAuthor
#1 167562.patch1.39 KBdouggreen

Comments

douggreen’s picture

StatusFileSize
new1.39 KB

Here's the patch...

quicksketch’s picture

Status: Needs review » Fixed

Thanks Doug! Committed.

Anonymous’s picture

Status: Fixed » Closed (fixed)