Hey all, I’m trying to start the process of redesigning an old Buddypress installation using the legacy theme.
I want to update to bp-noveau, so I’ve dumped the /bp-templates/bp-noveau/ files into my theme into a /buddypress/ folder and all is working fine
However, it is extremely barebones. The CSS is, well…oof.
Does anyone know of a “very simple” (free) bp-noveau theme I can use and build off of? Basically something that already has a very solid design base, but not crazy complex where editing it is a massive hassle.
@judymacmahon try to replicate with default 2020 theme
Hi buddypress,
I just install new theme and theme have buddypress on it. i just realize there is issue when user register.
User can receive email contain link and key but when actiavtion link click nothing happen user stil on pending.
Can you help me with this problem ?
Hello there,
As we install BuddyPress, regardless of the theme, two new widget areas appear namely:
BuddyPress Member’s Home, and
BuddyPress Group’s Home.
For me, no widget placed in these widget areas appears.
WordPress, BuddyPress and GeneratePress (theme) are all updated to latest versions.
Please help.
Best Regards.
Latest versions:
WordPress
BuddyPress
Twenty Seventeen theme
Is there a way of adding a label or badge to users avatars according to their member types so when avatars are in a list you can see form their badge what member tyoe they are. Like the image below…

now i found out how to make it work in my child theme (created directory: ‘buddypress’ – ‘members’ and placed the changed kopy of the template in there).
now i’m just searching for the individual user data…
Hi again,
i found the loop-template.
if i have made my changes, where do i store this individual template?
if i put it in my child theme folder, it isn’t working, even if i rebuild the exact path of the buddypress directories.
and i still didn’t find the individual user data…
thanks!
Ok, thanks!
I’m using BuddyPress and the BeTheme
Do i have to search the members loop template in the BuddyPress plugin directory or in the theme directory?
could you tell me how the loop template is named?
and where do i find the profile data?
thanks!
Hi. First of all, thank you very much for the plugin.
I wanted to ask, if anyone knows why this happens to me in notifications:
https://i.ibb.co/tbH1yKw/Anotaci-n-2020-09-06-092924.jpg
I use the twentytwenty theme on localhost with WinNMP.
Thank you very much.
Are you using BuddyPress or BuddyBoss ?
Are you using some theme that shows the members in a grid?
You need to find the members loop template and use or add a hook in that template so that you can generate the display of profile data in that area.
Hello 🙂
I’m new here. Where can I change the Friend Request Accept button ( http://prntscr.com/u99e35 ) and Join Group button ( http://prntscr.com/u98ia5 )? I was checking the theme color setting but it didn’t reflect these buttons.
When composing a message to more than one user, we get an immediate error message that says “There has been a critical error on your website”. The message will still be sent and you can find it in your sent folder. However, it does not send the copy to the user’s personal email. Sending a message to one single user works fine (with no error message and a copy sent to the user’s personal email).
Everything was working fine until we updated to BuddyPress 6.2.0 and WordPress 5.5. We also run a highend theme.
Advice please.
UPDATE: I changed the theme from Site Origin Vantage to WP 2020. Still couldn’t upload cover image.
Hi everyone, I am new to BuddyPress and I founded amazing! Really easy to install and Set-up.
I am just having issue with one page, the profile page. When I go to members page (http://www.montesdeoca.guachis.com/miembros/) everything is fine but when I go further in one member (http://www.montesdeoca.guachis.com/miembros/joacotest/) all the header messed up, also the sticky one I believe that is going to a default version and not to the right one.
Wordpress ver: 5.5
BuddyPress: 6.2.0
Theme: Buzzy Mikado
Any idea or clue will be really appreciated.
Thanks!
Hello.
I am also looking to link the author’s box to the BB profile page instead of the standard authors page.
I am using buddyboss and the buddyboss child theme.
I wish i was more proficient at coding, but i am not, so I need advice on how to do this please.
How would I create the function that will link to the BB profile page?
// Change Post’s Author URL to Buddypress Profile URL
add_filter(‘generate_post_author_output’,’generate_post_author_output_buddyprss_url’);
function generate_post_author_output_buddyprss_url( $post_author_profile_link ){
$post_author_profile_link = sprintf( ‘ <span class=”byline”>%1$s</span>’,
sprintf( ‘<span class=”author vcard” itemtype=”http://schema.org/Person” itemscope=”itemscope” itemprop=”author”>%1$s <span class=”author-name” itemprop=”name”>%4$s</span></span>’,
__( ‘by’,’generatepress’),
esc_url( bp_core_get_user_domain( get_the_author_meta( ‘ID’ ) ) ),
esc_attr( sprintf( __( ‘Know more about %s’, ‘generatepress’ ), get_the_author() ) ),
esc_html( get_the_author() )
)
) ;
return $post_author_profile_link;
}
feel like I’m about to punch a wall!
Groups sorting in buddypress is not working. I’m on generic 2020 theme. Buddypress installed. Everything else deactivated.
Normal all members search -> fine
Switch to NOUVEU, turn off groups homepage and go to members page search -> fine
NOTHING else works.
I’m on kinsta. Anyone else having similar problems?
Hi There,
I’m using WordPress 5.5 and Buddypress 6.2 with Rtmedia 4.6.4.
I have recently reinstalled my website on a new server and it was previously running old versions of WordPress, Buddypress, Rtmedia (I can’t remember which versions exactly).
Everything seams to be running fine excepted that we can’t anymore upload pictures into a new activity post. We can drag and drop the picture and it displays as a miniature, and even its seams to be uploaded as the green bar growths when posting, but when the post is showing in the activity flow, it doesn’t display the picture, just the text of the post. Also the picture does not show in the media library. I don’t have any error and does not know how to debug the whole system (is there any log ?). I can’t see anything relevant into the Apache error.log.
The only strange thing I can see is that some recommended modules are not presents, such as GD and Imagick. I don’t know where the problem is coming from : Buddypress or Rtmedia. If you have any experience and may advise.
The issue is the same with a standard theme.
Thanks a lot !
Alan.
Hi, This looks like a theme issue, have you tried one of the default themes such as twenty twenty to see if the additional fields still appear or the registration button is there.
If it helps, I did a clean wordpress installation (5.5), with the twentytwenty theme, and the only two plugins were Loginizer and Buddypress. PHP is 7.4
I still got the same result. It ran, didn’t create any errors, but it didn’t join the user to the group.
@tom1916 check once with your theme support or try with default theme to replicate the issue.
Hi Samikip!
Just came across your post searching in Google for a similar issue, although I am still in the previous step. I wonder if you found a solution for your issue, since I can´t see any replies in this forum.
I created a site for a customer with a buddypress install and a membership plugin. After done, they requested to create an intranet (which we did in a subdomain) using Woffice (an intranet theme that comes with a personalized in style BuddyPress). The intranet was to be offered say to “PREMIUM” members.
The “problem” we are facing now, is that when users register in the corporate site (which they do via the membership registration form, which has an extension and creates their buddypress profile) they need to be registered again in the Intranet and create a new profile.
What we are doing for now to solve this, we are only using the intranet Buddypress to avoid duplications (unconnected profiles).
Could you please show some light on how to connect both databases? When creating the subdomain for the intranet we set it up to share databases (just changing the prefix) but we are pretty lost on how to proceed at this point.
Thanks a lot for any help!
Hi everyone, I have some problem with crop avatar image in mobile. Its work fine in desktop but in mobile when I upload wide photo it is bigger than the phone screen.
I’m using a SweetDate theme.
Hello,
The following bug occurs. A loggedin user presses Home Button, then the website is loggedout.
Can someone help me to solve this problem?
Wordpress 5.5 Mesodark theme (a child theme of Mesocolumn theme).
Buddypress 6.2.0
Prometheus0