Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 7,876 through 7,900 (of 68,950 total)
  • Author
    Search Results
  • 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.

    #266207
    shirleyddsn
    Participant

    UPDATE: I found this topic -> Editing BuddyPress Core Files Within Child theme That suggested that I should have a buddypress folder inside my child theme directory, and that all my copied files should go in THERE! I made the change, but I still can’t update any of the actual files. I tried my PIZZA HUT test again, but this time nothing flashed on the screen. So I guess that’s not it?

    BTW – I’m just going to keep posting updates as I go so that when someone shows up, they’ll have current information on what I’ve tried. Maybe save some time that way.

    #266206
    shirleyddsn
    Participant

    Side Note:
    I dont know if I can/should ask this here, or if it should be a different post, but I’m trying to make changes to the buddypress templates in my child theme, and it seems that I’m not allowed (?!) to make changes to the actual templates?

    For example, I was trying to make changes to cover-image-header.php just to see if I can. I wanted to add “Last Active:” just before the function that lists when the member was last active. Just to see if I could. When I refreshed the page, I thought I saw for a brief second that it did in fact say “Last Active:”, before it disappeared and just showed the original content again. To make sure it was actually my code and not a glitch, I repeated the process but replaced LAST ACTIVE with PIZZA HUT. Just to make sure it was actually me. Refresh -> Pizza Hut flashed. Yup, it was me. But why wont the code stick? Could it be my child theme document tree isn’t right? Or do I need to add some code somewhere so that changes in my child folder override files in the original buddypress folders?

    When I copied my files over, I group selected the folders in plugins/buddypress/bp-templates/bp-legacy/buddypress and copied them all over to themes/my-theme/buddypress. Am I missing a folder or something?

    Also: I figured out the concept behind add_action tacking on instructions to a do_action function. But where do the DO_ACTION functions live? And am I able to modify those? I would like to add some font-awesome icons to the front of my profile menu links the way we have here, but I can’t find the code that spits out the information.

Viewing 25 results - 7,876 through 7,900 (of 68,950 total)
Skip to toolbar