[ad_1]
Hi @testovac
You can achieve this using the BP Theme hierarchy. You simply need to check what is you active template pack from the BuddyPress panel of the WordPress site-health info tab. Let’s say it’s BP Nouveau.
From your active theme create a new PHP file named:
/wp-content/themes/your-active-theme/buddypress/members/single/index-component-messages.php
Into this file copy the content of your theme’s page.php template and replace the post loop with <div id="buddypress"></div>
Inside this div paste the content of:
- the
/wp-content/plugins/buddypress/bp-templates/bp-nouveau/buddypress/members/single/member-header.php - then
/wp-content/plugins/buddypress/bp-templates/bp-nouveau/buddypress/members/single/messages.php
Repeat all these steps replacing messages by notifications
