Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,025
- How-to & Troubleshooting
- 129,662
- Creating & Extending
- 25,794
- Requests & Feedback
- 9,497
- Third Party Plugins
- 9,793
- Showcase
- 3,316
- Ideas
- 1,374
- Miscellaneous
- 9,181
-
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 ) ;