• Resolved slackcollective

    (@slackcollective)


    With WP2.8 and SMF 2.0 RC1, this plugin is working reasonably well for me, with the exception of two problems:
    – any wordpress posts arrive in the forum with added “\” characters where I’ve used apostrophes or quotes
    – the forum link back to wordpress also has added “\” characters in the URL, making the link useless.

    I’ve disabled magic quotes in my Php settings, but that didn’t help. Also, both WP and SMF are set to UTF-8. Searches have given me the impression this has to do with stripslashes, but I have no idea what to do to fix it. Any ideas?

Viewing 1 replies (of 1 total)
  • Thread Starter slackcollective

    (@slackcollective)

    In case anyone else has this problem, the solution seems to be to replace lines 104 and 105 with:

    'subject' => stripslashes($subject),
           'body' => stripslashes($output),

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WordPress Post to SMF] “\” added to quotes and URL’s’ is closed to new replies.