I'm not sure what is wrong. I have activity comments view/create permissions on for authenticated users as well as all my roles. However, I don't see the comments with any user other than user1.

Is there something I'm missing?

Thanks.

Could it have something to do with the fact that I installed the first version of activity comments in its original issue, and that now conflicts with the one included in module? Should I do a complete reinstall?

Thanks.

Comments

jaydub’s picture

You would be best served by going with the activity comments that are in the current -dev release of the Activity module. Try that out and report back with success or failure and we can go from there.

jrabeemer’s picture

Category: support » bug
Priority: Normal » Critical

I see this problem as well with the latest 1.x-dev. I have create comment permission on my authenticated role. The activity_comments.js is not being loaded. There's a typo at the permission conditional. The fix is here:

@ line 1348 in activity.module.

  if (user_access('create activity comment')) {

Change to:

  if (user_access('create activity comments')) {

Please fix.

sirkitree’s picture

Status: Active » Closed (duplicate)

@see #441318: Better use of JQuery for comments

Was just fixed yesterday.

jaydub’s picture

Status: Closed (duplicate) » Fixed

actually #2 is different from the issue in #3. #2 was just fixed in CVS.

Status: Fixed » Closed (fixed)

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