Skip to:
Content
Pages
Categories
Search
Top
Bottom

Content is weirdly texturize and not filtered


  • BenM
    Participant

    @alysko

    Hi,

    If I copy/paste html content to topic content, all html tag appears in text, all quotes are converted to french quotes and content can overflow screenshot (link to full image)

    I try this below but It doens’t change anything !

    remove_filter( 'bbp_get_reply_content', 'wptexturize' , 3);
    remove_filter( 'bbp_get_topic_content', 'wptexturize', 3);

    I remove ALL plugins and I erase functions.php !

    I also try this :

    function bbp_tinymce_paste_plain_text( $plugins = array() ) {
        $plugins[] = 'paste';
        return $plugins;
    }
    add_filter( 'bbp_get_tiny_mce_plugins', 'bbp_tinymce_paste_plain_text' );

    even if I want to permit copy/paste of (filtered) html, just to try, but it doesn’t make any change.

    Do you have an idea of what happens?
    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,
    Do you have any plugins installed like TypoFR or anything that would automatically change the behaviour of the quotes?

    If you want to have a try with my bbp-toolkit plugin, v1.0.8 has some included fixes for the HTML pasting. Let me know the outcome.

    Pascal.


    BenM
    Participant

    @alysko

    Hi Pascal 😉

    No plugins like that, and bbp-toolkit already installed!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar