I tested this with Admin and another two users. I use node comments.

Ive run into the following issues.

* If a brand new user A posts a comment in a forum topic started by Admin or another user B, 'My Posts' does not return any results.
* If the user A creates a new topic and then Admin or another user B comments in A's forum topic, 'My Posts' returns both A's topic and B's or Admin's comments.

please advise.

Comments

vladgur’s picture

Title: 'My Posts' does not display comments in topics started by other users » SOLUTION FOUND: 'My Posts' does not display comments in topics started by other users

I seem to have fixed this problem by modifying advanced_forum_user_posts view

Basically i removed 'parent node' relationship from '(parent node) User: Uid' argument...I basically selected Do not use relationship from relationship combo box and now it shows the correct results.
It makes sense to me, I want the User:Uid argument to apply not only to parent node of my comments(which would be the original post) but also to the comments itself.

My posts now shows the right results for all users that i tested with.

michelle’s picture

Status: Active » Fixed

Confirmed and committed. Thanks!

Michelle

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

drupalfan2’s picture

Thank you very much for this solution.