XenForo [OzzModz] User Reputation 2.1.0 Patch Level 1 Null Download

File Size: KB

Download Count:

File Update Date:

You can free [OzzModz] User Reputation


2.1.0 Patch Level 1 download the source from the button above

User rating system

Features:
  • BB-code support
  • Attachment support
  • Approval queue support
  • Member stats support (reputation score & positive rate count)
  • Inline moderation
Reqiuires Standard Library by Xon!


0-webp.239992

6-webp.240020
7-webp.240021

[H1]Table of Contents[/H1]
Routes
  • user-ratings
    • GET user-ratings/
    • POST user-ratings/
    • GET user-ratings/{id}/
    • POST user-ratings/{id}/
    • DELETE user-ratings/{id}/
Types
[H1]Routes[/H1]
[H2]user-ratings[/H2]
[H3]GET user-ratings/[/H3]
Gets the API list of user reputation ratings.
InputsTypeDescription
None.

OutputsTypeDescription
ratingsRating[]
paginationpagination

[H3]POST user-ratings/[/H3]
Creates a new user reputation rating.
InputsTypeDescription
user_idinteger[req] The ID of the user whose profile this will be rated.
scoreinteger
messagestring[req]
attachment_keystringAPI attachment key to upload files. Attachment key context type must be pb_ur_rating with context[rated_user_id] set to this user ID.

OutputsTypeDescription
successtrue
ratingRating

[H3]GET user-ratings/{id}/[/H3]
Gets information about the specified user reputation rating
InputsTypeDescription
None.

OutputsTypeDescription
ratingRating

[H3]POST user-ratings/{id}/[/H3]
Updates the specified user reputation rating
InputsTypeDescription
messagestring
silentboolIf true and permissions allow, this edit will not be updated with a "last edited" indication
clear_editboolIf true and permissions allow, any "last edited" indication will be removed. Requires "silent".
author_alertbool
author_alert_reasonstring
attachment_keystringAPI attachment key to upload files. Attachment key context type must be pb_ur_rating with context[rating_id] set to this rating ID.

OutputsTypeDescription
successtrue
ratingRating

[H3]DELETE user-ratings/{id}/[/H3]
Deletes the specified user reputation rating.
InputsTypeDescription
hard_deletebool
reasonstring
author_alertbool
author_alert_reasonstring

OutputsTypeDescription
successtrue

[H1]Types[/H1]

3-webp.239995


1-webp.239993


2-webp.239994


4-webp.239996


5-webp.239997
 
Back
Top