…or might there be a way to target blog/forum comments after enabling blog/forum comment sync? once the blog comment activity becomes an activity_comment…I lose the ability to format the content on different CPT new_cpt_comments.
got it. have to get the original activity type then post id via the parent activity. that will allow me to continue formatting the CPT activity_comments and then I’ll remove the ability to comment inline. found it in bp-blogs-activity.php
.
Nahum
@nahummadrid
7 years, 6 months ago
If I would like to only show the comments section under each blog post activity without the syncing and inline commenting where would I look to show these without turning on blog/forum setting. I will just be adding a view post/comment buttons to the activity meta instead.
I tried the normal syncing setting but then noticed the activities turned into activity_comments instead of the new_blog_comments which messed up my custom activity content for that type of activity.