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
None
When a site admin views the list of attendees going to an event, all of the attendees are listed as "Moderators", irrespective of whether they are siteadmins/moderators or not.

When viewed by a normal member, the attendees are listed as "going"

The error seems to be on on line 41 of media/com_easysocial/apps/event/guests/themes/default/events.


<?php if (!$event->isAdmin($guest->uid) && $this->my->isSiteAdmin()) { ?>
<span class="o-label o-label--info-o label-moderator"><?php echo JText::_('APP_EVENT_GUESTS_MODERATOR'); ?>
</span>
<?php } ?>


$this->my->isSiteAdmin looks up the status of the logged in user, not the booked user.
Since the logged in user is siteAdmin, the action is done i.e the word "moderator" is added.

The correct action is that the word moderator should only be added if the BOOKED attendee was a siteadmin.
The replies under this section are restricted to logged in users or users with an active subscription with us