Quote:
Originally Posted by bashy
Hi
I get the double quoting yet i already have the line you said to add (below)
Any more ideas please?
|
Yes, I put the wrong info in my post.
Look for the following line:
PHP Code:
if ($vbulletin->options['ewt_talkerbot_quotemsg'] == "1")
{
And right below that add:
PHP Code:
$post['message'] = strip_quotes($post['message']);
I will edit my original post.