Skip to:
Content
Pages
Categories
Search
Top
Bottom

Editing group role permissions


  • joshdrok
    Participant

    @joshdrok

    Is there a way to edit what group members can do? I only want the group admin to be able to post in a group, but I want all members to be able to comment on the posts.

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

  • shanebp
    Moderator

    @shanebp

    Create a template overload of this file:
    buddypress\bp-templates\bp-legacy\buddypress\groups\single\activity.php

    In the overload, change this:
    <?php if ( is_user_logged_in() && bp_group_is_member() ) : ?>

    to this:
    <?php if ( is_user_logged_in() && bp_group_is_admin() ) : ?>


    joshdrok
    Participant

    @joshdrok

    Thanks, I’ll give this a shot and see how it goes.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Editing group role permissions’ is closed to new replies.
Skip to toolbar