On my site (still running locally, so I can't give a link), I want to make a page with a table list of all the people that have a certain role.
I used usernode and nodeprofile to create custom profiles where users with that role can enter some information about them.
Now what I would like to do in this list of people, is have their full name and some other text content from the nodeprofile to be displayed, together with a link to their profile.
I tried to do this with the following views:
1. View that filters on Node:type=user profile, and that has fields "Text: Fullname" and "Text: Otherinfo"
2. View that filters on Usernode:Role Is All Of "some role" and field "Node: View Link"
Then I used views_fusion to fuse view 1 and view 2 using nodefamily relation: child - parent.
Now, the strange thing is, when I visit this view the first time after I've edited something in the view settings, It works, but as soon as I click on one of the link, or even just refresh the page, it breaks:
All the users of the specified role are still displayed (so the filter of view 2 is still working), but the "Node: View link" disappears from the page. The only way to get it back is to edit the view and save it, then I can see it working once, and then it breaks again.
Anyone has an idea what the problem might be?
Comments
I found something else that
I found something else that is very strange: if I expose the Nodetype filter, the links stay on the page.