Quote:
I figured it out pretty decently what caused it. It was the first preg_match but also for me I needed /is for case incensitive version.
Replace all the code in the plugin for this mod: Find Quotes
Code:
if(preg_match("/\[quot=(.*)(.*)\[\/quote\]/is", $post['message']))
{
preg_match_all("/\
Thanks, I have taken the hint from @inpicos post #65 and it works perfectly now.
|
This worked. Thank you... Now I have to make sure the mods edit the name in the quoted by feature... I'll test that. Okay, this worked on that as well, quoting my test account in the Mod Forum didn't notify my test account.
However, I am receiving no notifications on my account of quotes. Which was something I was looking forward to... Any ideas?
In the maintenance area, in General Update tools I found a "Update Who Quoted Me." option... I suddenly have thousands... Hopefully once it runs I'll get notifications of new quotes too. :dunno:
I am getting notifications, however users are notified if they are quoted in the Mod Forum on my site... I'll have to figure out how it would "if allowed" then "notify" at some point if the OP doesn't fix it.