Replies
- Brajesh Singh on July 7, 2020 at 7:31 am in reply to: [Resolved] Auto Friendship Pro (will one of these rules work – and implement backwards)? #31506
Hi Chris,
Thank you for joining our membership.The BuddyPress Auto Friendship Pro addd the new User to a list of predefined users. In other words, the list of users who will be added is preset.
What you are looking for is finding a match between the users and add them as friend. The plugin does not do that.
Yes, It is doable with some code(will that work for you?). If I put the custom code, It will only apply to new users.
If you need it for existing users, it will need searching all users and managing a queue for adding friendship relationship(which will be ajax based to avoid timeouts). This will be beyond the scope and will need custom service.
Regards
Brajesh - Brajesh Singh on July 6, 2020 at 11:45 am in reply to: Hide a member type in Profile Search Forms #31498
Hi Ramon,
Sure. I will share the activity code in next 1-2 days.The code for form was shared by @ravisharma and I am going to ask him to support you with that.
Regards
Brajesh - Brajesh Singh on July 6, 2020 at 11:39 am in reply to: [Resolved] BP Ajax Registration – Wrong Redirection Link #31495
Hi Alya,
Thank you for the update. It is good to know.Regards
Brajesh - Brajesh Singh on July 6, 2020 at 11:38 am in reply to: [Resolved] Hide Logged In User Member Card #31494
Hi Steven,
I am sorry for the inconvenience.Did you put it in your bp-custom.php.
if yes, did that file started with
<?php
tag.If possible, Please share the complete code from that file on pastebin.com and link me.
Regards
Brajesh - Brajesh Singh on July 6, 2020 at 11:36 am in reply to: Hide a member type in Profile Search Forms #31493
Hi Ramon,
I am referring to the code for hiding activity.Hiding from the form should be simple.
Hi Manuel,
I am sorry for the inconvenience.1. Are you using BuddyDev dashboard for update? If yes, Please make sure to verify the keys are configured correctly.
I have seen this issue only with incorrect keys in past.
PS:- You can delete and re upload. That will not cause any loss of data or setting.
Regards
Brajesh- Brajesh Singh on July 5, 2020 at 8:43 pm in reply to: Excluding a role from all BuddyPress listings #31483
Hi Jemima,
I am sorry for the delayed reply. I wanted to take a look at the invite code before replying.To achieve this in nouveau is not simple. The developers have made sure to use every bad trick available in the book.
The seems to be only possible strategy that you add an ajax handler which has higher priority and hook to ‘wp_ajax_groups_get_group_potential_invites’
The handler needs to copy code from the function ‘bp_nouveau_ajax_get_users_to_invite’ and exclude users there.
It seems like a not so well thought implementation for now.
Regards
Brajesh Hi,
Thank you for the question.There is no option available currently. We are adding it in our next release.
Thank you
Brajesh- Brajesh Singh on July 5, 2020 at 6:52 pm in reply to: Hide a member type in Profile Search Forms #31481
Hi Ramon,
Thank you for the reply.
@ravisharma will be assisting you with it tomorrow.About activity stream:- The plugin doe snot hide any user from activity stream as there is no efficient way to do it.
If you still want to do it, Ravi or I may be able to put some code in couple of days. Please let me know if you want to proceed with it.
Regards
Brajesh - Brajesh Singh on July 5, 2020 at 6:36 pm in reply to: Events Calendar breaking the BuddyBlog cerate/edit page #31479This reply has been marked as private.