Chris Burgess (@xurizaemon)

Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Worked for me. I did note that tags and other input are still escaped, so there’s still some work to do.

    Why does WP / BB not detect that kses has already been run on input? Makes sense not to duplicate input filters blindly.

    If you’re seeing WP logins work, and BB logins fail, then BB is probably logging you in and setting the wrong cookie path.

    (You can debug this sort of thing by using a proxy which lets you inspect the headers as they pass from client to server – I recommend the excellent Charles Web Debugging Proxy.)

    I fixed this using the WP Cookie Root plugin. Changing the COOKIE_PATH defines for me hadn’t worked, but the plugin did.

    https://wordpress.org/extend/plugins/root-cookie/

    Q: With deep integration, I see any postings to BB get double-quoted, eg an apostrophe posted to the forum will appear as ‘ …

    Here’s hoping BBPress doesn’t munge the line above. Apostrophes appear in the forum with a backslash to escape them, because both WP and BB are running the apostrophes thru their escaping function. How can I avoid this?

Viewing 2 replies - 1 through 2 (of 2 total)