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
Alexander Liebrecht started How do I use SpellChecker 2.1K / 7 General Questions
Fred#4346f29d started plugin Signature 1.6K / 3 Resources
salenamarry started Buy Artvigil 150 Online : Supports Mental Agility | cheaptrustedpharmacy 45 / 0 Announcements
333b98 started Problem with topics updating on topic view (most recent populates first) 937 / 1 Bug reports
Top