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
Comment #1
jaydub commentedYou 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.
Comment #2
jrabeemer commentedI 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.
Change to:
Please fix.
Comment #3
sirkitree commented@see #441318: Better use of JQuery for comments
Was just fixed yesterday.
Comment #4
jaydub commentedactually #2 is different from the issue in #3. #2 was just fixed in CVS.