Hello
For some reason the Forum shows newest answers first and oldest last, which is pretty much the opposite of how every forum works and my users complains about it.
Is there a way to make newest showing last instead?
That did the trick. Thanks :)
replace DESC
by ASC
Hi. The thing is it already looks like this:
$vars = array(
'type' => 'forum:topic:reply',
'order_by' => 'a.id DESC',
'subject_guid' => $subject_guid
);
but it still show from newest to oldest.
Hi. I can't program. What should I change it into?
OK, change into what?
You may change that in components/Forum/classes/Replies.php
change $vars array with for descending order :
$vars = array(
'type' => 'forum:topic:reply',
'order_by' => 'a.id DESC',
'subject_guid' => $subject_guid
);
Due to the many requests in the past for additonal features and components we have decided to develope a premium version. Features like Hashtags, Videos, Polls, Events, Stories, Link Preview, etc included in it.
$199 (Life Time)