Quote:
Originally Posted by Boofo
I don't know. I use the hack_me.php file, but I thought when editing posts there might be a problem so I just thought I would mention it. 
|
i figured out where people where having the problem. the code i posted is updated to fix it.
Quote:
Originally Posted by Boofo
Is there a way to make the whole line parse if there is bbcode BEFORE the /me code? They had that with an addon for the vB2 /me code.
|
changing '#^/me(.*)$#im' to '#/me(.*)$#im' in all the preg_replace() calls
should let it start anywhere inside the line and end at the end of the line.