Incorrect notification
The wrong notification is received after the admin changes the QUOTE in the user's post. The admin often has to do this because users unknowingly delete the closing tag in the quote, after which the entire text in the post is displayed as a quote.
Next, the author of the message that was quoted in the user's post is sent a notification.
This notification says that "the admin quoted your message" + a link to the user's post with a quote from the author.
However, in fact, it is the user who "quoted your message", but not the admin. The admin only corrected an incorrectly placed quote.
What to do?
Don't correct incorrect quotes in user posts?))
ElkArte 1.1.6
Re: Incorrect notification
Reply #1 –
Have to look a bit, but its must be using who last saved the message and not who originally wrote the message. Hope that is an easy fix, that notification is tied into the post function which certainly returned who hit save, not sure it has the original at that point or if another db query would be needed.
Re: Incorrect notification
Reply #3 –
I believe I have this sorted now for 1.1.7, the quoting is always attributed to the post creator and never the modifier.
The fix also prevents the resending of the quote notification on edit