Replies
- Brajesh Singh on July 7, 2020 at 8:43 am in reply to: [Resolved] Buddypress User Contact Form – Send copy to admin #31520
Hi JJ,
Please upgrade to 1.1.2.The option for Admin subject prefix is available in settings now. Please let me know if it works for you or not?
Regards
Brajesh - Brajesh Singh on July 7, 2020 at 8:42 am in reply to: [Resolved] Buddypress User Contact Form code suggestion #31519
Hi JJ,
Thank you for the patience.
Please upgrade to 1.1.2 and you can add it form the settings page.
Regards
Brajesh - Brajesh Singh on July 7, 2020 at 8:16 am in reply to: [Resolved] Hide Logged In User Member Card #31517
No issues.
You are welcome 🙂
- Brajesh Singh on July 7, 2020 at 8:12 am in reply to: BuddyPress Auto Join Groups – Rules Not Working #31516
Hi Chris,
Thank you for the topic.You will need to use the member type name and not the label. The “FREE User” is a label. What is the name you have registered for the member type? Please use that. Also, using EQUALS is sufficient.
Regards
Brajesh Hi Ankit,
There is no way to do that. BuddyPress counts the read/unread and does not store the count separately. So, you can not change the count without changing state of a notification.
Also, please do not @ mention random user. The user you mentioned is not from our team. If you are referring to Ravi from our team, his handle is ravisharma
Regards
Brajesh- Brajesh Singh on July 7, 2020 at 8:08 am in reply to: [Resolved] Auto Friendship Pro (will one of these rules work – and implement backwards)? #31513
Hi Chris,
Yes. It is your choice. Whichever you prefer(email domain based or member type based), Please let me know and I will post the code.Regards
Brajesh - Brajesh Singh on July 7, 2020 at 8:05 am in reply to: Excluding a role from all BuddyPress listings #31511
Hi Jemima,
That will work. It will apply to all members loops though.Also, Here is a minor enhancement(the above code did not respect already excluded users)
add_action( 'bp_pre_user_query_construct', 'wd_build_exclude_args', 20, 1 ); function wd_build_exclude_args( $args ) { $excluded = isset( $args->query_vars['exclude'] ) ? $args->query_vars['exclude'] : array(); $user_ids = get_users( array( 'role__in' => [ 'subscriber' ], 'fields' => 'ID' ) ); $excluded = array_merge( $excluded, $user_ids ); $args->query_vars['exclude'] = $excluded; return $args; }Regards
Brajesh Hi Bill,
Thank you.The plugin works with BuddyBoss theme. By menu, do you mean the left side menu or the account dropdown?
Please let me know and I will check.
Regards
Brajesh- Brajesh Singh on July 7, 2020 at 7:39 am in reply to: [Resolved] Community Builder Pro Child pagination issues in friends-members page #31508
Hi Sotiris,
Thank you for the patience and helping with the links for seeing issue.I can see it. Please allow me 24 hours to push an update to fix it.
I will write back after the update.
Regards
Brajesh - Brajesh Singh on July 7, 2020 at 7:32 am in reply to: [Resolved] Community Builder Pro Child pagination issues in friends-members page #31507
Hi Sotiris ,
I am sorry for the issue.Please allow me to check and get back to you.
Regards
Brajesh