We won again!

Great victory for the People - Tax Cut!

Forum Replies Created

Viewing 5 posts - 16 through 20 (of 20 total)
  • Author
    Posts
  • in reply to: All ' and " get replaced by ' and " #2351
    Udar Gromov
    Keymaster

    This line of code definitely causes the problem that described on Internet as:

    “all apostrophes and quotation marks are prefixed with backslashes”.

    I liked the solution with writing a new plugin with this code in it:

    <?php
    /* Plugin Name: Strip Slashes */
    add_filter('pre_topic_title', 'stripslashes', 40);
    add_filter('pre_post', 'stripslashes', 40);
    add_filter('bb_add_topic_tags', 'stripslashes', 40);
    ?>

    Does it work? – Yes!

    in reply to: All ' and " get replaced by ' and " #2350
    Udar Gromov
    Keymaster

    It is possible that problem is with one line of code added to’ bb-config.php’

    Now I took it out, and reloaded the page …

    require_once(dirname(__FILE__) . '/../../wp-load.php');

    in reply to: All ' and " get replaced by ' and " #2349
    Udar Gromov
    Keymaster

    The same test from Firefox:

    Testing single ‘ and double ” quotation marks.

    I just added top ‘header’ from DWC.

    Does ‘ and ” are displaying properly here?

    in reply to: All ' and " get replaced by ' and " #2348
    Udar Gromov
    Keymaster

    Testing single ‘ and double ” quotation marks.

    I just added top ‘header’ from DWC.

    Does ‘ and ” still display properly?

    [21:36] Will it also fix existing “bad” posts? – Yes, it does!

    in reply to: List of LAtest Problems Discovered #2346
    Udar Gromov
    Keymaster

    • Admin link is fixed
    • Fix Menus Appearance

Viewing 5 posts - 16 through 20 (of 20 total)