[OzzModz] User Reputation

[OzzModz] User Reputation 2.1.1

No permission to buy ($10.00)
Compatible XF Versions
  1. 2.1
  2. 2.2
License
Single Use License (may be used on one website) License Agreement
Updates Duration
Lifetime for Xenforo versions listed above What are lifetime updates?
User rating system

Features:

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

Table of Contents

Routes
  • user-ratings
    • GET user-ratings/
    • POST user-ratings/
    • GET user-ratings/{id}/
    • POST user-ratings/{id}/
    • DELETE user-ratings/{id}/
Types

Routes

user-ratings

GET user-ratings/

Gets the API list of user reputation ratings.
InputsTypeDescription
None.

OutputsTypeDescription
ratingsRating[]
paginationpagination

POST user-ratings/

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

GET user-ratings/{id}/

Gets information about the specified user reputation rating
InputsTypeDescription
None.

OutputsTypeDescription
ratingRating

POST user-ratings/{id}/

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

DELETE user-ratings/{id}/

Deletes the specified user reputation rating.
InputsTypeDescription
hard_deletebool
reasonstring
author_alertbool
author_alert_reasonstring

OutputsTypeDescription
successtrue

Types


userrep1.png

userrep2.png

userrep3.png

userrep4.png

userrep5.png
  • Like
Reactions: G Hart
Author
Ozzy47
Views
1,107
First release
Last update
Rating
0.00 star(s) 0 ratings

More add-ons from Ozzy47

Share this resource

Latest updates

  1. [OzzModz] User Reputation for XenForo 2.2+ Update 2.1.1

    2.1.1: XF 2.3 compatibility Min XF version requirement changed to 2.2.0 Code refactor Added...
  2. [OzzModz] User Reputation for XenForo 2.2+ Update 2.0.2 Patch Level 1

    2.1.0 Patch Level 2: - Fixed incorrect link in "account_visitor_menu" template
  3. [OzzModz] User Reputation for XenForo 2.2+ Update 2.1.0 Patch Level 1

    2.1.0 Patch Level 1: - Feature: option to ignore user privacy settings - Fix: broken new rate...
Back
Top