Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
XF 2.3 compatibility php 8.4 compatibility fix Add support for DBTech Tickets
Support @NixFifty's ticket add-on, by adding a XenForo license sidebar block when viewing a user's ticket for admins.
Require php 7.2+ Require XenForo 2.2+ Require Standard Library by Xon v1.1.0+ (free) Fix "Automatically reverify license" did not respect the unique token/domain options Log errors on API failure Add CLI command licence-xf:check to check a license (validation token+ domain) Add CLI command licence-xf:user-check to check a user's licence Vastly reduce batch size to avoid tripping rate-limiting Preserve license details if the license is not valid Remove legacy group-changes from XF1 version of this add-on, and for the old XF1 add-on "[XI] License Validation" Click to expand...
Improve handling of errors from the API Remove broken "rate limit action" option, this option didn't work. When bulk checking users, include deliberate delay of 10 seconds per batch. If an API error occurs, then defers processing for 30 minutes. Fix use of transactions wrapped a HTTP request (ie possible very slow query warning) Click to expand...