• 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%)

Report Centre Essentials 2.5.0

Change log

  • Add php 7 type hinting
  • Require Report Improvements v2.8.0
  • Force global namespace for functions which are known to be optimizable to bytecode in php
  • Fix report queue last action column updating
    • Now includes recently closed/rejected reports, these will age out (after a day).
    • Bulk actions now update it
    • Report comments which did not change the report state now update it
  • Move report queue read tracking into database instead of session
  • Add report queue criteria;
    • Criteria on report
      • Is automatic report (automatic report vs user report)
      • Report action type (ie user/moderator)
    • Additional reporter/reported user criteria
      • Is user banned
      • Is staff member
  • Add option to resolve reports in a thread when moving
  • Add option to resolve reports when deleting profile post comments
  • Report Improvements reaction support
  • Add report/warning search links to user reports
  • Add 'Search warnings in thread' link to various search links (If XFES is installed)
  • Add watch/unwatch support for reports
Back
Top