It looks to me like the advanced_forum_user_posts view is pulling in the wrong information. On the setup I'm working with it is pulling in the same information as the advanced_forum_topic_list view. It is showing a user's most recent topics, rather than their most recent replies, so any replies to topics that they did not start do not display.

Perhaps I'm misunderstanding what this block is supposed to do?

I've attached an export of how I altered this view to get the behavior I expected. Please note that it is not a straight replacement for the view in advanced_forum_user_posts.view - there's some custom code in there that pulls in the appropriate vocabulary id, and I've also hidden an exposed filter.

If anyone agrees that there is a problem here then I'll turn this into a proper patch.

CommentFileSizeAuthor
advanced_forum_user_posts.txt13.4 KBtom_o_t

Comments

michelle’s picture

Weird... I get topics and replies with that view, which is just what I expected. I've been working on the views but not that one yet. I tried to add a column showing information about the topic and it blew up so I just reverted it. If you want to make a patch, I'll hold off on making any changes to that one for now.

Michelle

michelle’s picture

Status: Active » Closed (won't fix)

I was never able to reproduce this problem and, since no patch came in the 1.5 months since this was posted, I just went ahead with my plan in #568422: Merge "my posts" and "my topics" and improve resulting view

If there's still a problem, feel free to reopen.

Michelle