Replies
- Brajesh Singh on February 9, 2022 at 3:32 am in reply to: [Resolved] Buddyblog Pro – allow user to select only one category when posting #43082
Thank you Tosin,
We will have a release within next 24 hours with this functionality.Regards
Brajesh Hi James,
Thank you for the suggestions.I am assuming that it is about BuddyPress Auto Friendship pro? We do plan to update and add support for using multiple otions but we won’t be able to have the the functionality for inheriting the condition for the field option.
We do plan to re-think that part in future.
Thank you
Brajesh- Brajesh Singh on February 9, 2022 at 3:28 am in reply to: [Resolved] Suspended users able to access information through API if already logged in #43080
Hi Nifty,
Thank you for reporting the issue.We logout the user and clear all their sessions(managed by WordPress) on suspension. It seems that the JWT auth plugin might be managing their own token that needs to be invalidated. We will look into it and add the support within a week if doable.
Regards
Brajesh - Brajesh Singh on February 9, 2022 at 3:26 am in reply to: [Resolved] BuddyCommerce – Add to account settings page not profile #43079
Hi,
Thank you for the question.
I am sorry, this plugin only adds the tabs to user profile pages and can not add to the directory pages.Regards
Brajesh - Brajesh Singh on February 7, 2022 at 10:30 pm in reply to: [Resolved] Feeds needed for Member Activities to function. #43060
Hi David,
Thank you.
If the feed is not loading, Please disable the asset cleanup temporarily and test.You may disable some part of BuddyPress assets but I won’t suggest it. saving a few Kb is not going to make much of a difference in today’s world where for most of the part, speed is a lot better than what it used to be in 2010(That’s a general assumption, your actual choice should depend on the demography of your users).
Regards
Brajesh - This reply has been marked as private.
Hi Tosin,
I am certainly expecting that. i haven’t been to the meeting for couple of months, so not sure when it will be available as part of core.Regards
Brajesh- Brajesh Singh on February 7, 2022 at 9:30 pm in reply to: [Resolved] Turn activity featured image into clickable links #43055
You are welcome 🙂
- Brajesh Singh on February 7, 2022 at 8:26 pm in reply to: [Resolved] Xrofile field visibility change by php function #43054
Hi Abhist,
Welcome to BuddyDev forums.Thank you for the question. Here are my answers.
1. The profile field visibility is a BuddyPress core feature and has nothing to do with teh xprofile cusotm field types plugin.
2. You can not change the visibility for a user. It is saved for each field of the user. So, if you have 20 fields, you will need to update it for all the 20 fields.
Here is the function which is used to set it
xprofile_set_field_visibility_level( $field_id, $user_id, $visibility_level );Where $field_id is the numeric xprofile field id.
$user_id is the numric id of the user in context.
$visibility_level is a string which is one of the registered visibility levels(e.g ‘loggedin’).Hope that helps.
PS:- The visibility setting is stored in user meta, so if you wnat to avoid too many queries, you can directly update the user meta key ‘bp_xprofile_visibility_levels’ with an associative array containing field id as key and its visibility as the value.
Regards
Brajesh - Brajesh Singh on February 7, 2022 at 8:16 pm in reply to: [Resolved] Buddyblog Pro – allow user to select only one category when posting #43053
Hi Niculae,
Thank you for the question.No, That won’t work with BuddyBlog pro. There should be an easy option for it in BuddyBlog pro.
Please allow me to push an update within next 2 days to make it available as the taxonomy options.
Regards
Brajesh