i enabled the view for UR module associated, in user profile so i want to set the view row style to node
but I get only 3 node show not all the nodes. but if i set the row style to field I get all nodes show.
I need to use row style to node, like that i can show the thumbnail for ipaper module.
is there any one can help me please

Comments

mrf’s picture

Status: Active » Postponed (maintainer needs more info)

Can you let me know which specific view you are trying to use? There are a number of different ones available within the module.

alexx90’s picture

I tried with unformated , grid, fluid grid, all of them are the same

mrf’s picture

I meant which of the User Relationship views are you trying with Admin -> Site Building -> Views -> List

alexx90’s picture

thank you so much sir for your time

ok
the view i'm using is :

user_relationships_content

[Module: user_relationship_views; Use this view to show content posted by someone's related users. If you use content_profile, setting the content type filter to your profile node types will display your user profiles. ]
mrf’s picture

Title: NODE ROW STYLE PROBLEM » Unable to use full node display on user_relationships_content view
Category: support » bug
Status: Postponed (maintainer needs more info) » Active

Well this looks like a bug to me. I'll try to take some more time to look at this one, but I would recommend trying to find a reasonable workaround using the field display in the meantime.

While editing the view I got this notice after switching to the full node display:

notice: Undefined index: required in /Sites/drupal6/sites/all/modules/views/handlers/views_handler_filter_in_operator.inc on line 395.

On the views page I got this error:

user warning: Unknown column 'user_relationships.uid' in 'on clause' query: SELECT COUNT(*) FROM (SELECT DISTINCT node.nid AS nid FROM node node LEFT JOIN user_relationships user_relationships ON node.uid = user_relationships.requester_id LEFT JOIN users users_user_relationships ON user_relationships.uid = users_user_relationships.uid LEFT JOIN user_relationships users_user_relationships__user_relationships ON users_user_relationships.uid = users_user_relationships__user_relationships.requestee_id WHERE (users_user_relationships__user_relationships.approved = '1') AND (node.type in ('page')) AND (users_user_relationships__user_relationships.requester_id = 1 ) ) count_alias in /Sites/drupal6/sites/all/modules/views/plugins/views_plugin_pager.inc on line 141.
alexx90’s picture

is there any hop for fix that or not

eodonnell’s picture

So one-way relationships don't work with this view. Two-way do, you have to allow two way in the relationship, then you have to remove any existing relationships and re-add them. Then the view will work.

alexx90’s picture

I will try