Replies
- Brajesh Singh on February 3, 2022 at 12:28 am in reply to: [Resolved] Link to the group in the text of the post #42955
Hi Vald,
Thank you for using the plugins.We do keep the group ids with the post which can be accessed using the following code
$group_id = get_post_meta( $post_id, '_bcg_group_id', true );I am requesting Ravi to assist you with further code.
Regards
Brajesh - Brajesh Singh on February 3, 2022 at 12:26 am in reply to: [Resolved] Feeds needed for Member Activities to function. #42954
Hi David,
Please clarify the question.Do you want to allow users to create activity post? If yes, you will need to enable activity component, otherwise, you don’t need to.
Regards
Brajesh - This reply has been marked as private.
- Brajesh Singh on February 3, 2022 at 12:19 am in reply to: BuddyPress Non Editable Profile Fields some requests #42951
Hi Bakhta,
I am sorry, we don’t have any plan to extend this plugin currently.Regards
Brajesh - Brajesh Singh on February 3, 2022 at 12:18 am in reply to: Conditional Profile Fields for BuddyPress update #42950
Hi,
Thank you.
I am doing well.I will push it in the evening IST today(3rd).
Regards
Brajesh - Brajesh Singh on February 3, 2022 at 12:17 am in reply to: Adding excerpts to BuddyBoss forum page? #42949
Hi Mark,
At the moment, BuddyBoss theme lacks proper hooks. They have too many things(template files) hardcoded without any hook to allow extension.I understand that they may be interested in limiting what can be achieved via external plugins. You don’t have much of a choice other than overriding(unless BuddyBoss starts adding hooks to template files).
Please feel free to get it touch for any custom needs via our services page
https://buddydev.com/buddypress-custom-development-service/
Regards
Brajesh Hi James,
Thank you for sharing.The reason is you are on multisite where WordPress limits each site’s storage. By using the above filter, you have overwritten WordPress’s restriction on the upload size for individual site.
Regards
Brajesh- This reply has been marked as private.
- Brajesh Singh on January 28, 2022 at 7:58 pm in reply to: BuddyPress Non Editable Profile Fields some requests #42865
Hi Bakhta,
Thank you.4. No. The logic is once the field has data, do not allow editing it. If the field is on registration page and user enters data, They won’t be able to edit it on their profile.
Regards
Brajesh - Brajesh Singh on January 28, 2022 at 7:47 pm in reply to: BuddyPress Non Editable Profile Fields some requests #42863
Hi Bakhta,
Thank you for the suggestions.1. The plugin is functional. There is no need for new update for now.
2. No plans for compatibility with BuddyBoss repeater fields. Sorry, we do not plan to spend time on BuddyBoss specific things at the moment.
3. “Admin can set number of time user can modify field” :- Sorry, tracking number of times is beyond the scope. It is a simple plugin and we want to keep it that way.
“Set non editable fields by role” :- May be in future.
4. The plugin works as following: -Once the field has data(whether it was added on registration or on profile update), It will not allow editing that field again.
Regards
Brajesh