Replies
- Brajesh Singh on December 22, 2023 at 10:46 pm in reply to: What plugins do you sell that I can use for this type of site? #51211This reply has been marked as private.
- Brajesh Singh on December 22, 2023 at 10:45 pm in reply to: Selling Products Via BuddyPress Member Profiles Under A Multisite Installation #51210
Hi Roger,
Welcome to BuddyDev.I believe WC Multi Vendor and Dokan both have support for selling from profile via their pro addons.
The problem you will face is showing products from one site on another site of the network. WooCommerce is specific to a site on the network and unless there is some explicit support(using switch_blog/restore_current_blog, You will have issues showing the products from one site on another.
Regards
Brajesh - Brajesh Singh on December 22, 2023 at 10:42 pm in reply to: [Resolved] Group Members Temporary Friendships #51209This reply has been marked as private.
- Brajesh Singh on December 22, 2023 at 10:40 pm in reply to: [Resolved] How to translate Custom User Profile Tabs label and content using WPML #51208
Hi,
Thank you.Please upgrade to 1.4.1 and put this in your bp-custom.php
// enable multilingual tab support. // it allows associating a tab to a wpml language. add_filter( 'bpptc_enable_wpml_support', '__return_true' );
It will show a “Scope: Language” section on the right side of tab creation/edit page.
If you do not select a language for a tab, It will apply to all languages. If you select a language, It will be scoped to that language.
I lack access to WPML and used their API. Have tested with the dummy data but I am unable to verify if it works or not. Please give it a try and let me know.
Regards
Brajesh Hi,
The editing issue seems like a but bug with BP 12.0 compatibility.We will push an update next week for the BP 12.0 compatibility. For the time being, Please use it with BP 11.4 or try BP classic addon to see if it works.
Regards
BrajeshHi Cordial,
Thank you.Please check back in late January. We have no plan to revive the branded login but there is a better solution coming.
Regards
Brajesh- Brajesh Singh on December 21, 2023 at 9:05 am in reply to: What plugins do you sell that I can use for this type of site? #51186This reply has been marked as private.
- Brajesh Singh on December 21, 2023 at 9:03 am in reply to: BuddyPress Profile Data Moderator – Delegation and Front End #51185
Hi Bruno,
Hope you are doing well.I looked through it and it is not feasible to implement it currently as the complete experience requires implementing pending profiles queue(table) and then the screens for approving/rejecting.
We will have a solution next year for something similar.
Thank you
Brajesh Hi John,
My apologies for the delayed reply.If you have created badges on your site and want to associate with user you can import them into
your_db_prefix_badge_relationships
table. “your_db_prefix” is specific to your site.
We are storing user_id, badge_id in this table and both are integer. Any csv file with 2 fields where first is for user_id and second is for badge_id will allow you to import.
If you need to look for badge id, it is available in your_db_prefix_badges table.
Regards
Brajesh- Brajesh Singh on December 21, 2023 at 8:40 am in reply to: How can I change all my page titles back to H1? #51183
This is a bad idea.
My suggestion is to find what is causing the issue. It is not caused by BuddyPress.If you are able to locate the source of issue, you can reach out to the developers for a proper solution.
Regards
Brajesh