Replies
- Brajesh Singh on December 4, 2019 at 12:22 am in reply to: BuddyPress Member Types Pro – LearnDash Groups #26868
Hi Amir,
I am sorry for the inconvenience.If you have access to Learndash support, Can you please confirm that
ld_update_group_access() learndash_get_users_group_ids()are still available and work as expected. We are using these to control who gets assigned to which group.
Regards
Brajesh Hi Ralf,
I do plan to add the mail settings in upcoming release. The current release was aimed at fixing translations and a few other minor things I had noted.
You can use the translators(poedit or a plugin) to avoid hacking around the source code in the current release too.
Thank you
Brajesh- This reply has been marked as private.
- Brajesh Singh on December 3, 2019 at 2:53 pm in reply to: BuddyPress Member Types Pro – LearnDash Groups #26849
Are you using BuddyBoss platform?
Are you able to select learndash group to be assigned in setting?
Please let me know and I will assist.
Regards
Brajesh - Brajesh Singh on December 3, 2019 at 12:39 am in reply to: [Resolved] All profile groups are not displayed, except for the primary group. #26843
Hi Carsten,
Thank you for the replies.you do not need any plugin to achieve.
You can use dynamic link feature of WordPress menu to add links to all the groups and use css to hide a group name.
http://site.com/members/me/profile/edit/group/1/
http://site.com/members/me/profile/edit/group/2/
etc will link to individual groups for the current user.Regards
Brajesh - Brajesh Singh on December 3, 2019 at 12:28 am in reply to: BuddyPress live notification -> Link not found #26841
Hi,
Thank you for the reply and investigating the issue.Please contact the theme authors and let me know what they say. If they need any modification from my part, I will gladly do it.
Regards
Brajesh Hi Ralf,
Please upgrade to 1.4.0You can translate all strings now.
Please do let me know if it works for you or not?
Regards
Brajesh- Brajesh Singh on December 2, 2019 at 5:42 pm in reply to: [Resolved] Branded Login 'get new password' issue #26831
Hi Ralf,
Thank you for the patience.Please upgrade to 1.4.0.
I have added a hook.
You can hook to ‘bl_password_reset_success’ to do the redirect.
PS:- I have also fixed the notice issue.
Regards
Brajesh Hi,
Thank you for the patience.1. Please use this code in your bp-custom.php or in your theme’s functions.php. It will restrict deletion of circles.
add_filter( 'bcircles_user_can_delete_circle', function ( $can ){ // only admins can. return is_super_admin(); });2. Please recheck. I have tested it today and these two are working fine. Please make sure the “Create circles” check box is enabled as shown below.
https://i.imgur.com/A9v1qir.pngPlease do note that the separator is ‘|’ and not ‘/’
3. Please upgrade to 1.0.4. You can enable it from Settings->BuddyCircles -> Miscellaneous section.
https://buddydev.com/plugins/buddycircles/
Please let me know if works for you or not?
Regards
Brajesh- Brajesh Singh on December 2, 2019 at 6:56 am in reply to: [Resolved] Buddypresss Activity Plus? #26828This reply has been marked as private.