By Ettienne C on Thursday, 24 August 2017
Posted in General Issues
Likes 0
Views 561
Votes 0
Hi,

The activity stream shows posts randomly irrelevant of date/time.
Cannot find the setting for this?

Please assist.

Thanks.
The reason why those old stream appear at the top is because that is current default behaviour in EasySocial ordered by last modified dates.

For example : when the user like or comment on one of the older stream, the system will move this older stream appear at the top.

If you would like ordered by those stream based on the stream creation date, you have to modify this PHP file temporary :

Open this file JoomlaFolder/administrator/components/com_easysocial/models/stream.php and modify at line 33 locate the codes below,


private $streamPaginationSort = 'modified';


Replace it with,


private $streamPaginationSort = 'created';


In EasySocial 2.1, we will allow admin to choose what stream listing sorting behaviour their want from backend.

Hope this will help.
·
Thursday, 24 August 2017 19:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for fast response. I understand now.

Can't wait for 2.1
·
Thursday, 24 August 2017 19:51
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Ettienne
·
Thursday, 24 August 2017 20:46
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post