Hey there!
I'm working on a view that needs to list fields that are partly in the views type "user" and partly in the views type "node".
How can i get them into one view?
What i need to do is to get a view with all the friends "flagged" with the flag module. But i need to use imagefield to present the profile image. Imagefield doesn't show up in type "user".
Is there any solution for this problem? I would be very grateful about any help!

Thanks honorfield

Comments

quicksketch’s picture

Category: task » support
Status: Active » Closed (fixed)

Are you using content profile to using imagefield on a user's profile node? Otherwise the user's profile picture is not stored by ImageField or CCK at all, it's just available at User: Picture. Either way, this isn't a request for ImageField, since what you're describing is either a request for Profile module or Content Profile.