BuddyDev

Search

[Resolved] Profile Visibility and Recent Visitors Clash

  • Participant
    Level: Enlightened
    Posts: 64
    Graham on #10470

    Also just realized even logged out guests can see who visited a member by clicking on the visitors tab on their profile page.

    Reading back on past posts about that issue, you should not be able to see that sort of information. It shows as “Your Visitors”, to the public.

  • Keymaster
    (BuddyDev Team)
    Posts: 24190
    Brajesh Singh on #10474

    Hi Graham,

    You are right about two things:-

    1. The popular users widget provided by this plugin did not hide users
    2. The visitors component were visible to everyone(It seems to be a bug from 1.5 where we added the panels)

    I have fixed both of these here in 1.5.2
    https://buddydev.com/plugins/recent-visitors-for-buddypress-profile/

    PLeas do note that this plugin does not modify the BuddyPress core widget, so if you ware looking to hide users from BuddyPress core widget, please contact Simple Privacy plugin author.

    Hope that helps.
    Regards
    Brajesh

  • Participant
    Level: Enlightened
    Posts: 64
    Graham on #10475

    Hi Brajesh,

    Was just about to post the fix for #2.

    Found the problem with other people seeing a user’s recent visitors.

    In /wp-content/plugins/recent-visitors-for-buddypress-profile/visitors-component.php

    Line 89 is:

    if ( ! $show ) {

    Should be:

    if ( ! $is_enabled ) {

    Will update and see how things go.

    Graham

  • Participant
    Level: Enlightened
    Posts: 64
    Graham on #10476

    I see we both found the same error entry for #2.

    Yes, I understand now. I thought those widgets were part of your plugin. Didn’t realize they had nothing to do with you.

    Your widget doesn’t show hidden members. So I’m clearer now on what is causing my problem.

    Thanks for your patience,
    Graham

  • Keymaster
    (BuddyDev Team)
    Posts: 24190
    Brajesh Singh on #10477

    Thank you.
    Marking it as resolved as the version 1.5.2 fixed the concerns.

    Regards
    Brajesh

The topic ‘ [Resolved] Profile Visibility and Recent Visitors Clash’ is closed to new replies.

This topic is: resolved