- Readme First! - Read and follow the rules, otherwise your posts will be closed
There are currently, 65 guest(s) and 1 member(s) that are online. You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - Upgrade problem from .19 to .20 - Please Help, Thank You! [ ]
Author
Message
NeapolitanWorld
Nuke Cadet
Joined: Apr 22, 2006
Posts: 6
Posted:
Sat Apr 22, 2006 11:18 am
Dear Nukecops Members
I recently upgraded my forums from 20.19 to 20.20. Everything is ok, except the following quote feature which is not working properly:
[quote="user"]
The regular quote is ok:
[quote]
Did any of you have the same problem, and do any of you know how to fix.
Thank you in advance for your time
jc
Evaders99
Site Admin
Joined: Aug 17, 2003
Posts: 12389
Posted:
Sat Apr 22, 2006 4:25 pm
gsicard
Sergeant
Joined: Feb 08, 2003
Posts: 105
Location: Virginia, USA
Posted:
Sun Apr 23, 2006 5:39 am
The fix for this problem is on or about line 70 of /includes/functions_post.php
OPEN includes/functions_post.php
Code:
FIND
$message = addslashes($message);
AFTER, ADD
$message = str_replace('"', '\"', $message);
The change should look like this on lines 70 and 71 of an unmodded file.
Code:
$message = addslashes($message);
$message = str_replace('"', '\"', $message);
_________________ Gary
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum