By Aleksandr on Tuesday, 15 August 2017
Posted in Technical Issues
Replies 7
Likes 0
Views 623
Votes 0
Help set up a couple of things in the news feed display.
1. Displaying news as they are created. Now in the beginning get the news like 30 minutes ago, and so 6-7 months. There are no comments on these news.
2. Now the site is configured to display 30 news reports in three columns.
How to configure uploading of the next 30 news messages, without replaying the previous ones in the right column?

To each problem described in the attachment screenshots.

Thanks for the help
Unfortunately that was not possible to fix this as we explained before regarding this customisation we provided to show 3 columns on the dashboard page in your previous thread, it will cause this stream re-ordering stream again when you press/auto load more stream.
·
Tuesday, 15 August 2017 10:48
·
0 Likes
·
0 Votes
·
0 Comments
·
And as for the first question, what do I see very old news?
Which have nothing to do with the current account and friends of this account ...
·
Wednesday, 16 August 2017 00:18
·
0 Likes
·
0 Votes
·
0 Comments
·
And as for the first question, what do I see very old news?
Which have nothing to do with the current account and friends of this account ...

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.
·
Wednesday, 16 August 2017 11:38
·
0 Likes
·
0 Votes
·
0 Comments
·
I probably did not put it right.
If there are changes in the article, then it is correct that it is transferred to the beginning.
But you can just account that logged in, display changed articles, only those that changed his friends. Articles changed by other people of this account do not display, as in Facebook.
·
Saturday, 26 August 2017 16:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Aleksandr,

Hm, not too sure if I understand you here. What do you mean by 'Articles changed by other people of this account' ?
·
Saturday, 26 August 2017 17:58
·
0 Likes
·
0 Votes
·
0 Comments
·
When I go to the site, I have to see new publications on the site and modified publications by my friends.
Right?

But I still see publications changed by other people who are not my friends and I have not signed them.

And ideally I need to see new and modified publications only of my friends or the pages to which I am subscribed (as in Facebook).
·
Monday, 28 August 2017 08:49
·
0 Likes
·
0 Votes
·
0 Comments
·
I've checked from your backend setting, it seems like you set to show "Default Start Item" to 'everyone', which mean that when the user see the publications page, it will still see other user post even those user is not your friend.

If you would like only show 'my friend' and my post on publications page, you have to set this "Default Start Item" to 'Me& friend' from backend, you can refer on my attached screenshot below.

Hope this will help.
·
Monday, 28 August 2017 13:17
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post