Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,670
- How-to & Troubleshooting
- 127,979
- Creating & Extending
- 25,647
- Requests & Feedback
- 9,399
- Third Party Plugins
- 9,725
- Showcase
- 3,320
- Ideas
- 1,346
- Miscellaneous
- 8,853
-
hmm, well i was going to suggest using the filter…
in bp_blogs_record_post
'content' => apply_filters( 'bp_blogs_activity_new_post_content', $activity_content, &$post, $post_permalink )
which calls bp_blogs_record_activity
but it does not pass the untouched content to tweak to your liking.
$content = apply_filters( 'bp_blogs_record_activity_content', bp_create_excerpt( $content ) ;
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS