[AddonsLab] Conversation Permissions

[AddonsLab] Conversation Permissions 1.6.2

No permission to download
This release fixes user's ability to contact admins if they have exceeded their quota. Conversations still count towards the total quota, but users now can contact admins and moderators.
Bug-fix: missing phrase on XenForo 2.3.x
This update adds phrases specific to XenForo 2.3.x using Direct Message instead of Conversation in user-facing pages and error messages. The update is backward-compatible, so the older phrases are still used on XenForo 2.2.x and lower.
The release fixes the following PHP error:

  • ErrorException: Template error: [E_WARNING] Attempt to read property "is_admin" on null
  • src/addons/AddonsLab/ConversationPermissions/XF/Entity/ConversationMaster.php:57

It seems the error would happen if a participant of the conversation is deleted from the database.

Thank you!
The release fixes the following PHP error:

  • ErrorException: Template error: [E_WARNING] Attempt to read property "is_admin" on null
  • src/addons/AddonsLab/ConversationPermissions/XF/Entity/ConversationMaster.php:57

It seems the error would happen if a participant of the conversation is deleted from the database.

Thank you!
Top