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
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