Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,055
- How-to & Troubleshooting
- 129,795
- Creating & Extending
- 25,859
- Requests & Feedback
- 9,500
- Third Party Plugins
- 9,806
- Showcase
- 3,317
- Ideas
- 1,384
- Miscellaneous
- 9,176
-
@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?