2011-06-09, 12:43:43
Quote:Right before this line [95]:
Code:$new_content = "\n<!-- START: external_coments plugin embed code -->\n";
add in:
Code:$PostID = addslashes($PostID);
$PageURL = addslashes($PageURL);
$PageTitle = addslashes($PageTitle);
This should escape any single quotes, double quotes or backslashes and make the javascript work.
(It shouldn't break any old discusID's either)
Type this and let me know...
-Rob A>
I've updated extend to include this change.
-Rob A>