By User on Sunday, 07 February 2021
Posted in General Issues
Replies 7
Likes 0
Views 630
Votes 0
Hello.
I’m interested in this option in backend of EasySocial:
Enable Automated Archiving
This option determines if automated archiving should be enabled. When enabled, EasySocial will archive stream items when the cronjob executes
If you have a very active social network, overtime the stream on your site will be filled pretty quickly. EasySocial comes with a built in automated archiving feature to help you clean up the stream.
It disabled on my site. What will be happen after enabling? Why this option? Will be site (server) work faster?
At the same time stream item will be disappear from Dashboard?

Usually if somebody react to video, it bump stream item (related stream item go to the top of dashboard).

How this "bump" will work if stream item is archived? Will it be unArchived and bumped? If no is it any way to unArchive and bump it?

Thanks.
It disabled on my site. What will be happen after enabling? Why this option? Will be site (server) work faster?
At the same time stream item will be disappear from Dashboard?

1. Yes, the archived stream item will not appear on the user dashboard page.

2. Yes, it will load the stream item faster even filter from stream type, imagine if you have 1 million stream item now and the user view on the user dashboard page, the SQL query might need to scan through all the existing stream item base on the following sector :

- check for the user privacy
- check for the group/event/page stream privacy
- and etc


Usually if somebody react to video, it bump stream item (related stream item go to the top of dashboard).

How this "bump" will work if stream item is archived? Will it be unArchived and bumped? If no is it any way to unArchive and bump it?

I am sorry that I am not quite sure if I understand your question here.

This is how the archive stream work, imagine if you set this setting `Archive Items Older Than` to 3 Months :

1. Stream Ordering - Last Modified Items
- The system will archive the stream item base on this stream table `modified` column if the stream item modified date more than 3 months.

2. Stream Ordering - Latest First
- The system will archive the stream item base on this stream table `created` column if the stream item created date more than 3 months.
·
Monday, 08 February 2021 11:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello. In backend I enabled option
Enable Push To Top on Reactions
When enabled, system will push the stream item to top when user perform reactions to the stream item.
Users like it. If somebody react (or comment) to old video, it makes stream item push to top and can give video a second life (make it popular again).

But what will be happen if stream item is archived? Will it be automatically unarchived and used to top of dashboard?

Thanks.
·
Monday, 08 February 2021 15:06
·
0 Likes
·
0 Votes
·
0 Comments
·
But what will be happen if stream item is archived? Will it be automatically unarchived and used to top of dashboard?

If the stream item already archived, the user will no longer see this stream item on the user dashboard page so the user can't like/comment on this stream item.

For example, if I set `Archive Items Older Than` to 3 Months :

1. UserA created a stream item on Oct 1st, 2020.

2. If this stream item no buddy like/comment, this stream item will automatically get archived around on Jan 1st, 2021, which mean that the user will no longer see this stream item after Jan 1st, 2021.

3. If someone likes or comment on this stream item on Dec 1st, 2020, so the archive period needs to count from Dec 1st, 2020, meaning to say that the system only archives this stream item around March 1st, 2021.
·
Monday, 08 February 2021 15:53
·
0 Likes
·
0 Votes
·
0 Comments
·
In case:
1) video was added 10 years ago. But stream item is still visible.
2) user reacted to video (not stream item)
Result: usually it makes stream item push to top.

If "Enable Automated Archiving" will be turned on and stream item will be archived, nothing will happen after reaction to video?
Stream items will not be unArchived and pushed to top?

Thanks.
·
Monday, 08 February 2021 16:00
·
0 Likes
·
0 Votes
·
0 Comments
·
In case:
1) video was added 10 years ago. But stream item is still visible.
2) user reacted to video (not stream item)
Result: usually it makes stream item push to top.

If you mean the video keep got people react/comment every month, then this stream item will never older than 3 months period because when the user react/comment this video, the system will update the stream item modified date from the database. (sample screenshot: https://monosnap.com/file/TnXjv1w7v1PRzWLEGf2lToYjWZltd8 )

So now you mean you would like to archive the stream item base on the created date instead of the modified date even you have enabled the following setting?

- Enable Push To Top on Reactions
- Stream Ordering - Last Modified Items
·
Monday, 08 February 2021 17:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi. Do I understand correct:
1) user create text story post or post with photos. There is no related video or album.
2) after archiving nobody will see this post?
Thanks.
·
Tuesday, 23 February 2021 07:00
·
0 Likes
·
0 Votes
·
0 Comments
·
1) user create text story post or post with photos. There is no related video or album.
2) after archiving nobody will see this post?

Yes, nobody will see the post on the frontend after the stream item archived.
·
Tuesday, 23 February 2021 13:20
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post