Reverse Post Order

Reverse Post Order
ebd6d Tuesday 13th December 2016, 19:35:59

Hi Guy,

How do I reverse post order so the latest post from DESC to ASC?

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

bump

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
Fred  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.
  • Before ask a question, read the documentation.
  • 🎉  Featured as #1 product of the day on Product Hunt
  • Please like in alternativeto.net 👍🏻
  • ╰☆╮Flatboard╰☆╮ is a open source and community contributions are essential to project success!
  • <TextField>, my new CMS project designed by a passionate developer, for developers!
  • I am currently busy 😫.

Suggested Topics
started
32.2K 0
4.1K 1
Want to read more? Browse all categories or view latest topics.