Replies
- Brajesh Singh on August 13, 2021 at 3:23 pm in reply to: [Resolved] Number of Members Displayed – Member Directory #40055
Hi James,
Thank you for confirming. I am glad it worked.Regards
Brajesh - Brajesh Singh on August 13, 2021 at 3:23 pm in reply to: [Resolved] BuddyPress Xprofile – Search URLs #40054
Hi James,
Thank you for letting me know.I will suggest contacting BuddyBoss support as we do not offer any support for BuddyBoss’s product here.
We do provide support for our plugin’s compatibility with them.Regards
Brajesh - Brajesh Singh on August 12, 2021 at 11:03 pm in reply to: [Resolved] Auto join groups – cron job #40048
Hi Darshan,
The plugin works fine with the Hidden Groups. If you are using the plugin, are you having any issue adding the hidden group to the list?Regards
Brajesh Hi David,
That’s expected as you renamed the css files but did not load. You will need to load the renamed files too.Please take a look at wp_enqueue_script top see how can you load the assets.
Regards
Brajesh- Brajesh Singh on August 12, 2021 at 10:51 pm in reply to: How can I edit the default text as the English is not very good #40046
Hi,
I am not suggesting the translation. You will be using the localization feature of WordPress. You do not need any extra plugin to do it. You can use poedit software for this and your changes will be retained on your upgrade too.The loco translate only helps with localization(generation of the localized file).
For any of the above methods, all you need to do is create a new localization file for your site’s languages and use your texts for labels you want to change.
Regards
Brajesh - Brajesh Singh on August 12, 2021 at 10:46 pm in reply to: [Resolved] Number of Members Displayed – Member Directory #40045
Hi James,
Thank you for the question.Since BuddyBoss theme and the BuddyPress have similar loop, Here is a code that works for both.
add_filter( 'bp_after_has_members_parse_args', function ( $args ){ if( ! bp_is_members_directory() ) { return $args; } $args['per_page'] = 20; return $args; });Regards
Brajesh - Brajesh Singh on August 12, 2021 at 10:45 pm in reply to: [Resolved] Apply “BuddyPress Profile Visibility Manager” to Groups #40044
Hi,
Thank you for bringing it.Please allow us 2 working days to provide this option with a fallback to current settings for directory. We will release an update by day end Monday to allow users choose if they want to be visible on groups directory or not. We will be making it a simple option for now.
Regards
Brajesh - Brajesh Singh on August 12, 2021 at 10:41 pm in reply to: [Resolved] BuddyPress Xprofile – Search URLs #40043
Hi Maes,
Thank you for the question.It seems you are using the BP Profile search plugin. If that is the case, The plugin offers you a shortcode to have customized directory or different search result page.
https://wordpress.org/plugins/bp-profile-search/
Regards
Brajesh Hi David,
Thank you for the question.Do you mean the css classes in template? If yes, you will need to rewrite your own template pack to achieve this as most of the classes are hardcoded there.
Regards
Brajesh- Brajesh Singh on August 11, 2021 at 7:30 pm in reply to: Showing user inserted information on front-end inside Group Tab #40033
Hi Luis,
Thank you for using Group Tabs Creator.1. Group Tabs creator allows you to use any shortcode in the tab content.
Currently BuddyBlog Pro focuses on user generated content associated to their profile and does not store any detail about users groups. It is definitely possible to add via custom code.
If you are using BuddyForms and they offer shortcode for the form as well as collected data, Please share. In Group tabs cretaor, we do have dynamic tag replacement for group id and if needed, i can update that for user id too.
Regards
Brajesh