Here is a patch which ports the module to drupal7.

CommentFileSizeAuthor
#3 fix.patch542 bytesdawehner
port_7.patch2.94 KBdawehner

Comments

pasqualle’s picture

Status: Needs review » Fixed

thanks

Anonymous’s picture

Status: Fixed » Needs work

This patch is almost all the way there, but the callback function is named inconsistently.

Should be
function insert_view_substitute_tags($text, $format)
But right now it is
function _insert_view_substitute_tags($text, $format)

dawehner’s picture

Status: Needs work » Needs review
StatusFileSize
new542 bytes

Here is a patch

pasqualle’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.