Replies
Hi Nik,
Thank you for the reply.
I am sorry, the strategy won’t work with current version of BuddyBlog group.I am releasing the update this Wednesday and will share the code for the same after that.
Regards
Brajesh- Brajesh Singh on February 13, 2023 at 4:22 am in reply to: Profile Visibility Manager Menu Items #48395
Hi Simon,
Welcome to BuddyDev support forums.Thank you for purchasing from us.
If you have allowed users to update their settings, We add a sub nav under Settings(If using BuddyPress) or under Account(if using BuddyBoss).
The Menu label is a bit different depending on the platform. Please look for Profile Privacy/Profile visibility under the sub menu.Please let me know if you are able to find it or not?
Thank you
Brajesh Hi Victor,
As per your email, I am closing this as you are no longer using the plugin.Also, this plugin does not prevent dashboard access, It does not have the ability to do so.
Regards
Brajesh- Brajesh Singh on February 10, 2023 at 5:21 pm in reply to: BuddyBlog Pro Tag selectbox. Does it have a plan about select2 lib? #48389
Hi Fredrick,
Thank you for the suggestion and the links.The current version of BuddyBlog pro supports 3 views( Multi select, single select and Checkbox).
I don’t see any issue with supporting the select2. we will put a small addon in next 2 weeks to let you enable this if needed.
We may put it in the core in future but I will like to keep it separate currently.Regards
Brajesh Hi Victor,
Thank you for purchasing from here.Here is a video that shows how to configure the plugin.
https://www.youtube.com/watch?v=XgIpzDDjqlEHope it helps.
We haven’t tested this plugin with BuddyX. If you find any issue with the layout, Please let us know. We will update the plugin if needed.
Regards
BrajeshHi,
Thank you for the reply.
It is specific to the post type.Please visit Dashboard->BuddyBlog->Settings and click on the Tab for your post type( e.g Posts, etc).
Under the “Create” options, you will find shortcode specific to that post type which is usable if you select a Page as the target for creation/editing of the content.
Regards
BrajeshHi 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