Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,991
- How-to & Troubleshooting
- 129,408
- Creating & Extending
- 25,786
- Requests & Feedback
- 9,486
- Third Party Plugins
- 9,786
- Showcase
- 3,318
- Ideas
- 1,393
- Miscellaneous
- 9,169
-
@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?
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS