Reverse Post Order
identicon
ebd6d
DISCUSSION OF ORIGIN

ebd6d Tuesday 13th December 2016, 19:35:59

Reverse Post Order

Hi Guy,

How do I reverse post order so the latest post from DESC to ASC?
DISCUSSION OF ORIGIN
identicon
5e30a

5e30a Wednesday 21st December 2016, 22:51:52

bump
identicon
63c13

63c13 Sunday 2nd April 2017, 19:48:53

BUMP...DEV. How reverse post order? So newest post shows first.

Also, New CAPTCHA is horrible..............
Fred_f8768
Fred#f8768

Administrator

Fred_f8768

See their activity.

Fred#f8768 Sunday 2nd April 2017, 23:13:54

  Open view.php file and search :

else if(Util::isGETValidEntry('forum', 'forum'))
.....
arsort($topics);
foreach(Paginate::viewPage($topics, $p, $nb) as $topic)

And replace `arsort($topics);` by
asort($topics);

Save and look the result.
Suggested Topics View / Reply Forum
AlexanderLiebrecht started plugin Fred, how did you realize the Download Page here? 1.1K / 1 General Questions
333b98 started Problem with topics updating on topic view (most recent populates first) 935 / 1 Bug reports
Diplo started Page Manager 1.3K / 5 General Questions
cborne#11fae1 started 🇫🇷 Installation du 2 mai 955 / 1 International Discussions
Top