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.

    Plugin Author Renatho (a11n)

    (@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!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘bbpress’ is closed to new replies.