Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Show Profile changes in activity feed


Ehegwer
Participant

@ehegwer

This is my first pass, and I’m getting a T-string error on the last line – FWIW, I have no Idea if this is the correct path, but it makes sense to me

function add_profile_updates_to_activity_feed(){
global $bp;
}
$bp_member_profile_data( ‘birthday’ )

bp_activity_add( ‘$bp_member_profile_data’,’add_profile_updates_to_activity_feed’)

Skip to toolbar