Search Results for 'buddypress'
-
Search Results
-
Hello and happy new year to all buddies!
I have a boombox themed site where members can post photos or videos and these appear as tiles on main page.
Question is, if i import buddypress to expand the user experience abilities, members where post from buddypress can merge their activities to main page as post or they have to do double it? Can be bidirectional connection of posts?example image:
https://prnt.sc/wkb4xuHello,
I am developing a social network site for parents of handicapped children. Using BuddyPress xProfile Plugin, I am collecting the child’s photo and displaying it alongside the parent’s photo. I am using the following snippets to achieve this:
Step 1: Get the image in nouveau templates
<div class="item-avatar"> <a href="<?php bp_member_permalink(); ?>"> <?php bp_member_avatar( bp_nouveau_avatar_args() ); ?> <?php echo xprofile_get_field_data( 'Child Profile Photo' , bp_get_member_user_id() ); ?> <?php buddyx_user_status( bp_get_member_user_id() ); ?></a> </div>And then using CSS, I am overlaying it on the member’s avatar as follows:
/*childimage*/ div.item-avatar .bpxcftr-image { width: 50px; position: absolute; bottom: 1px; right: 9px; border-radius: 50%; }Although I am able to get the desired output on Member directory and also on the individual’s own activity page, I am not able to get the desired output on site wide Activity Stream.
When I looked at the template of Activity Stream, I came across the form template and it looks like it is using Javascript template to display the avatar. something like this:
file: buddypress/bp-templates/bp-nouveau/buddypress/common/js-templates/activity/form.php
<script type="text/html" id="tmpl-activity-post-form-avatar"> <# if ( data.display_avatar ) { #> <a href="{{data.user_domain}}"> <img src="{{data.avatar_url}}" class="avatar user-{{data.user_id}}-avatar avatar-{{data.avatar_width}} photo" width="{{data.avatar_width}}" height="{{data.avatar_width}}" alt="{{data.avatar_alt}}" /> </a> <# } #> </script>My questions are:
1. How do I add xprofile field in the above javascript?
2. How do I add xprofile field in the main activity-stream (not inside the individual profile activity tab)?Would be grateful for any support on this.
thanks
NaveenWe have BuddyPress emails for many situations and they all work, but for the situation where you requested to join a group and it was accepted it does not send an email.
The situation description says “Recipient had requested to join a team, which was accepted.”
Any idea why it would not send an email in this situation?
Hello,
I have the buddy form and the buddypress.
On the buddyform, I add checkboxes and valuesWhen I validate my form, the checkboxes are not saved on the profile on the correspondinf field.
I have no problem with the other fields.
Topic: Profile avatar photo issues
Hello,
When I upgrade beyond BuddyPress 6.4.0 (e.g. to 7.0 or 7.1), many of my users’ profile photos disappear. Rolling back to 6.4.0 recovers these photos.
Also, the profile photo for each user’s profile — as displayed in the “item-header-avatar” <div> – is now pixelated for all users; it used to be nice and crisp and hi-def! In dev console, it’s showing up as a 96x96px image that’s being displayed at 210x210px resolution for some reason now.
Im doing some coding where i need an action that fires within the editor’s <form> element from which i can output a hidden field.
I know that i can use this action with the Gutenberg editor:
add_action( 'block_editor_meta_box_hidden_fields', 'add_cat', 10, 1 );So my question is which editor the “BuddyPress User Blog” is using ?
And if it uses some other editor which action can i then use instead ?Topic: Group Cover Image
I’m uploading a large png as the cover image for a group and it seems to be reducing the size to 640px x 225px and then displaying it as 1160px x 225px making it blurry.
I’ve reported this to ThimPress who wrote the theme I’m using, StarKid, and they say the problem is with BuddyPress.
Since reporting the problem to ThimPress, the problem seems to have changed (not sure how) in that the image is now being displayed is 640px x 225px and it’s being stretched to 1160px x 1051px which is taking up too much space on the page and the image is blurry.
In addition, if I don’t upload an image I get a 1160px x 1051px blank space.
On another of my sites which uses a different theme I don’t get the option to upload a group cover image.
Thanks.
Topic: Messages sent twice
Problem
I’m working on a site with a custom theme. The members’ list says “All members 0” and lists no members, and, below the search box “Sorry, no members found”. What do I need to do to show the actual members?——
Details
I’ve copied wp-content/plugins/bp-templates/bp-nouveau/buddypress to wp-content/themes/my-custom-theme/buddypress. I’ve added links to discussion boards, groups and a members list to the menu and populated the site with members data by using the Buddypress Detault Data plugin (and added a few extra users, and logged in as them).If I insert the contents of buddypress/members/members-loop.php into the custom theme’s index.php, then the index.php shows me a listing of members (showing when the database says when they were last active). I am wondering if this means I need to set a path somewhere.
I am seeing the same behaviour if I use the “twenty seventeen” “twenty twenty” and “twenty twentyone” themes. This is using WordPress 5.6 and Buddypress 7.1.0. I can’t provide a URL as it’s currently a development version on my NetBSD (unix) laptop.
Hi all,
For some reason, I’m unable to see the option to change my password under General Settings.
Would love some guidance on how to fix this.Here are the current settings / pages that I see in BuddyPress. FYI: This is a friend’s set up that I’m helping to fix. But I’m not familiar with BuddyPress.
Thank you in advance.
I’d like to be able to change the BuddyPress Username with this plugin: https://buddydev.com/plugins/bp-username-changer/
… and then have the XProfile Name reflect those changes. I believe it would also have to change the “Display name publicly as” field…


Is this possible?
I have scoured Google, YouTube, and even this very forum for an answer but no one has been able to help me. I’ve even tried talking to Elegant Themes and they were of no help – blaming it on the plugin developers, even though they created the feature. Also, time is running out for me to incorporated this into the website, so I’m desperate. Plus, I KNOW I’m not the ONLY one in the world who has encountered this problem. I can’t be…
I’m using WordPress version 5.5.3 and BuddyPress version 7.1.0. I’m building a website for an online college using Divi (version 4.7.7, developed by Elegant Themes). Out of the box, Divi is compatible with BuddyPress, except when it comes to the Theme Builder.
I have a template I created using the Theme Builder that I associate for the pages generated by BuddyPress (User Groups, Members, Activity). On the theme, there’s a module called the Post Content Module which renders whatever content is entered in the page/post body field through the admin dashboard.
For whatever reason, it will not render the content from the BuddyPress generated pages, or allow the children of those pages (such as profiles) from rendering within the Post Content Module. If I turn the theme template off on those BuddyPress generated pages, the content shows up. But, it’s out of theming with the rest of the website.
I have recorded a video that shows exactly what I’m talking about that can be looked at by clicking here.
Please, please, please can someone give me an answer and a fix for this issue. I’ve tried reaching out to Elegant Themes, the creator of Divi, and they were of absolutely no help at all.





