Hi,
By default, the user_tracker view show "nodes this user has participated in". Is there a simple way to make it instead show "nodes this user authored"? For some reason I have a really hard time wrapping my head around Views arguments, so I've tried a few things but haven't been able to get it to work.

Thanks!
Eileen

Comments

leenwebb’s picture

Status: Active » Closed (fixed)

Ah! The key is not to look in filters (where I was looking), but instead at replacing the argument with "UID Authored" (instead of "UID Authored or Commented"). I solved my own problem! Thanks :)