Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted May 29, 2024May 29 Is there a way, in the Articles database, to change the order of comments, so that newer comments appear at the top?
May 29, 2024May 29 Solution Edit the highlighted template (ideally, edit your own version of the default templates) Find this line: {{foreach $record->comments( NULL, NULL, 'date', 'asc', NULL, NULL, NULL, NULL, FALSE, isset( \IPS\Request::i()->showDeleted ) ) as $comment}} Change 'asc' to 'desc' and save.