Replies
- This reply has been marked as private.
Hi Nik,
Thank you.Please do let me know if you were able to troubleshoot it?
Regards
Brajesh- Brajesh Singh on October 18, 2022 at 1:18 pm in reply to: [Resolved] Conditional Profile Fields for BuddyPress – Fields still showing up in BuddyBoss #47008
Hi Peter,
Thank you for using the plugin.The plugin is not supported for BuddyBoss by us.
Still, the plugin should normally work except for their repeater field.Please check if you have condition on repeater field or something else is causing issue.
Regards
Brajesh - Brajesh Singh on October 18, 2022 at 12:57 pm in reply to: [Resolved] Using code to set category on publishing with BuddyBlog Pay Per Post not working #47007
Hi Tosin,
The plugin is being released this week and we will certainly include the hook back.Regards
Brajesh Hi Nik,
Thank you for the reply.
I am glad the template part is working.There is something overriding your query args. The most probably reason is a plugin direct filtering on posts sql or using pre_get_post to modify the query. I will suggest looking into it.
remove_filter( 'the_content', 'bp_replace_the_content' );Was used to make sure BuddyPress/BuddyBoss does not try to replace the content inside posts as the profile of user. The output their profile data using the same.
Regards
Brajesh- This reply has been marked as private.
- Brajesh Singh on October 17, 2022 at 7:02 pm in reply to: [Resolved] BuddyBlog Pro – Custom field types #46998
Hi Nik,
We don’t have any restriction on where you put your class. The problem is you are using a namespace which is form the plugin and our auto loader looks for that into the fields directory(due to name space hierarchy).Please remove the name space at the top and the use statement and you can put it anywhere. If you can share the code on pastebin.php, I can gladly show how to put it in your theme’s functions.php(everything, no need to touch BuddyBlog Pro code).
Regards
Brajesh Hi Nik,
I am sorry for the confusion.
Here is a screenshot from the child theme showing how to override templates for events post type(I only created posts.php). You can create others as you need them.https://i.ibb.co/x87dfzN/Selection-002.png
Regards
Brajesh- Brajesh Singh on October 14, 2022 at 12:53 pm in reply to: The BP Menus PERSONAL MENTIONS FAVOURITES FRIENDS GROUPS #46978
Hi Daniel,
Thank you for the reply.I am sorry to hear about your experience. Your issue is the theme that you are using.
You are trying to use a theme which was abandoned by its developer and It is bound to be outdated with the BuddyPress updates.
I have assisted you in past with the bug fixing but anything beyond minor fixes take time and there is not much that we can do for a third party theme.
You can hire us to maintain the theme if you like it or my suggestion is to look for an alternative theme which will lower the cost as well as give you more freedom.
I have mentioned it in past and will continue here, we are here to help you with our plugins and will do that irrespective of your membership status.
If you need to maintain a third party abandoned theme, it will incur costs.
For temporary fix, you may opt for our Troubleshooting service.
https://buddydev.com/buddypress-troubleshooting-support/Regards
Brajesh - Brajesh Singh on October 14, 2022 at 9:10 am in reply to: Ajax Registration optimization against spammers #46976
Hi Daniel,
Welcome back.The easy way would be to use a translation plugin and translate it. Otherwise, It should be in your theme/childtheme/buddypress/members/register.php if using legacy template pack.
If you are using BP Nouveau, this can be changed via a filter.
Regards
Brajesh