Search Results for 'buddypress'
-
Search Results
-
Hello,
I need to override the invitations loop to change the tables to div.
I copied the invitations-loop.php file from buddypress > bp-templates > bp-nouveau > buddypress > members > single > invitaions
TO
child-theme > buddypress > members > single > invitationsIt does not work? Why? What did I made wrong?
Hello there,
My website is in French.
Here is the page where I have an issue : https://demo-avec.com/inscription/
As you can see, the label for the name field is half in english and half in french : Name (obligatoire)
I am trying to find a solution to solve that issue.
I want to display that text like this : Nom (obligatoire)
I tried to find it in Buddypress Po file, but I couldn’t.
I tried to change my theme, deactivate all plugins, empty my cache, upload Polylang plugin… Nothing works.
The worst is that all the other fields have been automatically translated, but not this one.
I’m getting mad with this issue, thanks for your help š
Hello Community –
Using Buddypress v.14.1.0 WordPress v. 6.6.2 with Multisite using Twenty Twenty Four theme and BP Nouveau:
Does anyone have a code snippet to address the following:
the search form box does not appear in Member Activity to the right of the RSS feed icon even though the search filter drop down appears.
Have tried multiple ways to 1. get search form to appear – but cannot get it to work.
If this has been addressed before in a topic, please reply with link.
Thanks!I use a profile builder and form to manage site registrations (the url was originally /register)
Now when I go to register I get this “Member registration is currently not allowed.”
When I go to Settings > Buddypress > URLS there is no “registration” slug and neither when I go to Pages and I able to see any buddypress created pages.
How do I disable Buddpress hijacking the registration?
Can I disable Buddypress registration in any way?Topic: Saved bio not appearing
Hi,
I updated and saved my user profile bio in Buddypress, but it is still the previous one that appears when clicking on View.
Thanks for your help,
Philippe
Topic: how do you moderate images
I am new to BuddyPress. I will be using BuddyPress with the forum software bbPress.
How can you moderate images uploaded to both BuddyPress and bbPress?
Topic: BBpress style
I know I’m OT but I’ll try anyway…
Buddypress inherits the theme style and this is a basic thing for every plugin… bbpress does not inherit the style and this means that if you look at the forum statistics on buddypress, they are very small.
I wonder how it is possible that in 2024 bbpress has not yet been updated so that it inherits the theme style.
This is a big problem and a big limitation for those who want to use bbpress.Hi – would love some help.
My member pages are not displaying with the sidebar as they should. They used to and they appear correct if I preview changes, but for some reason Buddypress is overriding the Divi page layout settings. https://learningcenter.jewelryclasseswithjen.com/members/
Buddypress version 14.1.0
Memberpress+Buddypress Integration version 1.1.18
Memberpress Plus version 1.11.35
Wordpress version 6.6.2
Divi version 4.27.1
Thanks in advance!Topic: Email Translations
Hello,
I want to have my buddypress emails in my own language. So I followed this tutorial here:
and copied the mo and po files into wp-content / languages/ buddypress.But the emails still remain in English even after making an email restore. Is it, because I am using the English WordPress version? But my site language is set to my language and the buddypress menus etc are all translated to this except the emails.
Do I have to translate it manually or whats the way to go? Thanks for helping me out!
I want to remove the “Forum” step from the BuddyPress group creation step but keep the group forums active. I have tried many solutions but I canāt seem to find a filter I could use.
For example, this code:
add_filter( 'groups_create_group_steps', function ( $steps ) { unset( $steps['group-settings'] ); return $steps; } );
removes the group settings from the group creation process.
This code:
function buddydev_remove_group_admin_settings() { if ( ! bp_is_group() ) { return; } bp_core_remove_subnav_item( groups_get_current_group()->slug . '_manage', 'group-settings', 'groups' ); // reattach screen function to avoid 404. add_action( 'bp_screens', 'groups_screen_group_admin', 3 ); } add_action( 'bp_template_redirect', 'buddydev_remove_group_admin_settings', 1 );
removes the group settings from the Group “Manage” menu.
Using this:
function remove_unwanted_group_creation_steps() { global $bp; if ( isset( $bp->groups->group_creation_steps['forum'] ) ) { unset( $bp->groups->group_creation_steps['forum'] ); } } add_action( 'bp_before_create_group_content_template', 'remove_unwanted_group_creation_steps', 9999 );
removes the step but leaves the
/create/step/forum/
step active, thus messing with the custom number of steps I have.I also posted in the bbPress forums but was told from a Moderator that this is probably a question for the buddypress support forum!
Hello Buddypress community,
I am beginner with that plugin and I would like to know if there is a way to assign a template to my registration page, and to activation page as well.
Right now I just can see a slug to define in my settings, that’s it.
Is there any plugin, add-on, code or any option that I missed that will answer to my question ?
Thanks for your help š