I made some tweaks here, I seem to have typo'd the permission names a bit which would explain this. This would only happen if you're viewing an event that isn't yours which is why Freelancer can see the link but Mouth can not.
The fix is in the next version but if you want to apply it now, you can find the following in library/NixFifty/Calendar/Model/Event.php:
PHP:
if (XenForo_Permission::hasContentPermission($calendarPermissions, 'tagEventAny')
|| XenForo_Permission::hasContentPermission($calendarPermissions, 'manageAnyEvent')
Change to:
PHP:
if (XenForo_Permission::hasContentPermission($calendarPermissions, 'tagAnyEvent')
|| XenForo_Permission::hasContentPermission($calendarPermissions, 'manageAnyTag')
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.