Feature #7193
List of posts need to be independantly configurable in list view (ASC) and list view when answering posts (DESC)
| Status: | Accepted | Start date: | 2010-04-09 | |
|---|---|---|---|---|
| Priority: | Could have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Forum | |||
| Target version: | 1.10.0 | |||
| Votes: | 0 |
Description
With the current configuration (1.8.3) it is possible to set the sorting order for the listing of posts by entering ASC or DESC in class.tx_mmforum_postfunctions.php:
$userconfig['post_sort'] = 'ASC';
This setting affects the display when just reading the through a topic AND also affects the sorting when replying to a topic.
It would be nice to be able to set this independently, e.g. DESC when reading through a topic and ASC when replying to a topic (last post appears on top).
History
Updated by Martin Helmich almost 3 years ago
- Status changed from New to Accepted
- Priority changed from Should have to Could have
- Target version set to 1.10.0