Notice: Undefined index: forum in /var/www/sda/6/d/flatboard/spectre/view.php on line 232

Notice: Undefined index: role in /var/www/sda/6/d/flatboard/spectre/view.php on line 235

Notice: Undefined index: trip in /var/www/sda/6/d/flatboard/spectre/view.php on line 235

Notice: Undefined index: title in /var/www/sda/6/d/flatboard/spectre/view.php on line 235

Notice: Undefined index: reply in /var/www/sda/6/d/flatboard/spectre/view.php on line 236

Notice: Undefined index: forum in /var/www/sda/6/d/flatboard/spectre/view.php on line 237
Flatboard - Reverse Post Order
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
4baea started solved URL Writing 1K / 6 General Questions
AlexanderLiebrecht started 🇩🇪 I see here in the forum already Flatboard v1.0.1 :) 1.1K / 1 General Questions
TheDragonRing#ea413 started Main Page Setup Change? 957 / 1 General Questions
started 96 / 0
Top