UPDATES EasyBlog 6.0.14 Released! Joomla 5.x and PHP 8.x compatible now!

Helpdesk

Your Time
Our Time
Response Time
24 — 48 hours
We strive to provide the fastest ever response possible. However, we are not super beings.

Allow at least 24 — 48 hours
  Support is online
Our support specialists is available now. We will attend to you as soon as we can.
  Support is online
Since we got a new feature to prevent sorting by modified date I think the better option would be to prevent likes from pushing items to top. In my opinion a like is not enough to move a stream item to top again. A comment on the other hand is content for other users to react to again. Therefor I think this way would make more sense.

Thanks to Mark for providing a temporary solution by commenting out line 961 in /administrator/components/com_easysocial/includes/likes/likes.php:

Replace this:


$stream->updateModified($streamId, $this->my->id, SOCIAL_STREAM_LAST_ACTION_LIKE);


with this:


// $stream->updateModified($streamId, $this->my->id, SOCIAL_STREAM_LAST_ACTION_LIKE);
The replies under this section are restricted to logged in users or users with an active subscription with us