You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.
Not every forum will experience these issues as it is related to a mixture of permissions being required to proceed with actions related to adding and removing badges on the user side of the forums.
Moderation tools refuse to show for mod+ ranks when appropriate flags are not sent from XenForo !$visitor->is_moderator is the likely culprit.
Commenting out the if statement restored functionality to user groups with appropriate permissions.
Not every forum will experience these issues as it is related to a mixture of permissions being required to proceed with actions related to adding and removing badges on the user side of the forums.
Moderation tools refuse to show for mod+ ranks when appropriate flags are not sent from XenForo
!$visitor->is_moderator
is the likely culprit.Commenting out the if statement restored functionality to user groups with appropriate permissions.
XF-Badges/XF/Entity/User.php
Lines 146 to 148 in 9274cc7
XF-Badges/XF/Entity/User.php
Lines 174 to 176 in 9274cc7
The text was updated successfully, but these errors were encountered: