Replies
- This reply has been marked as private.
You are welcome. I am glad it helped.
Regards
BrajeshHi Tan,
Thank you.
Brajesh- This reply was modified 7 years, 7 months ago by
Brajesh Singh. Reason: edited to remove email
- This reply was modified 7 years, 7 months ago by
Brajesh Singh.
- This reply was modified 7 years, 7 months ago by
- Brajesh Singh on January 7, 2019 at 10:56 am in reply to: BuddyPress Private Message Rate Limiter by user role #19982
Hi Greg,
Thank you for using the plugin.1. Please see the first snippet on that page. “devb_custom_private_message_limit_count”. It allows you to update message count. For this snippet, the values are no. of messages.
2. Yes, It overrides the settings and defaults to settings if you do not specify it for the current user.
3. It is priority and number of arguments the attached function receives.
Here 10 is priority on which our function gets called and 2 is no. of arguments it will be passed. You should not change it.Hope that helps.
Regards
Brajesh- This reply was modified 7 years, 7 months ago by
Brajesh Singh. Reason: updated to clarify 3
- This reply was modified 7 years, 7 months ago by
Hi Tan,
Thank you for using the plugin. My apologies for the inconvenience.Can you please share me a screenshot of your settings? Please make sure the setting does not have comma and new line.
Also, can you please tell me if you are using it for restricting registration for certain plugin?(BuddyPress or WooCommerce etc). If yes, then which one?
I will look into it and assist quickly.
Thank you
Brajesh- Brajesh Singh on January 7, 2019 at 10:48 am in reply to: [Resolved] Blog Categories For Groups Creating Duplicate Content #19978
Hi Propertytips,
Thank you for the patience.
I have already fixed it on our development repo
I am planning a few more enhancements before releasing today. Will be posting back after the release.
Regards
Brajesh - Brajesh Singh on January 6, 2019 at 12:42 pm in reply to: [Resolved] No access without profile photo upload (BP Force Profile Photo not activated) #19967
Hi Carsten,
I am not sure what is causing it. Notification should not cause it. Check your theme’s functions.php and see if there is any chance some redirection code there (or check bp-custom.php one more time to be sure).Regards
Brajesh - Brajesh Singh on January 6, 2019 at 9:43 am in reply to: Buddypress Global Avatar in Multisite #19964
Hi,
BuddyPress does not store the avatar path in database. It is folder based and since you have moved from the global to a site specific installation, I will be to look for “avatar” and “group-avatars” in your uploads directories of each site and then merging and moving to the sub site you have moved your BuddyPress.Regards
Brajesh - Brajesh Singh on January 6, 2019 at 9:29 am in reply to: [Resolved] No access without profile photo upload (BP Force Profile Photo not activated) #19963
Hi Carsten,
You most probably have either the Profile Field Completion or the Force Profile Photo active in some way.Please recheck.
It seems the only explanation.
Regards
Brajesh Hi Maria,
Welcome to BuddyDev.At the moment, there is no hook.
You can add the condition here
https://github.com/buddydev/bp-non-editable-profile-fields/blob/master/bp-non-editable-field.php#L67
which is specific to your membership plugin to not hide the fields.
I will add a filter in next udate. Also, if you need multiple group of fields being visible based on membership(say field 5, 7 if membership level 1, field 8, 9 on level 2), my suggestion will be to explore member type based field visibility. That will be more suitable in this case.
Regards
Brajesh