Closed (fixed)
Project:
Advanced Forum
Version:
6.x-2.0-alpha3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Sep 2010 at 19:00 UTC
Updated:
8 Oct 2010 at 03:50 UTC
Whenever I make any update to a topic (like unlocking it) it affects the "Last Post" column. This may be intended behavior for sorting purposes, but even if that is so then it's not exactly right to say that "Last post was by [commenter] at [time]" when [time] is actually when the topic was last edited and not when [commenter]'s post was made.
It's a problem for me because after using phpbb2drupal every "Last Post" is when it was imported, not when the last reply actually was.
Comments
Comment #1
meustrus commentedWell, I can fix this using the Views UI. Here's the exported advanced_forum_topic_list view after my messing with it:
For some reason my comment wouldn't show up until I broke up the code...
Comment #2
michelleI included this as part of the included views cleanup. Now only the "New & Updated topics" and the "My posts" views sort on the last update. The rest all use the time of the last post.
Michelle