bbPress

Simple, Fast, Elegant

bbPress support forums » Troubleshooting

Apostrophe not showing by itself but with \ before

(8 posts)
  • Started 5 months ago by Martino
  • Latest reply from rbredow
  • This topic is not resolved
  1. Martino
    Member

    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 5 months ago #
  2. Are you using the "Admin can post anything" plugin?
    http://bbpress.org/forums/topic/apostrophe-issue?replies=7#post-12841

    It'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 5 months ago #
  3. Martino
    Member

    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 5 months ago #
  4. 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 5 months ago #
  5. 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 Off

    can anyone help? :)

    Posted 4 months ago #
  6. 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 173

    I think they are all come from upgrading to WP 2.3.3 ...
    if anyone can help it will be cool

    tnx

    Posted 4 months ago #
  7. I have this exact same problem but don't know why!

    Please help,

    Posted 3 months ago #
  8. 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

    Posted 2 months ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.