Skip to:
Content
Pages
Categories
Search
Top
Bottom

Public group without allowing everyone to join

  • I am trying to set up a group where the public see the members, their profiles and their activities, but not allow anyone to join but invite by admin only. Is it possible to do that? Thanks.

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

  • sdf8816
    Participant

    @sdf8816

    Hi, im interested to achieve the same thing… anyone have an idea? Or just hide the button for non members?


    mrjarbenne
    Participant

    @mrjarbenne

    If every group is going to adhere to this type of invite only status, you could just hide the Join Group Button with CSS:

    `a.group-button.join-group {
    display: none;
    }`

    The use Boone’s Invite Anyone Plugin to manage group membership


    Ben Hansen
    Participant

    @ubernaut

    isn’t that the same way private groups already behave?


    mrjarbenne
    Participant

    @mrjarbenne

    You can visit and navigate public groups; you can’t access private groups without becoming a member. I’m not sure how familiar you are with CSS, but you can drop that code in a CSS plugin. There is a WordPress.com CSS plugin that has been swallowed up by Jetpack, so if you use jetpack that works too.

    https://wordpress.org/extend/plugins/safecss/


    Ben Hansen
    Participant

    @ubernaut

    You can visit and navigate public groups; you can’t access private groups without becoming a member.

    oh yeah i forgot 😛 good suggestion with that invite anyone plugin.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Public group without allowing everyone to join’ is closed to new replies.
Skip to toolbar