BuddyDev

Search

[Resolved] Recent Visitors v1.2.9 seems to be broken

  • Participant
    Level: Enlightened
    Posts: 134
    HansRuedi Keller on #476

    Hi Brajesh,
    I updated from Recent Visitors 1.2.7 to 1.2.9 with this config in bp-custom.php …

    add_filter( 'bp_visitors_settings', 'devb_custom_settings_for_recent_visitors' );
    function devb_custom_settings_for_recent_visitors( $settings ){
    $settings['max_display'] = 126;
    $settings['add_screen'] = true;
    $settings['show_in_header'] = false;
    $settings['notify_visitors_locally'] = yes;
    return $settings;
    }
    

    …I will send you an email with before/after screenshots to show you the result.

  • Keymaster
    (BuddyDev Team)
    Posts: 24315
    Brajesh Singh on #477

    Hi Hans,
    Are you facing any issue, Please do drop me the mail with the screenshot.

  • Keymaster
    (BuddyDev Team)
    Posts: 24315
    Brajesh Singh on #478

    Oops,
    That’s looks like some serious bug. Looking at it now.

    thank you

  • Participant
    Level: Enlightened
    Posts: 134
    HansRuedi Keller on #479

    Yes, definitely to many of my faces… 😉

  • Keymaster
    (BuddyDev Team)
    Posts: 24315
    Brajesh Singh on #481

    Confirmed, It is a bug only if we enable the add screen. Looking at it.

  • Keymaster
    (BuddyDev Team)
    Posts: 24315
    Brajesh Singh on #482

    Ok, Found the problem in 1.2.8 I passed the visitor object instead of the visitor_id. In our component screen function it was still visitor_id. Fixed it. Uploading in 2-3 minutes.

    Thank you
    Brajesh

  • Participant
    Level: Enlightened
    Posts: 134
    HansRuedi Keller on #483

    Brajesh, that’s the fastest bug fix I’ve ever seen – not only on BuddyDev! 🙂

  • Keymaster
    (BuddyDev Team)
    Posts: 24315
    Brajesh Singh on #484
  • Participant
    Level: Enlightened
    Posts: 134
    HansRuedi Keller on #485

    Perfect. Thanks!

  • Keymaster
    (BuddyDev Team)
    Posts: 24315
    Brajesh Singh on #486

    You are most welcome 🙂

The topic ‘ [Resolved] Recent Visitors v1.2.9 seems to be broken’ is closed to new replies.

This topic is: resolved