Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Quick Hack: Enable SyntaxHighlighter Evolved on Group Forums


thekmen
Participant

@thekmen

@nuprn1, i’m using your filters above but noticed when mixing php & css in the same forum post, the css code messed up.
changing
add_filter( ‘bp_get_the_topic_post_content’, array(&$this, ‘parse_shortcodes’), 7 );
to
add_filter( ‘bp_get_the_topic_post_content’, array(&$this, ‘parse_shortcodes_comment’), 7 );
fixed the issue.

Other than that, did you ever figure how to get it working on the activity stream?

Skip to toolbar