Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 8,026 through 8,050 (of 69,109 total)
  • Author
    Search Results
  • #266417

    In reply to: WordPress 4.8

    shanebp
    Moderator

    Try switching to a WP theme like 2015 to see if the issue really is BP and not your theme.
    You can file a bug report here:
    https://buddypress.trac.wordpress.org/

    EMar
    Participant

    I created a test user account on my site,
    If I go to Users > manage signups, I see the new user account,
    So I click the email link to resend the activation email,
    It sends the new account activation email

    Why doesn’t it send it when the user created the account?
    And I need to know is Buddypress forcing new members into that pending list?
    Meaning it’s not automatically registering new accounts or sending them their activation email when they sign up.

    I’m confused.

    EMar
    Participant

    I also noticed if I sign up as a new member I get to the page that says success and an email
    has been sent to verify your account, but the email never comes.

    If I activate the member accounts manually an email is sent saying there is a new member,
    So I know my email is working on the server side right?

    I don’t know where the mail settings are in wordpress or if it’s some setting in Buddypress?

    I need to allow new registrations to be approved automatically, I thought there was an option for this.

    Any suggestions appreciated.

    #266412

    In reply to: WordPress 4.8

    Effycom
    Participant

    Hiya,

    There seems to be a compatibility issue with the current version of Buddypress and the latest WordPress 4.8 update. I noticed that all the elements available for users on Buddypress suddenly disappeared as soon as I made the WordPress update. I checked it against one of my other websites which I have not updated yet to WordPress 4.8 and installed Buddypress there and all the elements are visible.

    Is there anything I could do in the meantime to fix the problem whilst I wait for the latest BuddyPress update as the website in question is due for launch today, but unfortunately i made the WordPress update late last night which affected the elements I need for the site to function as intended with the use of BuddyPress as an aid.
    Thank you in advance

    E.

    #266396

    In reply to: WordPress 4.8

    BuddyPress 2.8.x works OK with WordPress 4.8.

    BuddyPress 2.9 is due out in the next few weeks.

    coolhunt
    Participant
    <table class="profile-fields">
    
    					<?php while ( bp_profile_fields() ) : bp_the_profile_field(); ?>
    
    						<?php if ( bp_field_has_data() ) : ?>
    
    							<tr<?php bp_field_css_class(); ?>>
    
    								<td class="label"><?php bp_the_profile_field_name(); ?></td>
    
    								<td class="data"><?php bp_the_profile_field_value(); ?></td>
    
    							</tr>
    

    I found this at bp-templates/bp-legacy/buddypress/members/single/profile/profile-loop.php

    I have no idea about HTML.. any tips?

    #266362
    r-a-y
    Keymaster

    This is fixed in the development branch of 2.8.

    In the meantime, you can manually apply the following fix until 2.8.3 is released:
    https://buddypress.trac.wordpress.org/changeset/11520

    #266361
    r-a-y
    Keymaster

    You should post this on the bbPress forums:
    https://bbpress.org/forums

    This is the BuddyPress forums.

    #266356
    danbp
    Participant

    Enter what you search for into the searchbox, and read the result !
    http://hookr.io/plugins/buddypress/#index=a

    #266353
    thejameshardy
    Participant

    Bump. It looks like buddypress is fetching the user profile cover image for all memebers? Any help pelase!

    mavenfair
    Participant

    Hello,

    I am using the BuddyBoss Theme OneSocial Marketplace. I required a ‘monthly’ paid membership option so I decided to use Paid Memberships Pro (I have chosen the Plus level of PMPro).
    OneSocial uses BuddyPress for the community portion of the site.

    So how I would like the site to work is… Users choose a “membership level” via PMPro which manages their monthly subscriptions but they use BuddyPress Profile and Tools for their “community interactions”…

    How do I push the User’s account to their BuddyPress Profile and NOT their PMPro profile??

    thank you!

    #266339
    freeace00
    Participant

    I have found that “bp-legacy-css-inline-css” code is not loaded.
    It’s including cover image and some.
    It’s originally after buddypress.min.css.

    
    <style id="bp-legacy-css-inline-css">
    /* Cover image */
    		#buddypress #header-cover-image {
    			height: 400px;
    			background-image: url(....);
    		}
    
    		#buddypress #create-group-form #header-cover-image {
    			margin: 1em 0;
    			position: relative;
    		}
    
    </style>
    

    something like this.
    This has been removed as well when I removed original css code.

    I also created a folder (/wp-content/themes/my-theme/buddypress/css/buddypress.css).
    It doesn’t load the original one and works fine. But it’s not loading “bp-legacy-css-inline-css”.
    That’s why cover images are not showing.

    Is there any solution or am I missing something?

    #266327
    ketzita
    Participant

    A recent Buddypress update modified the previously working css.

    It might fix the issue for you, but if it don’t, you have a backup. If that is the case, try another theme.

    #266325
    ketzita
    Participant

    Make a backup of your Buddypress CSS folder.

    Replace the code in avatar.min.css with the code from the link above.

    Clear cache in Safari, and try again. If the problem persists, activate a different theme, like Twenty Seventeen, and try it again.

    #266324
    silvia79r
    Participant

    Hello.
    Also my buddypress site does not load photos from iphone (any iphone) while with android no problem. How can I do? I do not understand much about what I read in this topic

    #266322
    jgarate
    Participant

    Ok, so I got this piece of code, but I don’t understand it perfectly:

    function bpcodex_rename_group_tabs() {
     
        if ( ! bp_is_group() ) {
            return;
        }
        
        buddypress()->groups->nav->edit_nav( array( ‘name’ => __( ‘Group Discussion’, ‘buddypress’ ) ), ‘forum’, bp_current_item() );
    }
    add_action( ‘bp_actions’, ‘bpcodex_rename_group_tabs’ );

    which is the old item (‘Group Discussion’?) and the new one (‘forum’?)? Am I changing from ‘Group Discussion’ to ‘forums’ or the other way round?

    tisor
    Participant

    It was in my own siteplugin. I added it to clear a bit the menu on my template…

    You will need to go for a search…

    Disable all plugins except buddypress and activate 1 by 1 to find the one that breaks it.

    jlgarnier
    Participant

    Hello all,

    I’ve got the same issue since BuddyPress was updated a few weeks ago: all BP setting pages that were available through my main menu are now leading to HTTP 404 error (Login, Profile, Logout…).

    Could I possibly uninstall / re-install BuddyPress without losing all BP settings in the database?

    Any clue or advice is welcome. Thanks in advance for your help!

    #266293
    shanebp
    Moderator
    #266289
    shanebp
    Moderator
    #266287
    r-a-y
    Keymaster

    Can you try changing your theme to something like Twenty Seventeen?

    Sometimes the current theme has CSS that conflicts with BuddyPress functionality.

    What theme are you using?

    #266280
    Henry Wright
    Moderator

    You don’t need this:

    if ( !function_exists( 'xprofile_get_field_data' ) ) { 
        require_once '/bp-xprofile/bp-xprofile-functions.php'; 
    } 

    If BuddyPress is active then xprofile_get_field_data() should be available.

    #266279
    r-a-y
    Keymaster

    Copy the code from here:
    https://pastebin.com/raw/X6Nc0Qds

    Into /buddypress/bp-core/css/avatar.min.css.

    The user tested this on iPhone 6S, iPad Mini and iPad Air with success.

    I believe the last successful version was BP 2.7.2, but the CSS I linked to should account for that.

    #266243

    In reply to: Ghostusers

    shanebp
    Moderator

    Did you try using the Repair tool?
    wp-admin > Tools > BuddyPress

    #266209
    Henry Wright
    Moderator

    Hi @giuseppecuttone

    The BuddyPress Trac ticketing system is the way to follow BuddyPress development. You can view open tickets and even contribute patches and bug reports.

Viewing 25 results - 8,026 through 8,050 (of 69,109 total)
Skip to toolbar