Within your BuddyBoss custom theme, navigate to the templates related to the BuddyPress activity feed. You’ll likely find relevant files in the buddyboss-child-theme/buddypress/activity directory.
Look for the file responsible for rendering the activity feed and its items. You’ll want to customize this file to include a “Reply” button for each discussion.
2. Customizing the Activity Feed:
a. Locate the template file (e.g., activity/entry.php or similar) where the activity feed items are displayed.
b. Identify the section responsible for displaying BuddyPress activities related to discussions or forum posts.
c. Within this section, add a “Reply” button for each discussion using HTML and BuddyPress functions. Use the BuddyPress functions to generate a reply form or link.