Replies
- Brajesh Singh on November 30, 2022 at 5:01 am in reply to: [Resolved] Change permission on privacy of xProfile Feilds, Tag type xProfile Fields #47507
Hi John,
Thank you for the update.In that case I will suggest contacting their support to see if there is any conflict.
Regards
Brajesh - Brajesh Singh on November 30, 2022 at 5:00 am in reply to: [Resolved] BudyPress Username Changer #47506
Hi Alex,
I had a look at the code.we are already updating the nicename
https://github.com/sbrajesh/bp-username-changer/blob/master/bp-change-username.php#L157
and here is the hook you are loooking for
https://github.com/sbrajesh/bp-username-changer/blob/master/bp-change-username.php#L200
Hope that helps.
Regards
Brajesh - Brajesh Singh on November 30, 2022 at 4:37 am in reply to: [Resolved] BuddyBlog Pro : How to change Editor’s basic font and size. #47505
Hi Fredrick,
We are using tinymce and it will need some custom code.1. Please create a file bbl-editor in your child theme/theme and put some css code there like the following
body { font-size: 30px; color: green; }2. In your theme/child theme’s functions.php
// Add Tinymce css customization on front end. add_filter( 'mce_css', function ( $css ) { if ( is_admin() ) { return $css; } $css .= ',' . get_stylesheet_directory_uri() . '/bbl-editor.css'; return $css; } );That will allow you to customize as you need.
PS:- This will have effect on all of the tinymce instances on front end(in case you are using other plugins). If you only want to limit to buddyblog pro, Please let me know where the form is on a page or on profile and I will update it.
Regards
Brajesh - Brajesh Singh on November 30, 2022 at 4:33 am in reply to: [Resolved] BuddyBlod Pro n number page link #47504
Hi Fredrick,
Thank you for the question and posting the solution.There must be some value specified in the list slug. It does not need to be list but any value will work.
I am glad that you have resolved it.
Regards
Brajesh - Brajesh Singh on November 29, 2022 at 10:46 am in reply to: [Resolved] BudyPress Username Changer #47488
Hi Alex,
Thank you for the question.the plugin is not aimed at changing user nice names. It allows changing the username(the name used to login).
Please see the name of the plugin. It specifically says that “Username” not anything else. I can add a hook for the same but BuddyBoss nick names need to be unique(and unless you want the username to be nickname), It is going to be a problem.
Please let me know if you still need the hook? I will add.
Regards
Brajesh - Brajesh Singh on November 29, 2022 at 10:37 am in reply to: [Resolved] BuddyBlog Groups – Suggestion #47486
Hi Nik,
That’s a great suggestion.Please allow me to put it in next release.
Regards
Brajesh - Brajesh Singh on November 29, 2022 at 10:36 am in reply to: [Resolved] BuddyBlog Pro – permalinks #47485
Hi Nik,
Thank you for the details.
We have missed to add a permanent redirect as the second url should redirect to group post or do a 404.
I will update the plugin in next couple of days.Regards
Brajesh - Brajesh Singh on November 29, 2022 at 10:34 am in reply to: [Resolved] BuddyBlog Pro – exclude from recent posts #47484
Hi Nik,
That’s awesome! you had already done it 🙂I am not sure about elementor and if that will apply to general WordPress query as haven’t used it recently.
Please let me know if it works for all.
Regards
Brajesh - Brajesh Singh on November 29, 2022 at 10:30 am in reply to: [Resolved] User activity search field #47483
Hi Daniel,
Please share the details.I don’t remember the changes but looking at the activity page will certainly help me to see the reason.
Please share the details and I will assist.
Regards
Brajesh - Brajesh Singh on November 28, 2022 at 11:09 pm in reply to: [Resolved] Facebook Like Activity #47477This reply has been marked as private.