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
It is currently off working hours and most of us aren't around

Rest assured that we will get back to you as soon as the day starts tomorrow!
  Support is offline
You have not worked with access rights to like the Page and join the Event.

.../components/com_easysocial/themes/wireframe/helpers/page/action.php
Replace code: <?php if (!$page->isMember() && !$page->isPendingMember()) { ?>
with code: <?php if ($this->my->getAccess()->get('pages.allow.like') && !$page->isInviteOnly() && !$page->isMember() && !$page->isPendingMember() && !$page->isInvited()) { ?>

.../components/com_easysocial/themes/altheme/helpers/event/action.php
Replace code: <?php if (($event->isOpen() || $isParticipant || $isClusterAllowed) && !$isPending && !$event->isDraft()) { ?>
with code: <?php if (($event->isOpen() || $isParticipant || $isClusterAllowed) && $this->my->getAccess()->get('events.allow.join') && !$isPending && !$event->isDraft()) { ?>

I did the right thing?
The replies under this section are restricted to logged in users or users with an active subscription with us