"Collection" using values from current User fields

I’m building a site for a Choir. I’ve added a “voice” field to the User object (e.g., Tenor, Bass).

Now, I’d like to make a portlet that displays all content tagged with the same tag as the member’s “voice”. I.E., if you’re a Tenor, it displays everything tagged “Tenor”.

I don’t mind getting down and dirty in the code, but how would I go about this?

Use collective.collectionfilter

1 Like

Awesome, thanks