In the forum, all closed topics are displayed before all the normal topics. This is due to two queries with
ORDER BY t.topic_status DESC,
in sys/CODOF/Forum/Topic.php on lines 48 and 102.
This means that in large fora users have to go to page 3 or later to see new topics. Can this be fixed?
In the forum, all closed topics are displayed before all the normal topics. This is due to two queries with
````
ORDER BY t.topic_status DESC,
````
in _sys/CODOF/Forum/Topic.php_ on lines 48 and 102.
This means that in large fora users have to go to page 3 or later to see new topics. Can this be fixed?