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.
Hi Hans,
Are you facing any issue, Please do drop me the mail with the screenshot.Oops,
That’s looks like some serious bug. Looking at it now.thank you
Yes, definitely to many of my faces… 😉
- This reply was modified 9 years, 2 months ago by HansRuedi Keller.
Confirmed, It is a bug only if we enable the add screen. Looking at it.
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
BrajeshBrajesh, that’s the fastest bug fix I’ve ever seen – not only on BuddyDev! 🙂
Thank you Hans.
Updated. Please upgrade 🙂https://buddydev.com/plugins/recent-visitors-for-buddypress-profile/
The topic ‘ [Resolved] Recent Visitors v1.2.9 seems to be broken’ is closed to new replies.