How to enable profile & edit profile normal Subscribers/Participants?
-
So, I’ve added bbpress to quite a big WordPress site. While everything works fine and dandy for the admins, most (if not all) regular users aren’t able to view their profile page or edit their profile. I’ve changed all regular users to the “Participant” role, but it still simply returns a 404. Which capabilities do I need to add to the Participant to enable the profile?
Additionally, I’m generating the edit profile link like so:
`/forums/users/<?php wp_get_current_user()->user_login ?>
However, this feels a bit hacky and fragile – is there a better way?
WP 3.8, bbPress 2.5.1
- You must be logged in to reply to this topic.