The issue with the missing post title happens when a @mention is *added* when a post is edited. I reported the issue and documented the simple fix here: https://github.com/WildcardSearch/MentionMe/issues/15
For the character escaping bug reported by Jens1986, a traced it to a duplicate db->escape_string. Removing the escape fixed the problem (the data was already escaped.) I can't recall the exact line it was on... I meant to open this issue on github a month ago but must have forgotten about it. I'll go open it.
I have another minor bug: If there is a space between the @ and the username, the last character of the username is repeated. For example, "@ user" is becomes "@userr". It is only cosmetic, so I haven't yet bothered to fix it.
I haven't had a lot of time to spend on it over the last few weeks, but I'm working on a few enhancements to this plugin that I'll be posting to github eventually.
For the character escaping bug reported by Jens1986, a traced it to a duplicate db->escape_string. Removing the escape fixed the problem (the data was already escaped.) I can't recall the exact line it was on... I meant to open this issue on github a month ago but must have forgotten about it. I'll go open it.
I have another minor bug: If there is a space between the @ and the username, the last character of the username is repeated. For example, "@ user" is becomes "@userr". It is only cosmetic, so I haven't yet bothered to fix it.
I haven't had a lot of time to spend on it over the last few weeks, but I'm working on a few enhancements to this plugin that I'll be posting to github eventually.