I just tried this and it works for me from both the front and back end.
Have you created the topic using the form that’s part of the forum, or using the administration panel? If I use the administration panel, everything is saved as it should; however, when I use the submit form in the forum, characters get converted to HTML entities.
I tested it using a clean installation of the latest version of WordPress with the default theme where the only plugin installed was bbPress, with exactly the result I have described above.
Yes, that was what I inferred by ‘back end’ & ‘front end’ that I tried it from both places that we can create topics, the front end and the back end.
The one thing I did do, that I have just tested against was I had copied and pasted the the ‘content’ from the back end to create the topic in the front end.
I just manually typed the following into the ‘front end’ for single quote '
, double quote "
and
`
tilde symbols.
I am also using a clean install and the Twenty Thirteen theme so like yourself I am a little perplexed as to why we are seeing something different.
I have the same problem. Double quotes are converted into "
and saved in the DB in this way.
If, for example, I create a post using the WordPress admin panel,
its columns ‘post_content’ and ‘post_title’ in the table ‘wp_posts’ are saved like this:
"Post title"
and "Post content"
If I create a topic on a BBPress topic page, its data saved in the DB like this:
"Topic title"
and "Topic content"
So the issue mentioned by @jakubmarian is not resolved yet 🙁
How can we please resolve it?
I tried the BBPress 2.6 beta-2 version. And the problem is fixed there! 🙂 I’m very much looking forward to the release. 🙂