Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 2,251 through 2,275 (of 73,985 total)
  • Author
    Search Results
  • #323469

    In reply to: Friend request

    shanebp
    Moderator

    In wp-admin, go to Settings > BuddyPress > Components and make sure Friend Connections is enabled.
    Then, on the members directory, you should see an “Add Friend” button next to each member.

    diorosaecrucis
    Participant

    Good day all!

    I have a request to use a third party hosted membership database with specific group levels required to use the BuddyPress/Youzify platform we have created.

    Instead of sending an invitation email, we would like to “automagically” register and create the profiles of these users with their information AND credentials from the membership database.

    Is this possible? If so, please provide a basic layout of the steps. I can get the database info into any form desired, but what process would I use to create and populate profile info and credentials?

    Thanks in advance, and I will answer any additional questions if you have them.

    Wishing you Peace Profound

    #323459
    werny
    Participant

    Well, Buddypress AND rtMedia made an update to their plugin, but still it is not working.
    Any idea what is wrong here?

    #323455
    jyorgegunasti124
    Participant

    Hello Amigos,

    Can you please suggest this https://prnt.sc/26wddv9?
    I’ve used BuddyPress and am Unable to check the favorites and Mentions,
    While I’m clicking on it, It redirects to the directory page.

    So, Please share your thoughts.
    Thank you in advance!

    #323449
    edukaris
    Participant

    I am looking for a wordpress plugin that can be integrated with either buddypress has it own independent structure.

    The functions I am looking for are;

    If you have a WordPress community membership site which uses buddypress, users can subscribe on your profile and you get their emails. This way users can create newsletters and send to their subscribers.

    Let me give you an example. On medium.com there is usually a subscribe button>>https://prnt.sc/26rdcgh

    Users can not only follow you but can subscribe and you get their emails. Next time a member writes something, it goes in their subscribers inbox.

    Anyways, that’s just one way, my point is, a plugin that allows community users to share their emails with fellow users.

    Thank you all very much.

    #323447
    Mathieu Viet
    Moderator

    Hi @moviefloss & @pasindups

    Uploading/cropping avatars works fine with me.

    Can you try help me to reproduce the issue so that I can fix it?

    1. Before uploading the picture, open the browser’s inspector and activate the network tab, the one which logs pages load, Ajax requests…
    2. Upload the picture, according to what you described, you should see an error logged into this tab, double click on the line of this error and make a screenshot of the request result.
    3. Repeat the operation activating the console tab of the browser’s inspector, but this time you might see JavaScript errors logged, I also need a screenshot if that’s the case 🙂

    Tell me more about the picture you’re trying to upload: file extension, size in pixels.
    Tell me more about the browser you are using: Firefox, Chrome, Safari, Edge, Internet Explorer 😬, another one ?
    Tell me more about the active theme?
    Tell me more about your WordPress configuration (regular, multisite) if Multisite how BuddyPress is activated (Network, on the main site of the network, on a subsite, other)?
    If you are using some specific BuddyPress constants into your wp-config.php file which ones?

    Thanks in advance for your inputs 😉

    #323444
    ksheldon7
    Participant

    When I go to invite members to a group., the plus sign button is not visible. I use the Memberlite theme but I tried both the BuddyPress and the Twenty Twenty themes and still had the same problem. Do you have any idea what could cause this?

    WordPress 5.9
    BuddyPress 10.0

    Website Link: http://www.sheldonfamily.net

    #323443
    moviefloss
    Participant

    Hi,
    I am having the same issue as pasindups. This is happening on both sites I own. The issue appeared after the 10.0.0 release.

    I originally thoughts it was a plugin issue (Youzify) but after disabling all plugins, issue still persist on BuddyPress front and backend.

    #323435
    jamiebolddev
    Participant

    Hi,

    If i send a user to mywebsite.com/register/?pin=90822

    is there any way to automatically fill a field named ‘onepin’ with the pin 90822 (or what ever is added to ?pin=

    I am using buddypress extended profile fields

    #323418
    yeochinsoon
    Participant

    I need help with some parameters.

    I am using WP adverts with Buddypress Tab Group Creator Pro to allow Group to create and list some adverts.

    WP Adverts support provided the following filter for theme function below:
    add_action( “adverts_list_query”, function( $args ) {
    if( bp_displayed_user_id() > 0 ) {
    $args[“author”] = bp_displayed_user_id();
    }
    return $args;
    } );

    Is it possible to change bp_displayer_user_id to Group administrator id? This way, only adverts created by that particular group / group admin user will be display in that group profile.

    Thanks

    #323402
    interlan2020
    Participant

    IS THERE ANY WAY TO NOT SHOW USERNAME IS URL ?

    BY REPLACING USERNAME WITH USERID IN BUDDYPRESS MEMBER URL

    #323394

    In reply to: How to use bp hooks?

    shanebp
    Moderator

    There is already a filter with that name:
    apply_filters( 'bp_members_signup_error_message', '<div class="error">' . $error_message . '</div>' );
    It passes only one argument. You need to write a custom filter hook with a different name.

    also – these are the forums for BuddyPress.
    Please contact BuddyBoss for questions specific to their codebase.
    This thread is now closed.

    #323380
    deusebio
    Participant

    I’m trying to find a way to use two profile fields to help group and list members of my site. So there’s a continent field and a country field that I want to use, but am not quite sure if it’s possible with buddypress out of the box.

    The grouping would go something like this:
    Continent
    — Countries
    —- Members

    I imagine the loop to display would be something like:
    -Get list of continents and display it
    — within that loop, get the list of country that belong to said continent and display it
    — within that loop, display all the members that belong that country

    #323354

    In reply to: 404 on New Topic

    shanebp
    Moderator

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

    #323335
    dopplereffectbe
    Participant

    When I try to install BuddyPress I get the following:

    Unpacking the package…
    Installing the plugin…
    Directory listing failed. images
    Plugin installation failed.

    Buddypress gets installed under wp-content\plugins
    And I already tried “Options +Indexes” in .htaccess, but I still get this error.

    My system is Synology DSM 7.0.1, Apache 2.2 and PHP 7.4

    Does anyone have an idea how I could install BuddyPress?

    rcotwunite
    Participant

    Hello all,

    I’ve created a custom theme. I’ve kept it simple, and I like everything about it except that my /register page is blank! Along with all the other buddypress stuff and the forum, etc.

    Is there some piece of code i need to include in my .functions.php or header or something to make all this work together?

    When I switch to another theme, like twenty-twenty-one, the register page shows up, BUT the style makes all my pages look really bad! What can I do to make this bit work in my theme?

    working on the site http://staging3.recordcollectorsoftheworldunite.com/

    Thanks so much.

    #323319
    restorm
    Participant

    I’m creating a new BuddyPress site that will be primarily organized around Groups. Each Group will represent a city, and each Group needs to have multiple Forums (such as for neighborhoods within the city). Two questions, please:
    1) How do I create multiple Forums for Groups? When I set up a new Group, it asks if I want the Group to have a Forum. But it says nothing about having more than one Forum.
    2) I’m confused about the difference between a BuddyPress user registration and a BBPress Forum user registration. Do I need both? Does the Forum registration just register them for one Forum, or for use of the whole BuddyPress site? If they register in BuddyPress, do they also need to register to take part in a Forum?

    In general, I don’t understand why BuddyPress and BBPress are separate plugins. It would make a lot more sense (and be less confusing) if they were all in one plugin, wouldn’t it?

    #323317
    giuseppe2016
    Participant

    Hello community. I’d like to use Buddypress but with this configuration:
    fresh wordpress installation 5.4.9 , php 8 , with only Buddypress 10.0 plugin activated on twenty nineteen theme it is not possible to add personal photo as subscriber role nor author role.

    I had already tried with wordpress installation 5.9 , php 7.2 , with only Buddypress plugin activated on twenty twenty theme.

    The only difference is that now it’s always written “There was a problem cropping your profile photo.”

    https://amodio.live/members/buddy_test2/profile/change-avatar/

    Someone has a solution or Buddypress has gone forever?

    Do you know another plugin to use for creating a community?

    Many thanks,

    Giuseppe

    #323267
    maryreyes
    Participant

    Why does clicking on my user name (upper right corner of the screen) in my forums take me to the Edit Profile page instead of the View Profile page, and how do I change it? It shouldn’t take me to the profile editing page unless I click on “Edit profile” or I choose the “Edit” option on the profile page itself.

    (Incidentally, it’s even more screwed up on this forum. It goes to https://buddypress.org/wp-admin/profile.php , not anything to do with me. Naturally, I get a “Sorry, you are not allowed to access this page.” error.)

    WP Version 5.9
    BP Version 9.2.0
    bbPress Version 2.6.9
    bbp style pack Version Version 4.9.1

    Site: http://www.laceioli.org

    #323259
    giuseppe2016
    Participant

    Updates:

    I have updated php from 7.2 to 8 and the only difference is that whatever image you upload it appears (also if you want to take from web camera):

    “There was a problem cropping your profile photo.”

    I have a wide community to insert in a website but Buddypress seems to be very dangerous to use professionally.

    #323253
    palztogo
    Participant

    Hello,

    I’m getting these Notices in my Frontend Website Heading. Please see bellow at the end of this message.
    My support team tell me that it’s relate to BuddyPress or its related plugins.

    What are these errors?
    Should I do anything to correct the errors?
    To which plugins these errors are related to?
    Should I just ignore these notices and Disable WP_Debug?

    I disabled al the plugins which are related to buddypress, but these notices don’t disappear.
    If I disable BuddyPress these notices disappear but also my website, because it’s based entirely on Buddypress 🙂

    Any suggestions?

    I’m using:
    WordPress v 5.9
    BuddyPress v 10.0.0

    Thanks,
    Dror

    Notice: Trying to get property ‘ID’ of non-object in /home/palztogo/public_html/wp-includes/class-wp-query.php on line 4121

    Notice: Trying to get property ‘post_title’ of non-object in /home/palztogo/public_html/wp-includes/class-wp-query.php on line 4123

    Notice: Trying to get property ‘post_name’ of non-object in /home/palztogo/public_html/wp-includes/class-wp-query.php on line 4125

    Deprecated: bp_before_xprofile_cover_image_settings_parse_args is deprecated since version 6.0.0! Use bp_before_members_cover_image_settings_parse_args instead. in /home/palztogo/public_html/wp-includes/functions.php on line 5691

    #323249
    teslavolt
    Participant

    Is this documentation old? https://codex.buddypress.org/developer/loops-reference/the-activity-stream-loop/

    include optional
    Pass an activity_id or string of comma separated ids to show only these entries.

    Default value: false

    #323244
    Jeremy
    Participant

    Hello, I have researched the topic here and the codes that are suggested to be added into my functions.php of my theme do not work for me. I even tried to add it to the core of buddypress within the plugin, and that did not remove it either. I unchecked the settings and turned off registration, still there, any solutions?

    teslavolt
    Participant

    Wordpress v5.9
    Buddypress V10
    Theme – Nouveau enabled

    I’m trying to put the contents of a single activity onto a custom wordpress template page.
    e.g. https://www.mysite.com/members/myusername/activity/2/

    I looked at the \buddypress\bp-templates\bp-nouveau\buddypress\activity\activity-loop and \activity\single\home for code to put in my custom template:

    
    <div class="entry-content" id="start-a-project">
        <div id="buddypress" class="buddypress-wrap twentysixteen bp-dir-hori-nav">
            
            <?php $prj_activity_args = array("include"=> 2 );  // only pull activity id=2 from WP_BP_ACTIVITY ?> 
            <div class="activity" data-bp-single="2"> <!--hardcoding for testing-->
            <?php 
            if ( bp_has_activities( $prj_activity_args ) ) : ?>
                <?php if ( empty( $_POST['page'] ) || 1 === (int) $_POST['page'] ) : ?>
                    <ul id="activity-stream" class="activity-list item-list bp-list" data-bp-list="activity">
                        <ul class="activity-list item-list bp-list">
                <?php endif; ?>
                <?php
                    while ( bp_activities() ) :
                        bp_the_activity();
                ?>
                    <?php bp_get_template_part( 'activity/entry' );?>
                <?php endwhile; ?>
                <?php if ( empty( $_POST['page'] ) || 1 === (int) $_POST['page'] ) : ?>
                        </ul> <!-- .activity-list -->
                    </ul> <!-- #activity-stream -->
                <?php endif; ?>
            <?php else : ?>
                <?php //bp_nouveau_user_feedback( 'activity-loop-none' ); ?>
            <?php endif; ?>
            <?php// bp_nouveau_after_loop(); ?>
    
            </div>
        </div>
    

    I only want to pull one activity – so I passed array(“include”=> 2 ) to bp_has_activities() ; However, when the page is loaded, the <ul id=”activity-stream”> loads ALL the activities.

    Could someone help me figure out why this is happening? I switched to the legacy theme and the code works fine. I think it’s something to do with the data-bp-list=”activity” that is causing all the activities to get loaded.

Viewing 25 results - 2,251 through 2,275 (of 73,985 total)
Skip to toolbar