Thanks for the suggestion! I was trying to add a “My Profile / Activity” link for logged-in users. I gave the plugin a try, but it only added the link to the forum index page—not topics, replies, etc. I ended up using bbp_get_user_profile_url() to create a custom function that adds a styled button across all the forum pages. That did the trick! Appreciate the pointer—it definitely helped guide the solution.