Forum Replies Created
-
In reply to: bbPress <= 2.6.14 – Missing Authorization
Yay!!! Thank you so much!
In reply to: bbPress <= 2.6.14 – Missing AuthorizationRight. I was asking if you can follow up to nudge them to fix the security leak!
In reply to: bbPress <= 2.6.14 – Missing AuthorizationMost plugin authors fix these security issues within 24-48 hours after having received notice. I agree with @egsteam. There isn’t a security leak that is “low” enough priority to not look at. @robin-w, Can you please nudge the developers? Security issues should be on the top of the priority list no matter how “low.”
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.