Hi,

I'm facing a problem with the activity log module.
I've check the option "Status messages when someone comments on the relevant status" but nothing happens when I comment a previous status.
I expect that the commented status appears at the top of the group stream but nothing happen.

Any idea ?
Thanks.

Comments

ezra-g’s picture

Project: Drupal Commons » Activity Log
Version: 6.x-2.6 » 6.x-2.x-dev
Component: Activity/status streams » Code
Status: Active » Postponed (maintainer needs more info)

Are you able to reproduce this on a fresh install of Commons?

icecreamyou’s picture

I can't test this right now but I just looked at the code and it looks to me like it should be working. Basically when a comment on a status is posted, the "last_updated" column for the relevant status {activity_log_message} should change to the comment timestamp, and that's the column the default view sorts on.

saron67’s picture

Yes. I just installed a fresh version of commons and I still have the same problem.

saron67’s picture

Status: Postponed (maintainer needs more info) » Active

Hi,

Do you need additional info ?
Drupal is installed on an easyphp out of the box.

Can you tell me exactly what's the expected result with this bump option checked ?

Thanks.

icecreamyou’s picture

Can you tell me exactly what's the expected result with this bump option checked ?

Statuses with new comments should appear at the top of the stream.

I don't know what to tell you. It doesn't look broken to me, but if it is, I don't have time to fix it. An alternative is to install Radioactivity which will give you more fine-grained control over what floats to the top of the stream; however I can't guarantee that will work as advertised either as the integration with AL hasn't been tested much.

iamali’s picture

Version: 6.x-2.x-dev » 6.x-2.0-beta1

I'm facing the same probem.. Any idea?