Replies
- Brajesh Singh on June 12, 2020 at 9:47 am in reply to: [Resolved] Can't accept friend requests #30774
Thank you.
I am sorry for the trouble. Please let me know which template pack you are using(BP Nouveau or Legacy) and I will try to quickly recreate this and test.
Regards
Brajesh - Brajesh Singh on June 12, 2020 at 9:41 am in reply to: [Resolved] How can I change the activity delete button to icon #30772
Since you are building the theme yourself, My suggestion will be to look into template override for BuddyPress.
You need to override the template for BuddyPress. Specially the buddypress/activity/entry.php to achieve it.
Regards
Brajesh - Brajesh Singh on June 12, 2020 at 9:39 am in reply to: [Resolved] Can't accept friend requests #30771
Hi Faizal,
If possible, Please share me a screenshot of all the friendship restrictions settings. I will have a better idea of the issue after looking at it.Regards
Brajesh - Brajesh Singh on June 12, 2020 at 9:35 am in reply to: [Resolved] Can't accept friend requests #30768
Thank you.
Can you please check user role and the BuddyPress restrictions Global setting/ Setting for that specific role to check if accepting is allowed for that user?
Regards
Brajesh - Brajesh Singh on June 12, 2020 at 9:33 am in reply to: [Resolved] Can't accept friend requests #30766
Hi Faizal,
Is there any chance that the user who is trying to accept has reched the friendship limit?Also, are you using it with BuddyBoss or BuddyPress?
Regards
Brajesh Hi Nik,
Like the error says, you need to add another parameter in the function definition.Regards
BrajeshHi Steven,
Thank you for sharing your thoughts.We are exploring it and will let you in 4-6 weeks.
Regards
Brajesh- This reply has been marked as private.
- Brajesh Singh on June 12, 2020 at 8:39 am in reply to: How can I add extra custom filed to Activity Post Form #30760
Hi Adeala,
since you are learning, I will suggest exploring adding extra fields to form. Then you can use that knowledge to add the UI in BuddyPress Activity post form.after that, you might want to take a look at how ajax works and how the post updating is handled. That should give you insight into how to send custom fields with post data.
Also, when you learn about handling WordPress ajax requests, you will be able to find out the post update handler and add custom code for saving the extra data.
All the best.
Brajesh
Hi Nik,
When you create a field type, you have control over how the field renders.
Yes, that code is from me. It seems I might have shared that for one of our members here.
you can not put that code in bp-custom.php. Try putting it in your functions.php or loading after bp_loaded action.
You may also take a look at the custom field types.
Regards
Brajesh