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

User Criteria 1.3.3

Change log

N/A

Release notes

Feature Update - Additional user criteria:
  • Has posted in the last X days (min/max)
  • User has added at least X tags (min/max)
    • Recommend adding the index;
      Code:
      `ALTER TABLE xf_tag_content ADD INDEX user_id (add_user_id ASC)`
  • User has created at least X resolved reports (min/max)
  • User has no (active only/or include expired) warnings in the last X months.
  • User has less than X (active only/or include expired) warning points
  • User has 2FA enabled/disabled
Back
Top