Replies
- Brajesh Singh on March 2, 2020 at 9:20 pm in reply to: [Resolved] How to display user role in user profile? #27984
Hi,
Thank you for the question.1. Showing role:- https://buddydev.com/showing-user-roles-buddypress-profile/
2. Showing other profile fields: https://buddydev.com/fetching-and-showing-only-specific-fields-from-buddypress-xprofile-data/Hope that helps.
Regards
Brajesh - Brajesh Singh on March 2, 2020 at 9:18 pm in reply to: [Resolved] BuddyPress Xprofile Custom Field Types #27983
Hi Carsten,
Please upgrade to 1.1.5,That should fix it.
Regards
Brajesh - Brajesh Singh on March 2, 2020 at 1:17 pm in reply to: Why does bp members directory reload every time – revisited #27978
Hi Carsten,
Thank you for clarifying.Please check. is there any chance you have switched to Nouveau template pack? That seems the case to me.
Regards
Brajesh - Brajesh Singh on March 2, 2020 at 1:15 pm in reply to: Front End / BuddyBlog – How to separate Category and Tags #27977
Hi JC,
Thank you for the question.You should be able to achieve it with some css.
If you can provide me a guest user account(with access to the form) I can assist with it.
Regards
Brajesh - Brajesh Singh on March 1, 2020 at 7:02 am in reply to: [Resolved] Follow Plugin Notification Switch #27973
You are welcome.
It’s good to know that you resolved it.
Thank you for sharing the code.
Regards
Brajesh - Brajesh Singh on March 1, 2020 at 6:28 am in reply to: [Resolved] Follow Plugin Notification Switch #27970
You are welcome. I hope it works for you.
Regards
Brajesh - Brajesh Singh on March 1, 2020 at 6:22 am in reply to: [Resolved] Follow Plugin Notification Switch #27968
Hi Mike,
The option is available under User profile->Settings->Email tab.I am not sure if Youzer keeps this tab or removes. If it is not there, you will need to contact them for it.
I do not use Youzer, so not sure with their hooks. All you need to do is create a user meta
notification_starts_followingand set it to
nofor the user and they will not receive the email(The BuddyPress follow plugin checks this meta for the leader before notifying them).
PS:- Your plugin version is correct.
Regards
Brajesh - Brajesh Singh on March 1, 2020 at 5:04 am in reply to: Why does bp members directory reload every time – revisited #27966
Hi Carsten,
Thank you for the question.This is a normal behaviour for web pages using ajax. What you are looking for is an app like back button(or single page app behaviour). In order to do that, the state needs to be saved between various page visits.
None of the theme supports it. It can be achieved but it is beyond the scope we can help you here.
You may want to look at https://web.dev/progressive-web-apps/ specification as it aims to bring app like experience for web.
Regards
Brajesh - Brajesh Singh on March 1, 2020 at 5:00 am in reply to: [Resolved] Follow Plugin Notification Switch #27965
Hi Mike,
Welcome to BuddyDev,The BuddyPress follower plugin already has the notification option for users to select if they want to receive mail on follow or not.
Please check it.
https://i.imgur.com/PFPxX8X.png
I am assuming that you are using 1.3 branch from github
https://github.com/r-a-y/buddypress-followers
Regards
Brajesh - Brajesh Singh on February 28, 2020 at 5:50 pm in reply to: Private Message Rate Limiter – Rate Limit User Activity #27956This reply has been marked as private.