[XB] XFRM: Update Comments

[XB] XFRM: Update Comments 2.2.0 Patch Level 1

No permission to buy ($20.00)
Compatible XF 2.x versions
  1. 2.2
  2. 2.3
Additional requirements
XenForo Resource Manager 2.2.0+
License
Single Use License (may be used on one website)
Updates duration
1 year
Visible branding
No
Enable comments on resource updates in XenForo Resource Manager for better engagement and interaction.

Features:​

  • 🔒 Lock Comments: Option to disable comments on specific updates.
  • 👍 Reactions support
  • 📎 Attachments support
  • 🚩 Report System support
  • ⚠️ Warning Actions support
  • ✅ Approval Queue support
  • 📰 "What's New" Integration
  • 🌟 News Feed Support
  • 📝 Moderator Logs
  • 🛠️ Edit History
  • 🔧 Per-Category Permissions
  • 🌐 REST API Endpoints
New REST API endpoints:
POST resource-update-comments/

Creates a new resource update comment.

Parameters

InputTypeDescription
messagestring
author_alertbool
author_alert_reasonbool
attachment_keystringAPI attachment key to upload files. Attachment key context type must be resource_update_comment with context[comment_id] set to this resource update ID.
Response

OutputDescription
successtrue
commentComment

GET resource-update-comments/{id}

Gets information about the specified resource update comment.

Parameters

InputTypeDescription
none
Response

ResponseDescription
commentComment

POST resource-update-comments/{id}

Updates the specified resource update comment.

Parameters

InputTypeDescription
messagestring
author_alertbool
author_alert_reasonbool
attachment_keystringAPI attachment key to upload files. Attachment key context type must be resource_update_comment with context[comment_id] set to this resource update ID.
Response

OutputDescription
successtrue

POST resource-update-comments/{id}/react

Reacts to the specified resource update comment

Parameters

InputTypeDescription
reaction_idinteger⚠ ID of the reaction to use. Use the current reaction ID to undo.
Response

OutputTypeDescription
successtrue
actionstring"insert" or "delete" based on whether the reaction was added or removed.

DELETE resource-update-comments/{id}

Deletes the specified resource update comment. Default to soft deletion.

Parameters

InputTypeDescription
hard_deletebool
reasonbool
author_alertbool
author_alert_reasonbool
Response

OutputType
successtrue

Extended REST API endpoints:
GET resource-updates/{id}

Additional parameters

InputTypeDescription
with_commentsboolIf specified, the response will include a page of comments.

POST resource-updates/{id}

Additional parameters

InputTypeDescription
comment_openboolToggles the ability to comment the resource update


Screenshots:

uc1.png


uc2.png


uc3.png


uc4.png


uc5.png


uc6.png
Author
Painbaker
Views
2,174
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from Painbaker

Latest updates

  1. [OzzModz] XFRM: Update Comments for XenForo for XenForo 2.2+ Update 2.2.0 Patch Level 1

    2.2.0 Patch Level 1 XF 2.2 and 2.3 compatibility
  2. [OzzModz] XFRM: Update Comments for XenForo 2.1+ Update 2.2.0

    2.2.0: Added new API endpoints and extend XFRM endpoints (read the add-on description) Added...
  3. [OzzModz] XFRM: Update Comments for XenForo 2.1+ Update 2.0.1

    Changelog: Added attachments support Added whats new support Added news feed support Added...
Back
Top Bottom