Thank you for your wonderful plugin.
As the title suggests, when I displayed the personal profile screen while using both the Buddypress plugin and your plugin, the “Message” button was hidden (the link itself seems to exist).
When I checked the output HTML source, there was a difference between activating (top) and deactivating (bottom) your plugin, and it was confirmed that a link was set for a blank string when activated. I was.
<li id="bp_better_messages_tab-personal-li" class="bp-personal-tab">
<a hrefef="domain/pageslug/username/bp-messages/" id="user-bp_better_messages_tab">
</a>
</li><li id="messages-personal-li" class="bp-personal-tab">
<a href="https://projectdmc.org/support/topic/message-button-string-not-displayed-when-used-with-buddypress-plugin/domain/pageslug/username/messages/" id="user-messages">message</a>
</li>As far as I can confirm the source, I think that your plugin replaces Buddypress’s “Message” button with your plugin’s button, and the link string is output as blank.
Is it possible to display the button with some settings? Also, I would appreciate it if you could tell me how to fix it.
Thank you for providing such a nice plugin. Thank you for your guidance.
