Archive Overview - Latest 10 Topics
Submitted Ryan Ashbrook, Jul 06 2012 11:48 AM | Last updated Sep 20 2012 10:28 AM
This... is more of a judgment call / terminology thing than anything else.
Right now, the table header states Latest 10 of X topics archived - Last 10:
Now, there is a bit of confusion as Administrators think "Oh, these are the last ten topics that were archived" when in reality, they aren't. They're actually the most recently started topics that were archived. In the code, we're sorting based on Start Date, Descending. So, in my case, the first topic in the list was a topic I started in March 2011, however it was one of the first topics to be archived. A topic that was started in 2009 was recently moved to my "Archive" forum, and not showing in the list, even though it was the most recent topic that was archived.
So, it's more confusing rather than it not working properly.
Right now, the table header states Latest 10 of X topics archived - Last 10:
Now, there is a bit of confusion as Administrators think "Oh, these are the last ten topics that were archived" when in reality, they aren't. They're actually the most recently started topics that were archived. In the code, we're sorting based on Start Date, Descending. So, in my case, the first topic in the list was a topic I started in March 2011, however it was one of the first topics to be archived. A topic that was started in 2009 was recently moved to my "Archive" forum, and not showing in the list, even though it was the most recent topic that was archived.
So, it's more confusing rather than it not working properly.
| Status: | Fixed |
| Version: | 3.3.3 |
| Fixed In: | 3.4.0 |











2 Comments
Updating Status to: Fixed
Topics are fetched tid, asc so viewing latest X as tid, desc should fix this issue.