Closed (fixed)
Project:
Heartbeat
Version:
6.x-3.x-dev
Component:
User interface
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Mar 2009 at 08:21 UTC
Updated:
16 May 2009 at 21:13 UTC
when a user adds multiple data the message (token) appears to be broken. What is the correct form that should be used? is this a problem of the 'token' or of the clustering?
using the default:
!username has added the following !node_types: %node_titles%
I see:
"has added the following images: . Last 1 day ago "
Thanks
Comments
Comment #1
gallamine commentedI have the same error.
Comment #2
gallamine commentedBump.
Does no one else have this issue? Seems like a major deal to me. I can't use this module unless this is fixed.
Comment #3
Stalski commentedCould you give a screenshot of the heartbeat message you use and the rules ... ?
Both are exportable. Put them in zip and i will look into this.
screenshots are helpfull too, but those exports are very easy to reproduce.
thx
Comment #4
gallamine commented@stalski,
I figured out the problem. The Heartbeat message "User adds a node, save user activity" used the "node_titles" variable in the merged message. However, "node_titles" was never set in the Rule, only "node_title" was. So, I editing the message to use "%node_title%". I also had to go to the "extra settings" at the bottom and add "node_title" to the "Group or Merge Varible" text field. That seemed to fix things. Thanks for the great module.