Replies
Hi Nik,
Thank you for reporting.
to be honest, we did it intentionally. To avoid complexity, we have forced ‘posts lists’ to be default tab. For the users who don’t want this, can change the behaviour.Here is a line of code to allow using published as the default tab.
// sets the Published tab as the default tab for all post types // 'published' is not a slug, it is tab identifier, please DO NOT change it with your slug. add_filter( 'bblpro_default_landing_sub_tab', function ( $action, $post_type ) { return 'published'; }, 10, 2 );Regards
Brajesh- Brajesh Singh on February 10, 2023 at 3:48 am in reply to: Assiging Member Type Doesn’t Add User to Group #48379
Hi,
It is still not available.Please login with my user account and check the Users & Settings menu for the availability of member types.
Regards
Brajesh - Brajesh Singh on February 10, 2023 at 3:45 am in reply to: [Resolved] New users can not signup with BuddyBoss after installing conditional fields plug #48378
You are welcome.
It’s a pleasure to assist!
Please do know that what I provided you is not a proper solution but temporary mitigation of the issue. The proper solution would be to look into the details why the WYSIWYG is not working and fix that.
Regards
Brajesh - Brajesh Singh on February 10, 2023 at 3:32 am in reply to: [Resolved] New users can not signup with BuddyBoss after installing conditional fields plug #48376
You are welcome.
I am glad to be of service.Your registration is working fine for me.
I just registered a new account.Regards
Brajesh - Brajesh Singh on February 10, 2023 at 3:23 am in reply to: [Resolved] New users can not signup with BuddyBoss after installing conditional fields plug #48374
Sure, here we go.
add_filter( 'bp_xprofile_is_richtext_enabled_for_field', '__return_false' );You can put it in bp-custom.php(or using a code snippet manager).
Hope that helps.
Regards
Brajesh - Brajesh Singh on February 10, 2023 at 3:16 am in reply to: [Resolved] New users can not signup with BuddyBoss after installing conditional fields plug #48372
Hi Richard,
I am very sorry to hear about your experience with BuddyBoss.If it works, I can provide you a code to temporarily disable the richtextarea and use a plain one. That should make it work but the visual editor for the text field will be gone.
You can disable the code when BuddyBoss resolves it.
Regards
Brajesh - Brajesh Singh on February 10, 2023 at 3:05 am in reply to: [Resolved] New users can not signup with BuddyBoss after installing conditional fields plug #48370
Hi Richard,
My guess is some kind of js conflict. I will suggest adding it again and try. You may try by changing the order of the fields to see if there is any change.If that doe snot work, reporting to BuddyBoss will be the solution(I can confirm that it used to work when I tested with BuddyBoss 2.2.4).
Regards
Brajesh - Brajesh Singh on February 10, 2023 at 2:58 am in reply to: MPP upload buttons as well for commenting? #48368This reply has been marked as private.
- Brajesh Singh on February 10, 2023 at 2:51 am in reply to: [Resolved] New users can not signup with BuddyBoss after installing conditional fields plug #48366
For some reason, when I am using google chrome, your “About” field is not editable/clickable.
If the issues are still there, any chance you have limited fields to member types and they are present on the first field group?
Regards
Brajesh Hi,
Thank you for the question.I am sorry but I am not able to understand the question.
Do you need the shortcode to show “edit” link or do you need the shortcode for the “Edit form that shows the form”.
We have shortcode for create/edit form which can be used inside a pre-designated page(selected in your BuddyBlog Post Type settings).
Regards
Brajesh