Closed (fixed)
Project:
Advanced Forum
Version:
6.x-2.x-dev
Component:
Views
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
9 Jul 2010 at 00:07 UTC
Updated:
10 Dec 2010 at 17:18 UTC
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
Comment #1
vladgur commentedI 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.
Comment #2
michelleConfirmed and committed. Thanks!
Michelle
Comment #4
drupalfan2 commentedThank you very much for this solution.