Replies
Viewing 10 posts - 8,281 through 8,290 (of 19,326 total)
- Brajesh Singh on May 16, 2020 at 10:31 am in reply to: [Resolved] BP Members Type Pro_ Adding Info to Profile List when U list By Shortcode #29909
Hi,
Thank you for the question.If you change this line
if( is_user_logged_in() && bp_is_members_component() )to
if( is_user_logged_in() )The above code will work for Member type pro listing too.
If your goal is do so differently for each member type, I will need 2 workign days to explore a solution and provide some hook.
Regards
Brajesh - Brajesh Singh on May 16, 2020 at 10:27 am in reply to: Bug in latest Version of Recent Visitors For BuddyPress Profile #29908This reply has been marked as private.
- Brajesh Singh on May 16, 2020 at 10:24 am in reply to: [Resolved] Recent Visitors For BuddyPress Profile -> Tab in Profile #29907
We have updated the plugin and the above suggested filter will work properly.
For older version, if you can not upgrade, Please change this line
$show = ( is_super_admin()|| bp_is_my_profile() ) && visitor_is_enabled_for_user( bp_displayed_user_id() );//( $is_enabled || is_super_admin() );to
$show = is_user_logged_in();in visitors-component.php around line 88.
Regards
Brajesh - Brajesh Singh on May 16, 2020 at 10:20 am in reply to: [Resolved] "Laod more" and "Refresh" in buddypress activity stream #29905
Hi Nestor,
You are welcome.I am glad I was able to assist.
Best Regards
Brajesh - Brajesh Singh on May 16, 2020 at 8:46 am in reply to: Recent Visitors For BuddyPress Profile -> latest version destroys profile counts #29903This reply has been marked as private.
- This reply has been marked as private.
- This reply has been marked as private.
- Brajesh Singh on May 15, 2020 at 11:02 pm in reply to: [Resolved] Recent Visitors For BuddyPress Profile -> Tab in Profile #29891This reply has been marked as private.
Hi,
I have tested it. The issue is reply/delete functionality is not working with BP Nouveau. The listing is. We will do a rewrite in couple of weeks to make it neutral from template pakc.Regards
Brajesh- This reply has been marked as private.