Jump to content

Featured Replies

Posted

Is there a way, in the Articles database, to change the order of comments, so that newer comments appear at the top?

Solved by Nathan Explosion

Go to solution
  • Solution

Edit the highlighted template (ideally, edit your own version of the default templates)

Could contain: File, Page, Text, Webpage

 

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.

  • Author

Thank you!! 😃

Recently Browsing 0

  • No registered users viewing this page.