I want to create a user listing and I am going to use usernode to create nodes and list them. How do I bring in the profile info into a view? When I create a table view all you can see is the usernode data, the profile data is blank except for the two users created before the install of the usernode. I tried enabling and disabling the usernode module with no avail.

I heard I might have to use fusion, however what would the relationship be since the profile data is not a node type, I am really just trying to display the usernodes in a table with the profile data in views....

Comments

bfdexp’s picture

Table issue.

Well did some research and found that these values are held in the profile_values table and that only the first two profiles data is included in that table. So the issue is why usernode is not updating that table. Ran cron with no avail????

fago’s picture

Status: Active » Fixed

the issue is probably because a drupal update - if users edit their profile the information will be visible. search the views issue queue for more - I think there was already an issue for it, however no solution, as it is caused by the way the profile module works/has changed.

Anonymous’s picture

Status: Fixed » Closed (fixed)