Posted by oemer on December 11, 2012 at 2:02pm
Hi everyone,
I just can't figure out how to set up my view in drupal to get a list (table view) of all users and the nodes they have published. I know it must be simple but I seem to miss something.
It should look like:
Name nodes
User 1 has node 23, 34, 56
User 2 has node 11, 24, 55
User 3 has node NONE
User 4 has node 12, 16, 44
User 5 has node 10, 66, 89
If a user has no node he should appear in the list as well.
My view is based on users and I use aggregation but somehow in my aggregation settings the default "Group results together" setting doesn't seem to work. So I am stuck there :(
Thanks for your help.
Ömer
Comments
Im also thinking about this. Probable some views in views fields
Im also thinking about this. Probable some views in views fields.
Did you realise out how to do it?
This is as close as I came:
I add to views relationships - User: Nodes authored.
I need to know is user has any content. And if now mark him as spam and delete account.
I ♥ Drupal.