Bug #1942
Forumdisplay, pagination and lastpost sorting
| Status: | Feedback | Start date: | 02/09/2012 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Forum Display | |||
| Target version: | - | |||
| Reproducibility: | Always | Database Type: | ||
| Reported In MyBB Version: | 1.6.5 | Database Version: | ||
| PHP Version: | SQA assignments: | |||
| Browser: |
Description
Views, replies, and rating all work...lastpost does not. When you sort by "Last Post" pagination does not hold it at all. You can verify on MyBB.com
Actually for "ratings" when I chose "desc" the pagination says "asc". So there is a bug in there too.
This is semi-important as searching from the last post desc is a way to prune the oldest of threads.
Should be an easy fix anyways.
History
#1 Updated by Tom Moore about 1 month ago
- Target version set to 1.6.8
#2 Updated by Tom Moore about 1 month ago
- Status changed from New to Feedback
- Target version deleted (
1.6.8)
I need feedback on this Jesse; the reason why lastpost doesn't appear in the pagination is because the default is lastpost so it does carry it forward (it just doesn't show it). However, if you switch to asc/desc, it does keep that order method.
The same applies to rating.
Can SQA confirm from a fresh install?
#3 Updated by Stefan T. about 1 month ago
Perhaps when you set up a different sort order (forum settings, configuration)?
#4 Updated by Jesse Labrocca about 1 month ago
Ah I see what you mean. ASC does hold but DESC doesn't because that's default.
Notice in my originally report I mention pruning old threads.
Well more specifically if you commit a moderation action on a group of threads while using lastpost sort ASC it's not holding. So I guess this is really a moderation issue.
Unsure if you want to count that as a bug. Maybe I was tired and not thinking too well when I reported this. :(