Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 3,226 through 3,250 (of 72,733 total)
  • Author
    Search Results
  • Jing
    Participant

    We are using the native function of buddyPress to send message between users:

    messages_new_message()

    We follow the example of this page:

    messages_new_message()

    Instead of getting the thread ID, we are getting a False.

    How can we get the thread ID?

    #316644
    smgjock
    Participant

    Hello, I’m currently using bbpress 2.6.6 and buddypress 7.1.0, (wordpress 5.6, php 7.4.12, theme is siteorigin-unwind 1.6.6), and experiencing this problem as mentioned here, (members of hidden groups not being able to see the topics of the sub-forum). I’m a newbie with the background code, though my private and public groups are working. I can see the fix 7443 in buddypress.js that was indicated then, but am wondering if other people still have a problem with this, and if so if there is another fix available. Thank you.

    #316637
    nikif0r0s
    Participant

    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/wkb4xu

    knaveenchand
    Participant

    Hello,

    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
    Naveen

    #316621

    In reply to: Group Type Directory

    clickallco
    Participant

    Try myurl.com/gruppen/type/Inspiration

    Otherwise Buddypress 7 added an admin screen for new group types. You can look at it here https://buddypress.org/2020/12/buddypress-7-0-0-filippi/

    #316602
    mdw15
    Participant

    We 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?

    #316588
    netlabsrl
    Participant

    I’m sorry I was not very precise I ask again the question:

    I should organize a forum for my association to date we have managed communications with mailing lists, all posts (over one hundred thousand) are archived in a gmail box where the mailing list is indicated in the subject, so [ap-tech 10500] … is the number of msg 10500 from the ap-tech mailing list, [ap-comm 3000] … msg number 3000 from the ap-comm mailing list and so on …
    Is it possible to import emails into BuddyPress and create as many forums as there are lists?
    so the ap-tech forum will keep emails with the subject ap-tech, ap-comm those with the subject ap-comm and so on.
    We need to historicize 20 years of emails and make them available in the forums.
    thanks and best wishes for a happy new year
    marcello

    #316583
    shanebp
    Moderator

    These are the forums for BuddyPress.
    The forums for bbPress are here.

    #316581
    lilipilon
    Participant

    Hello,

    I have the buddy form and the buddypress.
    On the buddyform, I add checkboxes and values

    When I validate my form, the checkboxes are not saved on the profile on the correspondinf field.

    I have no problem with the other fields.

    #316576
    dbraeden
    Participant

    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.

    michaelgoal
    Participant

    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 ?

    #316564
    jav1s
    Participant

    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.

    #316562
    Ron Suarez
    Participant

    WordPress version 5.6
    PHP: 7.4
    BuddyPress Version 7.1.0
    https://annarborcommunitycommons.org/members/drron/messages/sentbox/
    I see posts going back many years ago reporting this problem, but I don’t see that anyone ever posted a resolution!

    Mark Argent
    Participant

    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.

    #316559
    John Simpson
    Participant

    @jarkin13 yes that fixes it but as you said previously, a few hours later I’ve the ’51 years ago’ back. Have you found a permanent fix or has the repair option now started to work OK for you?

    Did you get any response from BPBM author? There doesn’t seem to be any response from Buddypress.

    #316555

    In reply to: Group Cover Image

    khootahila
    Participant

    Hi there. my query is how to build site like Cestin and is it possible to build with buddypress?

    #316554
    Mark Argent
    Participant

    I’ve just hit the same problem. This post, has been marked as spam, though it emphatically is not:

    https://buddypress.org/support/topic/members-list-showing-empty/

    How do I respond? I’ve spent rather a lot of time over the last week trying to solve a problem, posted it, and get a message saying it’s spam. Yes, I did edit it after posting, as, after seeing how it looked, it struck me that it could be clearer.

    Do I:
    1) Post it again;
    2) Conclude that Buddypress really is rubbish because, on top of the time *actual* problem has taken it can’t even tell the difference between something that is or isn’t spam?

    #316337
    Bigue Nique
    Participant

    On a multisite install, as @pcwriter stated here : https://buddypress.org/support/topic/user-marked-as-spammer-how-do-i-un-mark-them-as-a-spammer/

    In your WP dashboard, go to “Users” and check the box next to the name of the user highlighted in red. Then, select “Not Spam” from the “Bulk Actions” dropdown (top or bottom of your user list). Click “Apply”. Should do it.

    It worked for me! Until when?

    Also, Vince Pettit suggested a plugin here https://wordpress.stackexchange.com/a/60583/152860

    We are using this wordpress plug in – New User Approve

    Provides functionality to approve/deny new user registrations.

    Haven’t tried it yet, but it’s probably the best long-term solution.

    #316338
    Bigue Nique
    Participant

    On a multisite install, as @pcwriter stated here : https://buddypress.org/support/topic/user-marked-as-spammer-how-do-i-un-mark-them-as-a-spammer/

    In your WP dashboard, go to “Users” and check the box next to the name of the user highlighted in red. Then, select “Not Spam” from the “Bulk Actions” dropdown (top or bottom of your user list). Click “Apply”. Should do it.

    It worked for me! Until when?

    Also, Vince Pettit suggested a plugin here https://wordpress.stackexchange.com/a/60583/152860

    We are using this wordpress plug in – New User Approve

    Provides functionality to approve/deny new user registrations.

    Haven’t tried it yet, but it’s probably the best long-term solution.

    #315417

    In reply to: Group Cover Image

    chocolateteapot
    Participant

    Well, the size of the image is back to 1160px x 225px today??

    Twenty Twenty
    5.png
    The image is 640px x 225px being displayed as 580px x 225px

    StarKid
    6.png
    The image is 640px x 225px being displayed as 1160px x 225px

    They both look blurry compared to the image that I uploaded – something to do with image optimisation? It hasn’t happened elsewhere on the website.
    test6.png
    (I realise that it’s a huge file, when I was testing I tried making the image big in order to fix the problem).

    I guess this means that the problem is within the StarKid theme, not the BuddyPress plugin?

    #315330
    d3vnu77
    Participant

    When accessing an activity posts via the buddypress API…

    Ok, it let me post that… I’ll try and continue here…

    We are building an iOS/Andriod app for our social media platform based on buddypress/youzer.

    When accessing the following link: https://n2aa.org/wp-json/buddypress/v1/activity/?component=activity&per_page=10

    The activity posts that are displayed that are of the type “activity_photo” is not returning the image in the content.rendered field.

    Trying to figure out if this is something on the youzer side of the code or the buddypress side of the code.

    Here are couple images that explain the issue.

    https://i.ibb.co/1JvTn7W/activity-photo-json-web-rendered.png

    https://i.ibb.co/gdWSTRQ/activity-photo-json.png

    jthlcf
    Participant

    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.

    BuddyPress Settings:
    12.23.2020-10.47.45

    BuddyPress Pages:
    12.23.2020-10.48.01

    Front End Settings view:
    12.23.2020-10.48.30

    Thank you in advance.

    petertucker
    Participant

    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?

    #316507
    jarkin13
    Participant

    @johnsimpson64 if you go to your WP admin, go to Tools > Buddypress. Then there is an option to repair a bunch of data, but I just select Repair member “last activity” data.. That fixes it for me.

    #316494
    unity4625
    Participant

    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.

Viewing 25 results - 3,226 through 3,250 (of 72,733 total)
Skip to toolbar