Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to make profile components available to registered only


  • takuya
    Participant

    @takuya

    We already have howto to make members/groups/ or selective directories for registered only, but using bb-custom, is it possible to make certain components of profiles to be viewed for members only?

    For example, registered members can see everything in profile, but non registered can’t see member picture, friend lists, etc…

    Even a function to show a dummy default photo to non registered would help a lot.

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

  • thebigk
    Participant

    @thebigk

    I badly want this!


    Jeff Sayre
    Participant

    @jeffsayre

    is it possible to make certain components of profiles to be viewed for members only?

    Not yet. I’m working on a privacy plugin that will allow control at the profile group level. Andy is working on an overall privacy component for BuddyPress. No timeline for either.

    Until then, try this: https://buddypress.org/forums/topic.php?id=39


    thebigk
    Participant

    @thebigk

    Hi Jeff,

    Will this work: –

    <?php if ( is_user_logged_in() ) : ?>

    …..

    <?php endif; ?>

    If yes, where do I add this code to make the profiles visible only to the logged in members?


    thebigk
    Participant

    @thebigk

    Umm..hello!


    peterverkooijen
    Participant

    @peterverkooijen

    Again, will this badly needed functionality be part of the upcoming Buddypress 1.0 final?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to make profile components available to registered only’ is closed to new replies.
Skip to toolbar