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 1.0 RC2 1.5K / 5 Announcements
AlexanderLiebrecht started 🇩🇪 Feedback about Flatboard v1.0 RC 2 1K / 1 General Questions
Fred#4346f29d started plugin Nofollow 1.1K / 2 Resources
Fan#17562 started solved Upgrades => Backups backward compatible? 895 / 1 General Questions
Top