Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m wondering the same… from my tests, it doesn’t, but I am hoping/thinking maybe I missed a setting somewhere?

    Have used this plugin for many years, very happy with it but now need it for bbpress. The plugin “Enlighter” does work with bbpress FYI.

    Renatho

    (@renathoc)

    Hey folks!

    You can enable the syntax highlighter shortcodes in the bbpress content by using the following filters:

    
    // Parse syntax highlighter shortcodes to bbpress pages.
    global $SyntaxHighlighter;
    add_filter( 'bbp_get_forum_content', [ $SyntaxHighlighter, 'parse_shortcodes' ] );
    add_filter( 'bbp_get_reply_content', [ $SyntaxHighlighter, 'parse_shortcodes' ] );
    

    I hope it helps you!

    • This reply was modified 5 years ago by Renatho.
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘bbpress’ is closed to new replies.