View of all nodes with an author term and argument=uid
spython - April 26, 2009 - 17:33
| Project: | Author Taxonomy |
| Version: | 6.x-1.8 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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?

#1
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?