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
Fred#f8768 started FlatBoard v0.7.4 Beta 2.2K / 45 Announcements
Kat#b0d39 started solved Time stamp translation to French 1.4K / 5 General Questions
444f31e1 started REQUIRED IMAGE UPLOAD - FIRST POST 1.3K / 1 Feature Requests
Fred#f8768 started plugin RSS (external site) 684 / 0 Resources
Top