Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 10,851 through 10,875 (of 73,985 total)
  • Author
    Search Results
  • #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

    #266355
    thejameshardy
    Participant

    Hi Im trying to add 2 sidebard in the members/single/messages.php file. The first sidebar inserted just before the switch ( bp_current_action() ) :code works like a gem but adding a second sidebar after the php doesnt work. WordPress does not want to show up the side bar not even the </div>? This is a problem because i am trying to create left and right sidebars for my buddypress pages.

    #266353
    thejameshardy
    Participant

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

    #266347
    moui
    Participant

    Hi,

    I am having trouble with a meta_filter in my groups-loop. Here is a gist with the filter function and its hook registration.

    https://gist.github.com/moui72/cc1a32a39630a67596610cdadb84893a

    It works as expected, except I would like the results to be sortable via the default order options as well as custom ones, but currently the sorting action resets my meta query.

    The sorting I mean is via this thingy:

    <label for="groups-order-by"><?php _e( 'Order By:', 'buddypress' ); ?></label>
    <select id="groups-order-by">
      <option value="active"><?php _e( 'Last Active', 'buddypress' ); ?></option>
      <option value="popular"><?php _e( 'Most Members', 'buddypress' ); ?></option>
      <option value="newest"><?php _e( 'Newly Created', 'buddypress' ); ?></option>
      <option value="alphabetical"><?php _e( 'Alphabetical', 'buddypress' ); ?></option>
    
      <?php do_action( 'bp_groups_directory_order_options' ); ?>
    
    </select>

    The event handler for the above select is being added to the select object by some js, and I am not sure if that is due to buddypress or the parent theme (CBOX-theme) that I am using, but in any case it is sending an AJAX request to buddypress. As stated, these requests clear my meta_query.

    I am currently using a simple GET form action to apply my filters, so I am guessing what I need to do is to loop my filters in as an AJAX request instead. Will that fix my issue?

    #266346
    fvuuc
    Participant

    So I’ve added buddypress to our church website. I am having a difficult time in figuring out how to get the buddypress widgets to remain on all the buddypress pages so that each time a member accesses a different part of it, the column won’t display the default settings. Ours is setup to a 3 column page. I even tried setting it up as a full column with a sidebar and it just does not stick to the other pages. Any ideas how I can have all the buddypress pages display the widgets on the sidebars?

    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!

    #266342
    Victor
    Participant

    I’m trying to get HyperDB to work width Buddypress.

    I’m trying to move bp_activity, bp_activity_meta, bp_notifications, notifications_meta, xprofile_data, xprofile_fields, bp_xprofile_groups, bp_xprofile_meta into there own ‘Buddypress’ database. But it does not work.

    I’m getting this error: Undefined variable: server

    Here is my current config:

    $wpdb->add_database(array(
        'host'     => DB_HOST,
        'user'     => DB_USER,
        'password' => DB_PASSWORD,
        'name'     => 'DATABASE-NAME',
        'write'    => 1,
        'dataset'  => 'bpress',
    ));
     else if(preg_match("/bp_activity/", $wpdb->table)){
        return 'bpress';
    }

    Witch preg_match should I use?

    Anyone that is using HyperDB with Byddypress?

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

    freeace00
    Participant

    Hello,

    I have been quite happy with customizing buddypress, bbpress.

    I have found 2 issues you need to know.

    1. I am using less file and removed original css files.

    /** Remove original bp css **/
    function dequeue_buddypress() {
    		wp_dequeue_style('bp-legacy-css');
    		wp_dequeue_style('bbp-default');
    }
    add_action('wp_enqueue_scripts', 'dequeue_buddypress');
    

    However, I found that it also doesn’t get “cover image in single members, single groups”.
    I have added it in a theme. I added all original css code into less file and have been working on customization.

    Is there any better way to remove original css and use my own less (css) file without losin cover image?
    Is there anything more I lose if I remove the original css files?

    2. How can I get group member amount only NUMBERS.
    bp_group_member_count()

    It gets with xx “members”. But I just need numbers of the group. I use it in groups-loop.php

    Thank you,

    #266329
    starry_sky_89
    Participant

    I have a site with BuddyPress. We are experiencing issues with a user being able to get to the dashboard. She is able to log in but when she tries to go to the dashboard or any links on the admin bar it just keeps her in a loop on the welcome page. She has tried logging in from multiple different machines, different locations, and different browsers. I have her clear her cache and cookies and history and I clear the application pool. Any assistance would be great.

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

    shahidjaszle
    Participant

    Hello everyone,

    Currently im using Bp Portfolio plugin and on my activity stream, when subscribers update on their latest portfolio didn’t show up on the stream. (Only for admin role it works fine)

    So, i added custom post type for the portfolio on custom.php, here are the code:

    add_post_type_support( ‘bb_project’, ‘buddypress-activity’ ); function customize_page_tracking_args() {

    // Check if the Activity component is active before using it.
    if ( ! bp_is_active( ‘activity’ ) ) { return; }

    bp_activity_set_post_type_tracking_args(
    ‘page’, array( ‘action_id’ => ‘new_blog_page’,
    ‘bp_activity_admin_filter’ => __( ‘Published a new page’, ‘boss’ ),
    ‘bp_activity_front_filter’ => __( ‘Pages’, ‘boss’ ),
    ‘contexts’ => array( ‘activity’, ‘member’ ), ‘activity_comment’ => true,
    ‘bp_activity_new_post’ => __( ‘%1$s posted a new page‘, ‘boss’ ), ‘bp_activity_new_post_ms’ => __( ‘%1$s posted a new page, on the site %3$s’, ‘boss’ ), ‘position’ => 100, ) ); }

    add_action( ‘bp_init’, ‘customize_page_tracking_args’ );

    It works however it didn’t display the featured image for the portfolio. Maybe im missing some code here plus im not really good at php.

    Is there any help for me to fix this?

    examfilo
    Participant

    WordPress 4.7.5
    BuddyPress 2.8.2

    Examfilo

    Legitimate users are unable to register at the site as no mail is sent for verification link. But spammers who may not complete sign up ?get verification and registered.How can this happen? Notifications and contact forms work nicely. Is it different email set ups in buddypress causing this issue?
    But wordpress (after deactivating buddypress) alone can send the verification mail.
    I tried with WP-SMTP mail plugin change. Tried to configure host environment. But failed. Can someone analyze?
    Thank you in advance.

    examfilo
    Participant

    WordPress 4.7.5
    BuddyPress 2.8.2
    Examfilo
    Pressing the ‘Complete Sign Up. button does not send the email to the registering user after correct completion of the registration form. Instead it shows the completed form with empty password fields.
    All went smoothly with more than 25 plugins. To troubleshoot I deactivated all plugins including buddypress and checked with wordpress registration. It worked. But activation of buddypress resulted the same problem.
    I have tried with most in the forums discussed earlier, but failed up to now. Emails from contact forms work. WP-Mail-SMTP and BuddyPress are the activated plugins at the moment.
    I think since this issue has been common with buddypress for long period, I will be helped by you guys. Thanks in advance.

    thejameshardy
    Participant

    Hi I would much rather have setting page, notifcation page and message pages as a javascript popup in the header. Is there a way I could do this not to bothered about ajax as that stuff is a little confusing for me at the moemnt? For example, I know that I could use the messages loop to display messages but how can I have a compose message form and reply form aswell?

    Also is there a loop that I can use to display settings?

    Could I in theory just copy and paste everything from single/settings.php and put it in the header of my site by calling it or something?

    Help would be great as there isnt any info online about this and this would allow me to break a bit more free out of the conventional buddypress layout.

    Thank you.

    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?

Viewing 25 results - 10,851 through 10,875 (of 73,985 total)
Skip to toolbar