I have a content profile with panels. On one panel I plan to show all the nodes tagged with the author term that links to this user.
Is there a way to show all nodes that were tagged with a term that links to the user only knowing his uid?

Comments

Todd Nienkerk’s picture

If you know the UID, you can query the DB to see what term is associated with that UID. You can then use the TID (term ID) to view all nodes tagged with that term.

Unfortunately, I don't know what that DB query would be. (I'm not good with the DB layer.) Can someone else help?

Todd Nienkerk’s picture

Status: Active » Postponed (maintainer needs more info)