I use this module all the time and think it is great (should be a core part of Views). Would be really handy to support the User Reference field as well - would this be possible?

So, to be sure i have this right... i am making a user view which lists the users on my site but would like to filter by info in a node which has a user ref field.

in other words:

reg -> user
reg -> event

i would like to filter users to those who have reg nodes pointing to them and those reg nodes point to a specific event.

Comments

liquidcms’s picture

hmm.. maybe just clone the module and change it to be reverse_user_reference.. hmmm.. could it be that easy?

liquidcms’s picture

hmm.. well a bit messy.. but solution i am going to try is to add a new (redundant) field to reg node which is a noderef to the user's content profile node. This will allow me to use this module to back ref to the user (via relationship that CP module creates).

just need a little nodeapi code to ensure my CP ref is automatically set based on the user ref field value.. but easier than the alternatives

Itangalo’s picture

subscribing

(Gonna need something like this in a current project.)

atolson’s picture

subscribing +1

(Currently need this or something like it. I'm referencing users in a content type and want to reverse reference the nodes on the users' profile pages.)

davemaxg’s picture

Subscribing. I could use this too.

kongoji’s picture

+1

markus_petrux’s picture

Status: Active » Closed (won't fix)

Sorry, support for user references is out of the scope in this package. Alternatively, you can use Content Profile, and that gives you a node per user relation.

Marko B’s picture

Any ideas on this? I would also like to have this, some other module maybe?