Skip to:
Content
Pages
Categories
Search
Top
Bottom

Buddypress friends only group (listing only viable by users friends)


  • onions2578
    Participant

    @onions2578

    When listing a group buddypress has
    This is a public group
    This is a private group
    This is a hidden group

    Any way my site can have
    This is a friends only group

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

  • onions2578
    Participant

    @onions2578

    I am making the plugin https://www.upwork.com/jobs/~0137bd1953398b3c35
    just wondering if it exists already
    when done I will post link here


    onions2578
    Participant

    @onions2578

    problem was with CSS

    Add

    li.item-entry.odd.hidden.is-admin.is-member.group-has-avatar {
    display: block !important;
    visibility: visible !important;
    }
    

    and problem fixed

    the hidden groups are there for members if you look at the code but hidden by CSS for some reason, where as for members when are not in group they dont display at all which is correct


    onions2578
    Participant

    @onions2578

    ignore last message, it was a reply to another topic I accidentally posted here


    Varun Dubey
    Participant

    @vapvarun

    @onions2578 you can keep a private group and invite your friends only to join your group.
    For a group-specific, you can create custom code which adds those members to a specific group when they will be added to your friend list, but it can not be a general scope.


    onions2578
    Participant

    @onions2578

    Thank you. I will pay someone to create the group condition and post it here.

    Also I think I will create another plugin to tag friends as best friends. So that groups can be created for “best friends” or “all friends”

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.
Skip to toolbar