|
I heard it's coded to whomever pressed the quote button for instance I'm pretty sure I can do this with the same result.
And it won't come up.
I got confirmation from enceph if you [ quote=name ] manually it does come up. So uh oh what else.
|
The plugin is written to execute every time you make a new post, regardless of whether the quote button is pressed.
I've just tweaked the code, can you check to see if this quote registered?
(For those who actually understand regular expressions, here's the line)
Code:
preg_match_all('#\[quote=("|"|\'|)(.*)\\1(\;[0-9]+)?\]#esiU', $post['message'], $quotematch, PREG_SET_ORDER);
Jam it back in, in the dark.