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 offline
Our team is away during the weekend. Some answers may already be available on our documentation

Rest assured that we will get back to your posts as soon as the week starts!
  Support is offline
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