• A valid XenForo Licence validation token will be required to complete signup and purchasing.
    This may retrieve this from the XenForo Customer Area.
  • All XenForo 2.3+ add-ons require at least php 8.0, recommend php 8.2+
    All XenForo 2.2+ add-ons require at least php 7.2, recommend php 8.x
    All XenForo 2.0-2.1 add-ons require at least php 5.6, recommend php 7.x.
    The Standard Library add-on is also required.
    Older php versions are not supported, and add-ons will either refuse to install or fail to function.
  • Automatic discounts are applied for orders above $100 USD (10%) or for early renewals (5%)

Content Ratings

Enhancements to the core reaction experience
  • ratings-receive.png
    ratings-receive.png
    23.9 KB · Views: 913
  • ratings-receive.png
    ratings-receive.png
    23.9 KB · Views: 1,045
  • admin-cp-supported-content.png
    admin-cp-supported-content.png
    14.1 KB · Views: 1,024
  • admin-cp-rating-list.png
    admin-cp-rating-list.png
    20.1 KB · Views: 995
  • ratings-menu.png
    ratings-menu.png
    3.1 KB · Views: 1,002
  • admin-cp-rating-list.png
    admin-cp-rating-list.png
    20.1 KB · Views: 1,139
  • ratings-menu.png
    ratings-menu.png
    3.1 KB · Views: 1,036
  • rated-by-user.png
    rated-by-user.png
    1.9 KB · Views: 960
  • rated-by-user.png
    rated-by-user.png
    1.9 KB · Views: 989
  • rated-by-others.png
    rated-by-others.png
    1.6 KB · Views: 942
  • rated-by-others.png
    rated-by-others.png
    1.6 KB · Views: 1,020
  • alerts.png
    alerts.png
    10.4 KB · Views: 939
  • alerts.png
    alerts.png
    10.4 KB · Views: 1,008
  • news-feed.png
    news-feed.png
    11.9 KB · Views: 909
  • news-feed.png
    news-feed.png
    11.9 KB · Views: 978
  • admin-cp-options.png
    admin-cp-options.png
    33.4 KB · Views: 839
  • admin-cp-options.png
    admin-cp-options.png
    33.4 KB · Views: 875
  • admin-cp-style-property-list.png
    admin-cp-style-property-list.png
    88.3 KB · Views: 800
  • admin-cp-style-property-list.png
    admin-cp-style-property-list.png
    88.3 KB · Views: 885
  • admin-cp-style-property-options.png
    admin-cp-style-property-options.png
    91 KB · Views: 776
  • admin-cp-style-property-options.png
    admin-cp-style-property-options.png
    91 KB · Views: 803
  • content-actions.png
    content-actions.png
    58.2 KB · Views: 621
  • content-actions.png
    content-actions.png
    58.2 KB · Views: 653
  • criteria-support.png
    criteria-support.png
    29.6 KB · Views: 570
  • criteria-support.png
    criteria-support.png
    29.6 KB · Views: 640
  • upload_2018-4-23_11-24-2.gif
    upload_2018-4-23_11-24-2.gif
    42 bytes · Views: 1,211
  • upload_2018-4-23_11-24-2.gif
    upload_2018-4-23_11-24-2.gif
    42 bytes · Views: 1,183
  • upload_2018-4-23_11-24-2.gif
    upload_2018-4-23_11-24-2.gif
    42 bytes · Views: 1,170
  • upload_2018-4-23_11-24-2.gif
    upload_2018-4-23_11-24-2.gif
    42 bytes · Views: 1,180
  • upload_2018-4-23_11-24-2.gif
    upload_2018-4-23_11-24-2.gif
    42 bytes · Views: 1,155
  • upload_2018-4-23_11-24-2.gif
    upload_2018-4-23_11-24-2.gif
    42 bytes · Views: 1,162
  • cry.png
    cry.png
    1.4 KB · Views: 1,147
  • eek.png
    eek.png
    1.4 KB · Views: 1,152
  • inlove.png
    inlove.png
    1.4 KB · Views: 1,161
  • laugh.png
    laugh.png
    1.4 KB · Views: 1,128
  • mad.png
    mad.png
    1.2 KB · Views: 1,146
  • thumbsup.png
    thumbsup.png
    1.1 KB · Views: 1,156
  • laugh.png
    laugh.png
    1.4 KB · Views: 507
  • emoji-config.png
    emoji-config.png
    18.6 KB · Views: 341
  • emoji-config.png
    emoji-config.png
    18.6 KB · Views: 482
  • emoji-picker.png
    emoji-picker.png
    25.2 KB · Views: 396
  • emoji-picker.png
    emoji-picker.png
    25.2 KB · Views: 564

Overview Releases (83) Reviews (1)

Inspired by the XF1 add-on "Post Ratings", and the prevalence of "Reactions" as an alternative to the single dimensional Likes.

To consolidate alerts use Alert Improvements

Installing/Uninstalling on a large forum

It is strongly recommended to use the CLI installer/uninstaller.

This add-on alters xf_reaction_content, which can take a very long time for a large forum.

To run the SQL manually, use;
SQL:
alter table xf_reaction_content
    add index reaction_user_id_reaction_date (`reaction_user_id`,`reaction_date`);

Implemented features
  • XF1 "Post Ratings" importer
  • Whitelist/blacklist ratings by user group, lock to starting poster, and limit to forums (for threads)
  • Reactions;
    • Support flexible image icon selection;
      • Emoji
      • Sprite Images
      • Images (with high definition alternative image)
      • css fonts
      • Templates (for inline SVG)
    • A reaction can be usable or visible;
      • Visible & usable - everyone can use and see
      • Not visible & usable - only the person giving the rating can see their own rating, allowing a "private rating".
      • Visible & not usable - everyone can see, not may not use it.
      • Not Visible & not usable, - no one may see or use it.
  • Reaction Categories
    • For example; positive/negative/neutral categories
    • If a category shows on the profile/memberbit/postbit & how stats are presented.
  • Statistics integration
  • User Criteria integration
  • Selectable "default reaction " to display as the menu icon, can be Random or None.
  • Large number of style properties to customize look and feel.
    • Horizontal rating selection
    • Touch support
  • Display highest reactions on thread rating list (disabled by default)
    • Global option to enable/disable
    • Style property options to customize
  • Reaction Categories automatic actions when a category hits some threshold ;
    • Report content
    • Moderate content
    • Soft-delete content
  • Allow arbitrary number of rating type/rating type category user criteria
  • Permissions for:
    • View non-visible (but active) reactions
    • View reaction lists
    • Remove reaction from content

Product Information

XenForo 2.1+ php 7.0+ Standard Library v1.2.0+
Seller
Atelier Aphelion
Release date
Last update
Customer rating
5.00 star(s) 1 ratings

Pricing information

12 Months
$35.00
Renewal cost
$25.00

Share this product

Back
Top