Hello,
I noticed the same problem (no sidebar) in my install of BP 1.2.3
Did you end up finding a solution?
correct, there are instances where it loads in the members/single/activity/permalink
the function bp_activity_screen_single_activity_permalink() calls this but you can override the template call in this filter:
apply_filters( ‘bp_activity_template_profile_activity_permalink’, ‘members/single/activity/permalink’ )
Hey Guys,
So I just need to add this line (via @nuprn1) to my functions?
Does this also fix previously posted activities or only newly posted ones?
Cheers.