I'm trying to create a views block that list terms (tags) entered by user when creating a node on the user's profile. When this term is clicked, it should show only display the owner of current profile nodes.

I have succeeded in creating the list of the terms for each user on their profile but when the term is clicked, it displays all nodes tagged with the term (including other users' nodes). How can I limit it to show only for owner of the current profile. I tried to play with the term's url in override url section, for example, site.com/user/%/[name] but that didn't work.

Comments

MustangGB’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Closing this as outdated, feel free to re-open if you're still looking for a solution and waiting for appropriate assistance.