Skip to:
Content
Pages
Categories
Search
Top
Bottom

How can I make member info private/hidden/invisible for non-subscribers?


  • helloeng
    Participant

    @helloeng

    Hello

    I’ve noticed that anyone, including non-members, non-subscribed visitors to my page can view the ‘members’ tab, and read the members profile information.

    I can’t find any options to make information private. Where can I find this?

    Wordpress 4.4
    Buddypress 2.40

    Thanks

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

  • shanebp
    Moderator

    @shanebp

    By ‘private’, you mean only visible to logged-in users?

    If so, this may solve your issue:

    http://www.philopress.com/products/bp-simple-private/

    or

    https://wordpress.org/plugins/bp-simple-private/


    helloeng
    Participant

    @helloeng

    Thanks for the fast response. Your 2 links are the same plugin if I’m reading it correctly, right?


    helloeng
    Participant

    @helloeng

    Hi again

    I installed the plugin and it works. But when I activated W3 Total Cache, your plugin does not work anymore.

    Is there some setting I can change to make it work with caching?

    Thanks


    shanebp
    Moderator

    @shanebp

    Did you flush all caches?
    Before and after making any changes via the BP Simple Private plugin?
    If you want to discuss further, please contact me via the info in my profile on this site.


    helloeng
    Participant

    @helloeng

    Hi, you’re right. I flushed all the W3 Total Cache caches, and it works now. Sorry about that 😉


    Hastig
    Participant

    @hastig

    If you’re customizing your site yourself you can try something like this on the pages you want only viewable by logged in users..

    
    <?php if ( is_user_logged_in()  ) : ?><!-- bgn show content only to logged in users -->
    
    html here, viewable only by logged in members
    
    <?php else: ?><!-- else if user is not logged in -->
    
    <a href="">please log in or register to view this page</a>
    
    <?php endif; ?><!-- end show content only to logged in users -->
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How can I make member info private/hidden/invisible for non-subscribers?’ is closed to new replies.
Skip to toolbar