First I would like to say thanks for the great work on this module. I've ran into and issue and I can't seem to figure it out.
I've installed Activity Log 6.x-2.x-dev / Rules 6.x-1.4 / Token 6.x-1.18 / Views 6.x-2.16 all on Drupal 6.22 fresh install.
Everything works great..except when I create a forum topic. Whenever I create a forum topic it shows up on the activities view as "User added the Page" instead of "User added the Forum Topic" or doesn't show up at all. No issues at all when creating a page or story or any other node type.
However if I regenerate the activity it fixes itself but I have to regenerate the activity every time I create a forum node.
Anyone else have this issue? Am I doing something wrong? Don't be afraid to call me a noob...
Comments
Comment #1
icecreamyou commentedThat is indeed mysterious.
Did you maybe create a custom Activity Log rule that is taking precedence?
Can you try adding the "Display a message to the user" action to the rule with the [node:type] token that the Activity Log template uses to see if it gives the correct value?
Comment #2
kevishie commentedI only have one rule...the default one and it has not been modified..."Log activity when a node is created." This is a fresh install...
When I add the action "Show a configurable message on the site" (didnt see "Display a message to the user" in this version of rules)...it says the correct value for the [node:type] token (forum).
When I create the forum topic, the log that shows up in the activities view is actually a duplicate of an existing page I already created. When I look at the data it created in the database for the forum topic..most of it looks correct from what I can tell. The data is serialized and I'm just looking at certain pieces.
I'm wondering if its how it displays the activity log since it looks like its being created correctly.
Comment #3
kevishie commentedClosing due to inactivity..looks like im the only one with the issue.