Really? It must be a theme issue then?
Thanks
> I cannot see any of the default fields on the Registration page
On this page …/wp-admin/options-general.php
Is this option selected: Membership > Anyone can register
Then, on this page …/wp-admin/admin.php?page=bp-page-settings
Did you assign the ‘Register’ page?
Remember that you should not be able to see the register page if you are logged in.
If you still cannot see the fields:
What are the default fields that you expect to see?
Try switching themes momentarily to a WP theme like 2019 to see if the issue is related to your preferred theme.
Helloooo there BuddyPress! 🙂 🙂
I am new to BuddyPress and I am so excited to learn and use it.
Website: http://ceefworld.org/ – In development, it is not live yet.
Theme: Charity Is Hope: (https://themeforest.net/item/hope-nonprofit-charity-donations/18634753?s_rank=3)
WordPress version: 5.1.1
BuddyPress version: 4.2.0
I have installed BuddyPress and I cannot see any of the default fields on the Registration page or when a person is logged in I don’t see the defaults fields there either, where the can edit their profile or anything.
So, I guess what am I doing wrong? I set-up all settings I wanted but still don’t see them on the front end. What do I need to do?
Thank you for your support. I truly appreciate it,
Christine 🙂
Did you also try the standard debugging steps?
- check your browser’s console
- turn on WP_DEBUG and check the logs
- switch themes momentarily
- remove bp-custom.php
The database is for data, not code.
There may be a ‘bad’ setting in the options table, but you’ll have to find it; maybe something about avatars or BP.
No I was responding to what wp.com said about it being the theme that could be causing the issue.
Anyway, no we know you can see the BuddyPress Pages Setting and know how to assign your groups page buddypress, you can check to see if you get the groups directory to show.
Why do I get this answer in my thread?
Theme’s don’t interfere with settings pages I’m afraid, You could try switching to the 2017 theme to test. Could you share a screenshot of the BuddyPress Settings page?, you should have four tabs, Components, Options, Pages and Credits. Do you have those?
>there is no way to deactivate it
So you deactivated the plugin via the plugins screen in wp-admin?
What makes you think BuddyPress is still running?
Using ftp or a file manager, you can always change the buddypress folder name in the plugins directory. And WP will deactivate the plugin.
If you still think it is running, then it is code from: some other plugin, your theme, some custom code that was added to your site.
thanks @venutius, just so folks are clear (it took me awhile to unravel how it works) the blog-author-profile-for-buddypress plugin creates a Widget you can place in a widget area – my theme has an ‘after post widget’ area
author widget pulls extended profile data fields. nice.
Hi, which BP Theme are you using? You can tell by looking in Settings>>BuddyPress>>Options.
Hi, everyone.
For some reason, disabling the connection component for friendship causes the profile editing front-end to lose functionality, including the Buddyboss theme, the one that loses the font (changing it to a more basic one) and the minimization features of the bubbypanel and the globalsearch. When I activate this component, everything returns to normal. The problem is that I need to disable that users can make friend requests.
If someone has had this problem, please tell me how you solved it.
Thank you.
Hello, I tried your code with adding it in functions.php of the theme and replacing in add_role ‘invited_members’ by the name of my custom role. But it doens’t work, the new invited stays subscriber.
Is it because is not an invite sent to a group but by mail ?
What is the variable $inviter ? the member wich send the invite or this one wich receive the invitation by mail ?
I don’t find the variable $invited_users in by-mail.php nor in your functions.php. Is it a Buddypress variable ?
I see in the file functions.php of your module in the $defaults_array : ‘minimum_role’ => ‘subscriber’.
What is it ? Is it the minimum role of member to be able to send an invitation ?
And an other question : when the new user has followed all the steps and go to the profile of wich had invited him, he cannot write on his wall or add medias, just read. Is it normal ?
Thanks a lot for your help !
Otherwhise, your plugin works fine !
Hello,
Just installed BP and really like it, but I have a small problem.
My site uses a plugin what imports content from other sites, it also imports comments.
Now since buddypress activated all the imported comment authors changed to the wp admin user.
If I check the comments on the backend it shows the original (imported) usernames, but on the frontpage it all changes to admin. If I deactivate BP the problem dissappears.
WP:5.1.1
BP:4.2.0
Theme:Bimber
I tryed searching the plugin code to find what exactly overwrites the author but no luck, tried to turn on/off all default wp “disscussion” settings, BP settings but no luck.
Anyone have any idea?
Thanks.
No yu’d put this either in your child-themes functions.php or in wp-content/plugins/bp-custom.php, looking at the code it should work.
Hi there,
Yes emails can be difficult to diagnose because sometimes they are sent but not accepted by the destination email host.
The first thing to do is to deactivate all plugins and see if that corrected it.
IF that fails, try switching to a default theme such as 2017.
Next thing to try is reinstall your BP Emails in Admin>>Tools>>BuddyPress.
If they are still not being sent then you need to turn on WP-DEBUG and see if there are any errors being produced.
If they are still not being sent, then deactivate BuddyPress and see if the standard WordPress emails are being sent.
Some people have got to this point and fixed it by installing an alternative WP Email engine, as it was down to their hosting provider not allowing the WordPress emails through.
Hello! Thank you! I would want that the role of user to be shown on the cover of the page.
or you want to say that it does and my theme does not interpret it? Can i put this in the header.php?
Presumably it’s your theme that is causing that. One way to hide the search bar would be via CSS. you could try adding the following to your custom css in customizer:
div.dir-search.activity-search.bp-search {
display: none;
}
I have everything set up and my login page works and redirects just fine. However, the register page does not. I will not allow me create a new user account form the front end. Once user puts in information, and clicks Sign up nothing happens. What is the cause of this. It’s not the theme because it was doing this with the Forefront theme as well. Please advise.
Thank You
One last thing to try, it probably won’t work, but when I tested it I put the autocomplete definition in the child-themes functions.php as opposed to the bp-custom, you could try that?
Nouveau autocomplete is different to legacy autocomplete in that it does not filter for friends only. This seems to confirm that BP is simply not seeing your autocomplete setting as you suspect.
Hi,
I would like to ask help. I have a problem that when users try to register they can’t acces the site with the activation key they receive. They receive the email, once they click on the link there is a message: 404 This is somewhat embarrassing, isn’t it? I tried many things: I deactivated all plugins except buddypress, i changed the kleo theme in to the 2017 theme.
This is an old problem I had, i used a plugin called -Auto Login New User After Registration-. I deactivated the problem i still there. I also have another website, i don’t have that problem on that. New users after registration receive an email with a link that goes to a page that they can use the activation key.
Do you have an idea what cause this, and how i could resolve?
Thank you very much
Ok, so I can confirm that I am not getting any errors in the JS Console or in WP-DEBUG.
But you are right about BP Nouveau. When I enable this template pack on the Twenty Sixteen theme, the auto-fill name suggestions works perfectly for all users, even with friends connection disabled. But note, it is working even without using AUTOCOMPLETE_ALL in the bp-custom.php file.
What could this mean?
Thank you for all the help and tips @Venutius really appreciate it.
I’ve not been able to replicate your issue – all group activity is retained within the group of origination. Have you tried deactivating your other plugins to see if it’s caused by a conflict? But the way, clicking the loading new posts indicator should not do anything, it’s for information only and there’s no actions hooked against it. Which BP Theme are you using, Legacy or Nouveau?
Another thing to try would be the BP Nouveau theme, this works differently for getting the autofil for user names and if it works could give some clues.
Which BP Theme are you using ( Settings>>BuddyPress>>Options ) then I can be more accurate in my testing.
Hi @Venutius thank you for your reply.
I put the below code into wp-content/plugins/bp-custom.php. I also enabled the default WP 2016 theme, and tried disabling all my plugins except BP. The autocomplete is still not showing up when friends connection is disabled.
When I have friends connection enabled, the autocomplete works to show a list of Friends only.
I’m not sure why this is not working. Does the AUTOCOMPLETE_ALL still work in BuddyPress 4.2?
define( 'BP_MESSAGES_AUTOCOMPLETE_ALL', true );
Can you look in Settings>>BuddyPress>>Options and let me know which BP Theme you are using?