Using latest builds of activity with (the attached view) "Activity Access: Flag Access =" turned on to allow display of flagged users' content. I've started with a fresh build of my site as well as fresh installs of the latest flag and activity builds. With one user flag setup and all activity access controls setup prior to any new content being generated. The view will display nodes perfectly fine until the flag access filter for the user flag ("Follow") is switched on. Then each node gets displayed two or three times. Thanks

CommentFileSizeAuthor
user_and_user_follow_view.txt7.16 KBpribeh

Comments

pribeh’s picture

I've noticed this is only happening when user (self) is looking at a view displayed on their own profile page containing their nodes. Right now I'm using panels (3) to override the profile page and I've placed the attached view in it. When the user is looking at the view on their profile page their nodes appear two or three times. When nodes posted by another user are displayed (via flagged follow behaviour) the node only appears once. So my uneducated guess would be that there's something to do with user context duplicating the display of a user's own nodes.

Scott Reynolds’s picture

Status: Active » Postponed (maintainer needs more info)

What version of Views? 2.7 was rumored to have a problem with duplicates (DISTINCT() didn't work right). http://drupal.org/node/649642.

pribeh’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Fixed with 2.8. Thanks Scott. I should check views updates from time to time :)