@clickallco
Thank you for also providing a temporary fix for the above. I have one more open topic here if you get bored. I could really use the answer for this too and I’ll be on my way:)
Buddypress Filters – On hover: background color
Is there a way to cut and paste images to the buddypress activity stream??
You could probably just hide it using CSS like so
.buddypress #activity-filter-by option:nth-last-child(-n+2){
display:none;
}
Though I’d recommend finding the flaw and correcting it rather than just hiding it.
Nice one Nik. My theme won’t let me change from Buddypress Legacy. I select Nouveau, click Save Settings and Legacy is still there. I’ll do some digging around to. Thanks for sharing:)
OK I’ve done a little further investigation and this seems to be an issue with Buddypress Legacy only.
If your theme allows you to switch to Buddypress Nouveau (go to Settings – Buddypress – Options) this should fix the problem.
If for some reason you can’t switch to Nouveau, the clue is in the difference between the two versions but I’ll need to do some further investigation to see exactly what’s happening and/or how to make the filter work as expected in Buddypress Legacy.
Thank you verry much ! its succeeded.
I have my own admin account in buddypress but if I want to advertise for all my members, how can I set that up? in my activity? but it dont show automatic in all activity from members..
I hope you can help me
Thank you
Kind regards vdHee
Hi guys,
Somehow my BuddyPress filter – menu list – background -on hover – changed colors and acquired an outline, when testing a theme and returning to my original theme.
I have attached a screenshot of the filter. You will see the highlighted menu item is blue with a thick black outline when hovered over. I have tried to show as much info as possible in the hope someone can provide a css, for when hovering over a menu item to remove the black outline (on hover), and change the background color (on hover) to #21759b, and the text color (on hover) to #ffffff to suit my theme.
This problem has happened to a few of my filters but I’m sure I can fix those if I can get the css for this one.
URL to screenshot in my dropbox
https://www.dropbox.com/s/q9dvxqlhi23j41k/Filter%20-%20on%20hover%20background%20color.PNG?dl=0
Thank you
Wordpress Version 5.4.1
Buddypress Version 6.0.0
hey Clickallco!
That css code was EXACTLY what I wanted. Thank you so so much! This issue is resolved.
If you have the time could you consider looking at another ticket I have open?. Now that I can have Groups again. The issue there is I have duplicate “Topics” and “Replies” showing in my Groups Activity Filter.
That ticket is here
Duplicate Topics and Replies
Hi Nik,
No solution found, although I would love one. My duplicates are in Buddypress Groups Activity, so I’ve disabled groups unless a solution comes along.
I think this Codex page will answer your questions:
Emails
If you want to change the template used, check out “customize email template.”
You can hide it using CSS, like:
.buddypress-wrap .subnav-filters .feed {
margin-right: 0;
display: none;
}
BuddyPress uses the WP “forgot password” system, so I’d start by looking to see if MemberPress attempts to handle that function.
To start with, try flushing your permalinks. To do so, visit the permalinks settings screen and hit “save.”
It does sound like a complicated setup, frankly. Could you get the result you need by just using MP and bbPress?
I’m using Memberpress for login form and BuddyPress for accounts with a bbpress forum. I’m not sure what’s not talking to each other properly but when I try to use the “forgot password link” it turn up a does no exist page. Does anyone know where I should start investigating the problem?
Hi there… I’m experiencing the same problem ie. bbPress Topics and Replies are showing twice in the Activity filters.
Just a hunch but I’ve just upgraded from considerably older versions of BuddyPress and bbPress so wondering if there was some kind of data conversion in an interim version which I’ve missed.
OP did you ever find a fix/solution?
I would like to do the same thing on last version buddypress.
I would like two members directory without member type
Hi,
Does anyone know if there is a way of adding a Custom Group Privacy option?
Thanks
Hi, I’ve managed to fix this now. It is due to deprecated functions with move to buddypress 6.0
I’d recommend if anyone is using Youzer with BP 6.0 to check out deprecated functions:
https://bpdevel.wordpress.com/category/development-notes/6-0/
Had to change: xprofile_avatar_upload_dir() to bp_members_avatar_upload_dir()
Works a treat.
I’m not sure if this helps but I think there is a conflict between what Youzer is trying to do:
// Get Avatars Path.
$avatars_path = xprofile_avatar_upload_dir();
And what Buddypress calls:
xprofile_template_change_avatar
Hi all,
Thanks for taking the time to read this.
I’m pretty new to WordPress, after using Shopify for many years.
I have BuddyPress installed on my website, but I do not like the emails that are sent to people when they sign up to my website.
I know there is a customiser in WP, but it only lets me change very basic features.
I built my own email template using HTML. When I go in to the email template (e.g. Activate Account), and paste my HTML in to the text editor, Update and Preview Changes, it just pastes my email over the existing template that I can not delete.
Is there a way to completely delete all of the BP emails, and then have my own custom HTML ones?
Long story short, I want my own HTML-based BP emails, and I do not want the templates to exist on my site.
Many thanks for your help,
Tom
Hi guys,
I run a site that already has a member feature and users already have their own profile pages, these are located at /author/johndoe.
When I install buddypress these are automatically redirected to /members/johndoe.
How do I disable this please? I’d like to keep my author pages.
Many thanks,
Spencer
I’ve tried a fresh install of Buddypress with a standard wordpress theme and can’t replicate your issue.
The following code still works for both the bp legacy and bp nouveau templates.
add_filter( 'bp_activity_do_mentions', '__return_false' );
Perhaps you have something else bugging it somewhere in your theme or plugins.
Otherwise it might be best just hiding it through plain css for the time being, e.g.
.buddypress #activity-mentions-personal-li,
.buddypress #activity-mentions,
.buddypress .user-nicename {
display:none!important
}
Hello, I have a user database with existing members on my site. I have recently installed BuddyPress and am wondering if the users I had before I installed BuddyPress will automatically have profiles created. If so, how would I send out a password reset email blast to these members so they can access their profile. Thank you in advance.
Hello,
I am using buddyboss theme and buddypress plugin and I can not see toolbar or notification bar on the frontend of the site.
which settings do I need to check and which steps I need to follow. please guide asap.