XenForo [OzzModz] XFRM: Update Comments 2.2.0 Download

File Size: KB

Download Count:

File Update Date:

You can free [OzzModz] XFRM: Update Comments


2.2.0 download the source from the button above

Requirements:

  • XenForo 2.2.0+
  • XenForo Resource Manager 2.2.0+
Description:
Allows to comment resource updates.

Features:

  • Ability to lock comments for updates
  • Reacting to comments
  • Attachments support
  • Report system support
  • Warning actions support
  • Approval queue support
  • Whats new support
  • News feed support
  • Moderator logs support
  • Edit history support
  • Permissions might be set per category
  • 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-webp.256645


uc2-webp.256646


uc3-webp.256647


uc4-webp.256648


uc5-webp.256649


uc6-webp.256650
 
Back
Top