Skip to:
Content
Pages
Categories
Search
Top
Bottom

Reply to on the first post broke tinymce

  • @amanda3ip

    Participant

    I’ve activated the tinymce for my forum like:

    function beforget_bbp_enable_visual_editor( $args = array() ) {
    $args[‘tinymce’] = true;
    $args[‘teeny’] = true;
    $args[‘quicktags’] = false;
    return $args;
    }
    add_filter( ‘bbp_after_get_the_content_parse_args’, ‘beforget_bbp_enable_visual_editor’ );

    But when I’m on a topic and click to “reply to” on the first post, the tinymce disappears and the text is wirtten on white color.

    But if I click reply to on the second post, it works fine…

    I try it on a clear WordPress installation and brokes to…

    Can somebody help me?

    Thanks in advance

Viewing 6 replies - 1 through 6 (of 6 total)
  • @amanda3ip

    Participant

    Hi,

    Any solution about that?

    Thanks in advance

    @robin-w

    Moderator

    try the actions in this post

    Editor buttons missing since 2.6.8 upgrade

    @amanda3ip

    Participant

    Thanks for your answer but doesn’t work.
    I tried to add the hook on my functions but still had the error.
    Then, I installed the plugin bbp style pack, but doesn’t work too…

    @robin-w

    Moderator

    ok I can only suggest the standard fault finding viz…

    it could be a theme or plugin issue

    Themes

    As a test switch to a default theme such as twentytwenty, and see if this fixes.

    Plugins

    If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users

    Health Check & Troubleshooting

    Then come back

    @amanda3ip

    Participant

    Hi,

    I tried it on a clear WordPress installation and brokes to…
    So, I think maybe is a bug…

    It only happens when I have the tiny activated and on the first comment reply to…

    @robin-w

    Moderator

    works fine on my test site

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