• 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 Essentials 2.7.0

Change log

  • Major rework of add-on used on two large sites for the last 4 months.

Release notes

Recommend the following index changes for the Likes Given feature (Warning, may be slow):
Code:
ALTER TABLE `xf_liked_content` ADD INDEX `user_like_date` (`like_user_id` ASC, `like_date` DESC);

2.7.0 Changes:
  • Use template modifications instead of template hooks
  • Use hinted code event listeners
  • Minify redistributed javascript
  • Rebuild installer to be more robust and consistent between upgrades/new installs
    • Only add default permissions to the stock Registered User group, not every group.
  • Move most bulk template code in template modifications into actual templates.
  • Add flood checking to various post operations which may be expensive or vulnerable to race conditions.
  • Remove Mark Alerts As Read functionality when viewing thread.
  • Changes to watched/conversation account wrapper (better compatibility).
    • Missed conversation actions
    • Watched thread/forums account wrapper selected key fixes
    • Improve add-on compatibility by ensuring the wrapper is applied much later
  • Rewrite Username change feature to be more robust and consistent
    • Improve UI for user; consistently and correctly display why a username can't be used.
    • Improve UI for moderators; by adding extra information to the moderated user name change request.
    • Moderated username changes can always be approved, regardless of the general configuration.
    • Option to control if AdminCP renames are logged to the username change history
    • Merging users merges user rename history, includes into rename history the merge event.
    • Breaks out updating username information in content to work in a deferred tasks to prevent users with huge numbers of posts blocking the site for everyone. This applies to user merging!
  • Improve MultiPrefix compatibility
  • Rewrite lock/unlock own thread to work with non-moderators having the forum/global lock/unlock thread permission.
    • Under Thread Tools; users with the Lock/Unlock thread permission can prevent normal users locking or unlocking their thread.
  • Rework "go invisible" feature, now with less surprises.
    • Now extendable by other add-ons.
    • By default, the user does not have their activity setting changed.
    • Use the "Force user visibility change" to revert to the old behaviour.
    • Should supress the visibility option working, not reset their preference. As otherwise group changes can result in the loss of user configuration.
    • Option to keep existing functionality for those who want it (disabled by default)
  • All permissions are consistently named and prefixed
  • Username must NOT match regex option
Back
Top