Replies
- Brajesh Singh on May 17, 2020 at 6:07 pm in reply to: Profile tabs – linking to profile field sets #29917
Hi Tony,
I am sorry, I do not think we can make it work. The problem is not with Profile tabs Pro.It lies with the implementation details of repeater field group. You won’t be able to use above shortcode for repeater field groups properly.
I am going to explore it a bit more in future but I do not see any immediate solution.
Regards
Brajesh - This reply has been marked as private.
- Brajesh Singh on May 17, 2020 at 5:57 pm in reply to: Conditional Fields break BuddyBoss Repeater Fields #29915
Hi Carla,
Thank you for reporting it.Even though BuddyBoss is a fork of BuddyPress, They added profile type and repeater field. The repeater field is not preset in BuddyPress.
We are adding compatibility with BuddyBoss gradually and we hope that we can do it in future. At the moment, I don’t see any workaround for this atleast for next 4 weeks.
Also, if it is not saving for normal fields, It happens if you are using it with multi valued fields. If you edit multi valued fields, the options ids changes(this is an issue in BuddyPress) and that leads to this. We are hoping to put an update for this in near future.
Regards
Brajesh - This reply has been marked as private.
- 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.