User Essentials

User Essentials 4.4.0

No permission to buy ($35.00)
  • Properly package add-on to referenced renamed tables when queries are built
  • Fix edit title permission when "Separate thread title and post edit time limits" is set
  • Rename tables to have xf_sv_ prefix
    • If UTF8mb4 (ie full unicode mode) is set, run php cmd.php xf:convert-utf8mb4 after installing to ensure all tables are converted.
  • Fix profile posts/profile post comments not respecting the 'Display mini-avatars' option
This add-on is no longer in beta and can be considered feature complete and stable.

Changes from last beta:
  • Add checking for if alerts/email can be sent to a user for Username changes.
Changes:
  • Avoid duplicate insert alerts for posts, profile posts & profile post comments when editing in mentions.
  • 'Send edited in mentions' feature flag
    • After running php cmd.php xf-rebuild:sv-mentions or "Rebuild content mentions" this flag will be enabled
  • Mention rebuild is now more robust, will resume from the last point across multiple runs.
  • GUI option "Rebuild content mentions"
  • Fix creating a user via admincp
  • When merging user A to User B, copy the existing ban from user A to User B if it is longer than User B's ban or User B is not banned.
  • Allow admin name changes to be created as private, with global option to control the default.
  • Recommend CLI install/upgrade for large forums
  • Provide a CLI tool for rebuilding mention tracking;
    • php cmd.php xf-rebuild:sv-mentions
    • This is very slow
    • Required to prevent erroneous duplicate alerts when a post with quotes/mentions is edited which was created before the add-on was installed.
  • Fix error adding/editing a user profile if the add-on is disabled.
  • Revert very broken cleanup code from beta 8
  • Fix upgrade code-path (table 'xf_sv_content_mentions' doesn't exist)
  • Minor code cleanup
  • Option to display mini-avatar next to mentions
    • If User Mention Improvements (v2.3.0+), then display mini-avatars next to a group.
    • Supported content types; Posts, Profile Posts, Profile post comments
  • Allows editing in mentions (user or user group) and sending alerts for new users/groups without sending duplicates.
    • Supported content types; Posts, Profile Posts, Profile post comments
  • Group-work for being able to search for posts which mention a user without text matching.
  • Fix having "Separate thread title and post edit time limits" disabled would unexpectedly prevent title edits
  • Fix compatibility issue with MultiPrefix which could result in prefixes being lost if the user edited the first post without the ability to edit the title.
    • Recommend updating MultiPrefix to 2.0.1
  • Fix that reset days & custom title days interval periods was locked to 30 day steps, preventing 365 being a usable value.
Top Bottom