Forum Replies Created
-
In reply to: Can’t give users custom roles.
Thx for trying !
Maybe the others admins who had same problems managed to create an other role… If they could tell us what they did.
It’s not a big problem for me, but it would be great if I can do it 😉
In reply to: Can’t give users custom roles.With ou without User Role Editor, same result.
I’m not the “original webmaster” of our website, so idk why it was installed.
In reply to: Can’t give users custom roles.Oups, I forgot it… Yes, I’ve User Role Editor installed.
In reply to: Can’t give users custom roles.It’s in “edit user”, under avatar, password and Wordfence login security. If I click on the “modify” link, it shows me “User Role Editor” for this user and you can see the “bbp revendeur” with an X in the right column :
http://batteman.free.fr/forum/bbPress6.jpgIn reply to: Can’t give users custom roles.Yes, the new role shows in “users” and in “edit users” (french grabs ^^) :
http://batteman.free.fr/forum/bbPress1.jpg -> In “users”
http://batteman.free.fr/forum/bbPress2.jpg -> In “edit users”If I choose “revendeur” for this test user, it was like it doesn’t have user role in bbPress http://batteman.free.fr/forum/bbPress3.jpg -> In “edit users”
http://batteman.free.fr/forum/bbPress4.jpg -> In “users”I just notice this, in the “edit users” when I choose “revendeur” :
http://batteman.free.fr/forum/bbPress5.jpg -> bbp_revendeur appears in “others permissions” of my user BatteTest !I installed “Private groups” recently but the problem was already here before I installed it.
I also have “Buddy Press” and “bbPress topic count” and I’m using “graphene theme”.Thank you again.
In reply to: Can’t give users custom roles.Humm, I post my message but I think it has to much link in it (5) so it must be in “waiting approbation”… sorry.
In reply to: Can’t give users custom roles.Hello Robin,
First of all, thank you to answer me !
I putted this code in the functions.php of the child theme.
In fact, I have the same issue as above, since liyacaty : new role is showing in users profile, but I can’t allocate it to one user. If I do it, user have no role displayed (“-No roles for this forums-” displayed in the profile).
Hope it can give you some hints.
In reply to: Can’t give users custom roles.Good evening (in France, it’s 1:31 am ^^)
Did you find an answer to these problem ? I’ve the same issue too with this “code” :
/* Ajouts de rôles-clone à bbPress*/ function add_revendeur_role( $bbp_roles ) { $bbp_roles['bbp_revendeur'] = array( 'name' => 'Revendeur', 'capabilities' => bbp_get_caps_for_role( bbp_get_participant_role() ) ); return $bbp_roles; } add_filter( 'bbp_get_dynamic_roles', 'add_revendeur_role', 1 );
I tried a few “codes” found on this forum without success.
Thank you.