Info
- 8 posts
- 6 voices
- Started 4 years ago by Martino
- Latest reply from rbredow
- This topic is not resolved
Apostrophe not showing by itself but with \ before
-
- Posted 4 years ago #
Hello, i'm trying to solve this silly problem:
if someone write the ' character (as in "don't") the post appear this way " \' " (as in "don\'t").Any idea?
-
- Posted 4 years ago #
Are you using the "Admin can post anything" plugin?
http://bbpress.org/forums/topic/apostrophe-issue?replies=7#post-12841It's almost certainly a plugin issue. A stock bbPress install won't do that, unless perhaps it's really, really old. What version are you using (if you're not using that plugin, or deactivating it doesn't fix your problem(?
-
- Posted 4 years ago #
I'm using bbPress Integration and Use Display Name and BBPress is a shiny new 0.8.3.1 .
Switching templates doesn't solve the issue... -
- Posted 4 years ago #
Martino, I think this is related to some magic_quotes configuration from your webhost.
first disable all plugins and do some test post (tell us if you get the backslashes after doing so)
-
- Posted 4 years ago #
I have exactly the same problem the wp plugin "bbPress Integration" causing it somehow when i disable it wp editing works as normal when i enable it i get slashes "\" everywhere when i edit post / comment / theme from wp administration all plugins / bbpress / wp are the latests versions...
also my server php.ini config are:
magic_quotes_gpc Off Off
magic_quotes_runtime Off Off
magic_quotes_sybase Off Offcan anyone help? :)
-
- Posted 4 years ago #
Correction its not the plugin's fault its when i call the bbpress/functions api from wp-config coz i want to use them in the wp site :
if ( !defined('BBDB_NAME') ) require_once(ABSPATH.'community/bb-load.php');also i get a bozo.php related error :
Error: Warning: Missing argument 2 for bb_bozo_pre_post_status() in /home/xxxx/xxxx/xxxx/community/bb-includes/bozo.php on line 173I think they are all come from upgrading to WP 2.3.3 ...
if anyone can help it will be cooltnx
-
- Posted 4 years ago #
I have this exact same problem but don't know why!
Please help,
-
- Posted 4 years ago #
I too have this problem with a fresh install of 0.9.0.1 and no plugins active. Magic quotes are off in my php.ini.
-Rob
-
You must log in to post.