Jump to content


Photo

Archive Overview - Latest 10 Topics


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.

Status: Fixed
Version: 3.3.3
Fixed In: 3.4.0


2 Comments

I agree it can be confusing, let me check with Matt what he wants to do. I believe the archiver saves the topics he's working on so maybe we could load and list those.
Updating Fixed In to: 3.4.0
Updating Status to: Fixed

Topics are fetched tid, asc so viewing latest X as tid, desc should fix this issue.