I have a list of nodes. Under each node I have opened up commenting. Normal users can comment, special users can respond to the comments.
I want a normal user to see only their comments when viewing such a node AND the responses by the special roles.
I have been experimenting with views but using either a filter or contextual argument of current user:uid only shows the comments by the user, leaving out the responses by admin/editors, etc :(
Appreciate any pointers.
Thanks