batteman (@batteman)

Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • @batteman

    Participant

    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 😉

    @batteman

    Participant

    With ou without User Role Editor, same result.

    I’m not the “original webmaster” of our website, so idk why it was installed.

    @batteman

    Participant

    Oups, I forgot it… Yes, I’ve User Role Editor installed.

    @batteman

    Participant

    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.jpg

    @batteman

    Participant

    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.

    @batteman

    Participant

    Humm, I post my message but I think it has to much link in it (5) so it must be in “waiting approbation”… sorry.

    @batteman

    Participant

    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.

    @batteman

    Participant

    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.

Viewing 8 replies - 1 through 8 (of 8 total)