Replies
- Brajesh Singh on October 8, 2022 at 10:43 am in reply to: [Resolved] BuddyBlog Pro – Custom field types #46840
Hi Nik,
You are welcome.I have released the update for BuddyBlog Groups now. Please update.
Regards
Brajesh - This reply has been marked as private.
- Brajesh Singh on October 8, 2022 at 9:09 am in reply to: Non Admin should see only his likes and comments on another user’s post #46837
Hi Catherine,
Those 2 functions are predefined in the nouveau template pack and you can not pass extra arguements without altering them.Regards
Brajesh - Brajesh Singh on October 8, 2022 at 9:08 am in reply to: [Resolved] PLUGIN SUGGESTION: Reply to Individual & Reply to ALL Buttons #46836
Hi Dianne,
I am sorry to hear about itThe issue is too specific and limited in scope to be done in a plugin outside their platform.
Regards
Brajesh - Brajesh Singh on October 8, 2022 at 4:31 am in reply to: [Resolved] Auto Friendship Pro: SMTP Error When New User Becomes Friends #46833
Hi,
There is a problem with your smtp configuration or plugin. When user’s become friends, a mail is getting sent(by BuddyBoss/BuddyPress). That is causing the error.Please check.
Regards
Brajesh - Brajesh Singh on October 7, 2022 at 7:44 pm in reply to: [Resolved] What controls the “What’s New” post display #46827
You are welcome 🙂
- Brajesh Singh on October 7, 2022 at 7:44 pm in reply to: how to add reach text field in a user profile #46826
Hi,
1. I am not sure what you mean by that. We are not tinymce experts and we base our views on tinymce docs as well as the WordPress code.2. A minimum commitment of 3 hours.
Also, I do not think that you need it for signature. You can simply add the help docs that comes after the field about the limitations. I don’t see much difference by showing that they have crossed the allowed character/word count.
Regards
Brajesh - Brajesh Singh on October 7, 2022 at 7:29 pm in reply to: [Resolved] BuddyBlog Pro – Custom field types #46825
Hi Nik,
Here is how you register a field type
add_filter( 'bblpro_registered_field_type_classes', function( $types ) { $types['datetime'] = YourFieldTypeClassName;// please change it. return $types; });Also, The only issue with group which is remaining is Activity action string in BuddyBoss. I could not find time in last 3 days due to other release. I am hoping to work on it today/tomorrow and push a release.
Regards
Brajesh - Brajesh Singh on October 7, 2022 at 4:53 pm in reply to: BuddyBlog Pro – BuddyBoss – Ability to link and restrict a post to a group #46824
Hi Didier,
We do not do much for hiding posts. If you plan to have privacy, Please use private post type.The default WordPress ‘Post’ post type is public and any privacy we apply has not much value.
Regards
Brajesh - Brajesh Singh on October 7, 2022 at 12:40 am in reply to: [Resolved] How to hide “Required fields are marked *” in WP blog comments #46820
You are welcome.