The commentactivity.module incorrectly sets the target role of parent_node_author. There should be no spaces, rather underscores between each word. Without this change than the message never displays because it's not loading the right variable.

Incorrect: parent node author
Correct: parent_node_author

In addition to this the token [parent_node_type] is incorrect in my eyes. Currently it just shows the machine readable name of the content type. Users usually want to display the human readable counterpart.

Incorrect: blog
Correct: Blog entry

--------------

I did a diff on the changes, probably needs some work to be a patch though.

CommentFileSizeAuthor
commentactivity.patch1.03 KBmrrjpp

Comments

jaydub’s picture

jaydub’s picture

Status: Needs review » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

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