Skip to:
Content
Pages
Categories
Search
Top
Bottom

wysiwyg reply form on bbPress 2

  • @engin1984

    Participant

    Hi! Is there any wysiwyg reply form on bbPress 2, like zaerl Editor or BBcode Buttons Toolbar? I tried TinyMCEComments plugin for WP but i didn’t work on bbPress 2

Viewing 5 replies - 1 through 5 (of 5 total)
  • @engin1984

    Participant

    Example: https://wordpress.org/extend/plugins/comment-form-quicktags

    plugin works on normal WordPress posts comment forms but doesn’t work on bbPress2’s reply forms.

    @johnjamesjacoby

    Keymaster

    Should be an easy adaptation. Would be awesome of someone to port that over.

    @scylderon

    Participant

    Pretty please!

    @kai920

    Member

    I was able to get Comment Form Quicktags showing on bbP’s reply form by adding add_filter('bbp_get_reply_content', array(&$this, 'detect_start')); but not on the topic content form. I tried:

    add_filter('bbp_topic_content', array(&$this, 'detect_start'));
    add_filter('bbp_get_topic_content', array(&$this, 'detect_start'));

    What am I doing wrong?

    @johnjamesjacoby

    Keymaster

    Afraid I won’t have much time to test this in the coming days. If someone wants to help collaborate on that one, have at it.

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