Closed (fixed)
Project:
User Relationships
Version:
6.x-1.0-beta9
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
10 Jun 2009 at 20:19 UTC
Updated:
13 Jul 2009 at 07:10 UTC
Hi, I'm trying to display a view of (a one-way, followesque) user relationship content block. I've used several views provided through the issue threads such as this one: http://drupal.org/node/357548 in a panel made to take over display of the user page. I'm employing panels 3.0-beta2 and with each view I've selected the user ID as context. Regardless of whatever views options I select I get a redundant display of nodes, usually two of each.
What am I doing wrong and/or is this an issue with panels 3 do you think?
Thanks!
Comments
Comment #1
alex.k commentedApologies for delay... duplicates may be caused by having more than one relationship between you and the author (and you are not filtering on one relationship type), as well as other things such as e.g. adding taxonomy fields to the view.
Comment #2
pribeh commentedOh, I got around this simply by using the "distinct" feature in views. I didn't have any taxonomy or multiples of relationships in use so I'm not sure why the duplicates occur. I've simply made a modified version of the basic user relationship content view that comes with the ur module. Thanks for your help.
Comment #3
alex.k commentedCool, thanks for the follow up.