Forum Replies Created
-
AuthorPosts
-
demonboyParticipant
Hi Vladimir, thanks for getting back to me. What I am not understanding is that I have set these custom roles within my functions.php file like so:
$bbp_roles['bosun'] = array( 'name' => 'Bosun', 'capabilities' => bbp_get_caps_for_role( bbp_get_participant_role() ) // the same capabilities as participants );
And also within URE, emulating the participant role.
Moreover these custom forum roles are appearing as options in the Forum Role drop-down list within a user’s profile edit page. Also when viewing all users within WP, there is a Forum Role column, which displays my custom forum roles for each user.
Are you saying that despite creating these custom forum roles, bbpress will never see them as official forum roles and only assigns them ‘participant’, ‘spectator’ etc automatically?
20/10/2019 at 01:20 in reply to: How do I change the bbp-role to display the name of the role? #6056demonboyParticipantI sussed this out, Vladimir. I added the standard bbpress participant user role to my functions file with the same name as the custom user role created in URE. Now bbpress picks up the correct user role. Thanks for your help!
12/10/2019 at 07:00 in reply to: How do I change the bbp-role to display the name of the role? #6010demonboyParticipantActually, one question: is there a general ID of the of those Participant roles I created? I may be able to get the theme developers to swap bbp-author-name with whatever was created by URE, bearing in mind I created six different participant roles.
12/10/2019 at 06:55 in reply to: How do I change the bbp-role to display the name of the role? #6009demonboyParticipantNo, ‘member’ isn’t a primary role, and yes the x-bbp is probably coming from my X theme. Thanks for the prompts – let me now go to the code developers and have a chat with them about this. I’ll get back to you when I’ve heard from them.
Thank you, Vladimir.
12/10/2019 at 03:53 in reply to: How do I change the bbp-role to display the name of the role? #6007demonboyParticipantHi Vladimir, thanks for getting back to me. Please see this Inspector page on the ‘member’ field of the forum:
-
AuthorPosts