Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 7,976 through 8,000 (of 69,044 total)
  • Author
    Search Results
  • 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.

    #266179
    giuseppecuttone
    Participant

    Hi @henrywright
    thanks for your reply.
    Ok, at this time we need define it constantly…
    But maybe, it will be great know from buddypress developer if there is in thear BUDDYPRESS WORK PLAN a task for to make a FRIEND PAGE (just like GROUP PAGE, or MEMBERS PAGE).
    I do not know if you are a buddypress developer, or if you are in contact with them.
    Do you know if there is a public docuemnt with BUDDYPRESS WORK PLAN?
    Thanks for your support.

    nikitagrimm
    Participant

    Ok there, I finally figured out the problem. It turns out that the is_email() function built into WordPress is extremely slow and takes around 6 seconds to compute. Since Buddypress used the function quite leisurely, the amount of time it took to send emails ended up being quite long.

    Unfortunately a simple filter wasn’t enough, as WordPress was still processing the old function. I have removed the function and the problem is therefore “fixed”. Actually “applying a bandaid” is the more appropriate term here.

    I’m going to report a bug to WordPress asap now. Thanks for your attempts at helping me though! However, if you do have an idea why the function is so slow I would be very glad to hear it!

    #266169

    In reply to: BuddyPress Features?

    Henry Wright
    Moderator

    With reference to point 2, bbPress works very well with BuddyPress. It’s actually a sister project so you can be sure of compatibility.

    Mauricio
    Participant

    I have moved to Https, but I don’t have problem with old content, NEW content image are shown as http in buddypress.

    The solution I found was to use a plugin: SSL Insecure Content Fixer. I don’t know what it does but solved, the strange thing is that I’m actually using https for WordPress site.

    Secure provided by cloudflare

    r-a-y
    Keymaster

    The problem is BuddyPress initially records the activity item from whatever protocol that the site is running in.

    So let’s say I’m posting at http://example.com, BuddyPress would record any uploaded content using http.

    It sounds like you have moved to https, so these older activity items would still use http. I would probably recommend forcing your site to always resolve to https, then future activity items should always use https.

    As for older content, you would need to filter the activity content and replace older http instances with https.

    r-a-y
    Keymaster

    Download and unzip a fresh version of BuddyPress to wp-content/plugins/buddypress to ensure that you have all files and not a corrupted install.

    If you are using a caching plugin, you would also have to purge your cache. You shouldn’t cache the registration or activation pages anyway.

    r-a-y
    Keymaster

    I’ve noticed similar things myself.

    Can you see if the following helps?

    Add this code-snippet to wp-content/plugins/bp-custom.php file?

    remove_filter( 'bp_email_get_property', 'bp_core_deprecated_email_filters', 20, 4 );

    remove_action( 'bp_send_email_success', 'bp_core_deprecated_email_actions', 20, 2 );

    #266146

    In reply to: Some Unique Slugs

    Henry Wright
    Moderator

    Hey @ryuunosukemiyosaki

    I believe there’s some slugs still hard coded. Take “change-cover-image” for example, here’s where it’s specified in the code base:

    https://github.com/buddypress/BuddyPress/blob/2.8.2/src/bp-xprofile/classes/class-bp-xprofile-component.php#L252

    You’ll notice it isn’t filterable or override-able.

Viewing 25 results - 7,976 through 8,000 (of 69,044 total)
Skip to toolbar