Page 1 of 1

Quote Tags acting up

Posted: Fri Apr 14, 2006 2:34 am
by IceDragon
They seem all weird. If I quote someone, the tags do not work.

Re: Quote Tags acting up

Posted: Fri Apr 14, 2006 3:40 am
by Richard K Niner
They seem all weird. If I quote someone, the tags do not work.
You have to disable HTML.

Well, unless likeafox fixes it.

(Here's a fix, for those who care:

In includes/functions_post.php, find

Code: Select all

$message = addslashes($message);
After, add

Code: Select all

$message = str_replace('"', '\\"', $message);
Enjoy!)

Posted: Sun Apr 16, 2006 3:03 pm
by IceDragon
Likeafox, could you fix this, PLEASE?!