Hi, is there anyone here knows how to remove or Hide Email tab under profile settings the email tab?
I am running the latest version of WordPress and BuddyPress thank you in advance 🙂
Hello to all.
i seem to do not understand how this one should work:
wp 4.9
bbpress 4.1.0
We are using Woffice Theme with buddypress.
User ist member of private group, group has forum, role ist participant. when the user searches for Topics or Replies he does not get any results. Neither with Woffice search bar on top nor with forum search. results show only topics/replies from public group forums.
Admnistrator/keymaster gets the right results, so it`s technically working. probably a rights problem.
What am i missing? Shouldn`t that work?
Thanks in advance
Franz
Good Morning,
Thank you for your reply, but hiring someone else isn’t a possibility. I’ve been digging in the BuddyPress codex and around the internet. There was a suggestion to turn off the fancy permalinks and using the plain links before exporting the databases when using BuddyPress. That worked for the most part. I think I’m 93% of the way to a solution. The only thing that didn’t work was the user’s profiles. All the users are present and displayed, but the user’s @user_nicename, title, and image are incorrect, the rest of the profile and user’s fields are correct. I also noticed instead of 30 users I now have 31. It looks like the super admin user’s information wasn’t incorporated into the new profile, but a second profile was established. I also imported the data into the topmost site instead of a subdirectory. I’m currently working to address these issues any insight would be appreciated.
Sincerely
Patricia
Hi Angela,
One way would be to customise the message already shown at the top of the register page. You can do this by creating your own translation of the text shown, and the translation can say what you like.
See this page for details on how you can create the translation:
Customizing Labels, Messages, and URLs
Once you have created your translation file (.mo) my suggestion for the best way to add it to your site and manage it is to use WPT Custom Mo File.
A lot of things have changed since BP 2.9.
You may need to update in stages instead of all at once.
You can find all the BP versions here.
WP – 5.1
BuddyPress – 2.9.1
When update from 2.9.1 to 4.2 settings remain with the old version.
When dellete plugin, then install settings remain with the old version.
I noticed that some functionality is missing.
Install on clear WP DB 4.2 version, some functional adding (like group avatar and invite).
How correct update plugin?
I created be the Activity page, it doesn’t show whatever content I’ve typed into the top.
Correct. BP will remove any content that you add that way and inject BP content instead.
You can find BP specific info here.
Re nav: You can control the top nav by using the WP menus.
Go to wp-admin > Appearance > Menus and explore all the options.
I took a look at BuddyPress Like and it looks like it’s far from ready for use, so I think I’d look at https://wordpress.org/plugins/favorites/ instead, you could create a Profile page for the users list of likes and add your weighting based on your criteria.
I desactivate all the plugin (except buddypress) and i have the same bug. :/
I think based on your requirement that for your ultimate requirement you will need some custom coding. This is due to you wanting to add weighting to the likes.
One option would be to enable new blog posts to appear in the BuddyPress activity stream. That would automatically allow BuddyPress users to favorite the activity and for it to appear in their list of favorites in their profile. However you won’t easily be able to add your weighting since the BP favorites system dones not have this functionality. But that’s the same for any existing plugin. The potential downside is that the BP Activity stream is not just posts (which would have to be enabled with a bit of code).
There are also a number of WordPress post specific likes plugins, however these don’t give you a profile page with a list of your likes and the same issue remains that they would not support you weighting.
If it was me, I’d probably look to use a plugin such as BuddyPress Like as a basis for my solution. I’ve not looked in detail at this plugin but I’m assuming it adds the ability to like posts and display a list of likes in the users profile. That would serve as a good basis for what I was looking to do. It would then need some modification in order to support your specific weighting mechanism. The complexity of that task would depend on exactly how you want your weighting mechanism to work and the technique you use to account for it when displaying the likes list.
Please use the code button when posting code.
Did you read the codex page re the members loop?
You cannot add custom parameters to the loop.
You can write a custom query to gather all the member ids that fit your criteria and then pass those ids into the include parameter of the members loop.
Go to your wp-admin screen. Then go to Settings > BuddyPress > Components
If you cannot go to your wp-admin screen, then you have a major WP problem and probably need to install everything from scratch.
Hi there, I can confirm I’m also seeing this behaviour, could you raise this as a bug on Trac?
I have the most recent version of WordPress and BuddyPress running, and on the Members List, the Friends tab shows ALL of the site’s members, not just the user’s friends. If I refresh the page while the Friends tab is active, it filters properly and just shows the user’s friends, but if I click off of that tab and back to it, it goes back to showing the entire user list on the Friends tab.
I am using the Member Types Plugin from BuddyBoss, but deactivating that plugin doesn’t fix the issue.
It is working properly inside of the User’s account area.
Members
Does it do this with only BuddyPress active?
Ok thanks, I have opened a ticket.
To get around it for now I am using the Buddypress xProfile Rich Text Field plugin which allows an RTF field which does maintain all formatting if re-edited.
Thank you for further discussion. BuddyPress has a built-in custom link that it offers to populate into menus so that people who are logged out can log in. That custom link goes to the default wp-login.php. That is part of BuddyPress for sure. It has the nice capability of only being present if someone is logged out, so I don’t want to forgo that nice BuddyPress feature. If I uninstall BuddyPress it goes away. However, for security reasons I have changed my login URL, so I just want to set the BuddyPress custom link to match. This is why I am seeking help, as it is a BuddyPress feature and problem I need help with. Thanks!
Hello All,
Would someone kindly tell me how I can either hide or reset the creation dates for groups? Preferably using bp-custom.php file.
I have been intermittently working on a site for the past 12 months and stupidly created a lot of groups when I first installed BuddyPress.
Best regards,
Mike
Thank you for responding. BuddyPress has two sets of menu items it can add: “Logged-in” links and “Logged-out” links. The menu option to log in falls into the latter set, because people have to be logged out to then log in 😉 Anyway, I cannot see a way to edit that custom link from within the Appearance -> Menus part of the admin panel.I can change the label, but not the URL. Do you know a way to change that URL?
I guess I could create my own custom link in the menu admin panel, but then it will be on for all users whether they are logged in or not. That’s not desirable. The goal is to have BuddyPress’ capability.
What do you think? Thanks!
My proto website is at https://ecohydraulics.org/. I am running WordPress 5.1 and I use Easy Hide Login 1.0.6. I have installed BuddyPress 4.2 and set it up as instructed. The problem I need help with is that the “Login” top menu item that is added by BuddyPress wants to go to the wp-login.php, but this is expressly blocked by the plugin Easy Hide Login. I need to set the Login hypertext URL to go to the slug I have specified in the Easy Hide Login plugin. Please advise me how to do that or where I can find the answer.
I have searched the BuddyPress documentation and support forum extensively as well as the internet for MANY hours. I have not found an explicit instruction how to do this, but I get the hint that I probably have to edit one or more .php files. I just don’t want to do that without being sure what to do, so it is not pure trial and error. Ideally, I would just specify the slug somewhere, but I’ll do whatever is advised. I apologize in advance if this is already answered somewhere, so I will gladly take a link to such a place, but my searches have not yielded the answer, so I am asking for help now after many days of struggle. Thanks.
afaik, BuddyPress does not add that text or links to the registration page or widget.
Find out how that text and links were added to the screen and you’ll know how to edit them.
Maybe the logy-register-widget? Whatever the f@ck that is.
Hello! I am trying to edit the links to my Terms & Conditions & Privacy Policy on my sign up for Registration via WordPress/BuddyPress. I am using Customify as a theme and plugins BuddyPress & Youzer to create a social membership site.
Wordpress- Version 5.1
BuddyPress- Version 4.2.0
Youzer- Version 2.1.5
Here is the link to the register page. You can see the links in the form.
I have wasted 2 days trying to find an answer to this in various forums and plugin reviews. Hoping someone here will be able to help me fix these links.
Thank you for your help!
Hi there,
This is happening because the Nouveau register page will not submit without an email being entered into the field. There’s a number of possible solutions to this, all of them pretty hacky. So for example you could use JavaScript to remove the required status of the email field. However you mentioned overloading the register page and I’ll give you my more hacky solution. Be warned you will probably need to do more work to get your register page looking right. My solution is to replace that section of the Nouveau registration form with the Legacy content.
So you’d replace this:
<?php bp_nouveau_signup_form(); ?>
with this:
<label for="signup_username"><?php _e( 'Username', 'buddypress' ); ?> <?php _e( '(required)', 'buddypress' ); ?></label>
<input type="text" name="signup_username" id="signup_username" value="<?php bp_signup_username_value(); ?>" <?php bp_form_field_attributes( 'username' ); ?>/>
<label for="signup_email"><?php _e( 'Email Address', 'buddypress' ); ?> <?php _e( '(required)', 'buddypress' ); ?></label>
<input type="email" name="signup_email" id="signup_email" value="<?php bp_signup_email_value(); ?>" <?php bp_form_field_attributes( 'email' ); ?>/>
<label for="signup_password"><?php _e( 'Choose a Password', 'buddypress' ); ?> <?php _e( '(required)', 'buddypress' ); ?></label>
<input type="password" name="signup_password" id="signup_password" value="" class="password-entry" <?php bp_form_field_attributes( 'password' ); ?>/>
<div id="pass-strength-result"></div>
<label for="signup_password_confirm"><?php _e( 'Confirm Password', 'buddypress' ); ?> <?php _e( '(required)', 'buddypress' ); ?></label>
<input type="password" name="signup_password_confirm" id="signup_password_confirm" value="" class="password-entry-confirm" <?php bp_form_field_attributes( 'password' ); ?>/>
Like I say it’s not the prettiest solution but it should get you moving forward.
In the basic buddypress theme, when users on my site post, there is a drop down that lists the groups they have joined, and they can choose which they would like to post to. In nouveau theme, the box asks them to type the group name in order to choose it. Is there a way to get the nouveau theme to actually list their groups instead of needing to type the specific group?