User Essentials

User Essentials [Paid] 4.5.6

No permission to buy ($35.00)
You need at least v2.2.5 or better yet v2.2.15 to have a fully XF2.1 compatible version. As it is a known bug that older versions are not compatible with XF2.1.x
 
Does initial rebuild upon installation checking the whole rows in table postid? Got millions post so i need to verify as it will taking few days if that does.
 
@Danny88 not the posts table, but it does compute all user's reaction counts which causes it to scan the user table (and thus the reaction table). But it does this as a background task
 
Yes, rebuilding content mentions means crawling the entire post table a chunk at a time. Doesn't need to touch the threads table.
 
Hey Xon, I'd like to report a bug. Firstly, I want to say that I ran php cmd.php xf-rebuild:sv-mentions expecting the issue to be fixed but unfortunately the issue persists. I even restarted the Apache, PHP, and Mysql services afterwards but still no dice.

The issue is rather small, but I'd thought I would bring it up since it's annoying some of our users.

User A: Makes a status post.
User B: Comments on that post.
User A: Replies to the comment.

Now, every time User A edits that reply it will trigger an alert for User B. It will trigger an alert each and every time that post is edited. I suspected that this might have to do with content mentions, but, disabling content mentions does not resolve the issue either. Here's a screenshot that hopefully provides some explanation. (User A can change that number with an edit so it says "test 5" or "test 6" etc etc which will trigger an alert for the user above them as if there was a new reply to the comment.)

AlertProfilePostComment.webp

Let me know if you aren't able to replicate the issue on your end.
 
Only posts currently support the "Send edited in mentions" option, and profile posts/profile post comments are not supported.

Next version should support them.
 
Only posts currently support the "Send edited in mentions" option, and profile posts/profile post comments are not supported.

Next version should support them.

I'm more concerned with the bug that allows an alert to be sent every time a user edits their profile post comment. Were you able to replicate this on your end?
 
That would be a bug, I'll investigate why it is happening, likely a holdover from the XF2.1 update which changes how profile posts & profile post comments are rendered.
 
Xon updated User Essentials with a new update entry:

3.4.0 - Feature update

  • Require XF2.1+, remove XF2.0 support
  • Fix editing a profile post or profile post comment would send an insert alert
  • Adjust wording for maximum message count limit error for user name changes
  • Change "Enable "[UserEss] Hide online status" permission feature" default to off, as this may introduce additional queries
  • Option to suppress "Clear-Site-Data" header being sent on logout
  • Support mini-avatars in Reports/Conversations/XFRM
  • Post/thread/conversation preview work...

Read the rest of this update entry...
 
Back
Top Bottom