By Jeromy Waunch on Tuesday, 03 January 2017
Posted in General Issues
Likes 0
Views 421
Votes 0
In one of our groups, I'm noticing that when someone likes a photo or comment, it adjusts that post to the top of the group stream. How do I adjust the settings to keep things chronological? Thank you!
Hey Jeromy,

By default the stream in EasySocial is ordered by last modified dates. In other word, if someone like or comment on the stream, it will show on the top of the group stream.

If you would like to achieve this, you can try edit this file JoomlaFolder/administrator/components/com_easysocial/models/stream.php and at line 33 locate the codes below,


private $streamPaginationSort = 'modified';


Replace it with,


private $streamPaginationSort = 'created';


and see how it goes.
·
Tuesday, 03 January 2017 09:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you!
·
Wednesday, 04 January 2017 02:58
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Wednesday, 04 January 2017 12:57
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post