Replies
Hi Silvana,
Thank you.Please consult your theme author. They might have some BuddyPress specific customizations which is leading to this.
the plugin is working fine for BuddyPress default template packs.
Regards
Brajesh- Brajesh Singh on June 13, 2022 at 12:14 am in reply to: [Resolved] Approval required prior to group creation #45325
Hi Nik,
You are welcome.oops, I mean, you add a flag(meta key) and use that to filter the list of groups.
Regards
Brajesh - This reply has been marked as private.
It’s a bad idea.
1. You should never flush rewrite rules on each request. That will hit the performance badly.
The last one is slightly better but still not recommend. why do you want to automate the permalink structure on theme activation?
It will take only 30 second to update it manually.
If you still want to do it, here is a cleaned version of your last one
function set_custom_permalinks() { if ( get_option( 'permalink_structure' ) ) { return; } global $wp_rewrite; // Save permalinks to a custom setting, force create of rules file $wp_rewrite->set_permalink_structure( '/%postname%/' ); $wp_rewrite->flush_rules( true ); } add_action( 'after_switch_theme', 'set_custom_permalinks' );Regards
Brajesh- Brajesh Singh on June 12, 2022 at 11:52 pm in reply to: [Resolved] Xprofile Field – Country Select #45322
Hi Quint,
You can achieve that by selecting match any/match all in the search mode and setting overflow on the front end search view.Please see
https://i.ibb.co/vYWqXhZ/Selection-512.pngWere you looking for something different?
Regards
Brajesh - Brajesh Singh on June 12, 2022 at 3:30 am in reply to: [Resolved] GROUP TABS: Remove need for Admin to See Tabs #45311
Hi Dianne,
I am sorry for the inconvenience.Please allow us to put an update by day end Tuesday with the option to set it to None.
Regards
Brajesh Hi Silvana,
Welcome to BuddyDev support forums.Which theme, template pack and plugin are you using? Please let me know and we will assit.
Regards
Brajesh- Brajesh Singh on June 12, 2022 at 3:28 am in reply to: [Resolved] Xprofile Field – Country Select #45309
Hi Quint,
Thank you.Probably you do not need to update that. The BP profile search plugin allows selecting mode when adding the field to search. Try switching the mode. They control the user Interface.
Regards
Brajesh - Brajesh Singh on June 12, 2022 at 3:13 am in reply to: [Resolved] Approval required prior to group creation #45308
Hi Nik,
Thank you for the question.We did not find it aligned with our goal and could not work on it.
If you want to achieve it, you may want to set the group hidden by default, disable the Group Management screen for creators, disable joining/request and then add a filter for filtering these in the admin.
Regards
Brajesh Hi Daniel,
I am sorry, I could not try the theme.Will be doing so by day end tomorrow and updating you.
Regards
Brajesh