Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 7,651 through 7,675 (of 69,044 total)
  • Author
    Search Results
  • #268547
    shanebp
    Moderator

    BP is free to use as you wish.
    As to whether you may run into issues, you might, you might not.
    There is a staggering number of themes and plugins in the WP world.
    There is no way for BP to account for all the possible combinations.
    Nor it is reasonable for people to expect these forums ( run by volunteers ) to solve or even respond to any and all issues that may arise.

    BuddyPress is used by many businesses as part of their offerings.
    The larger and / or more complex the business, the greater the need for a technical support budget.

    #268545
    shanebp
    Moderator

    Perhaps this?

    buddypress\bp-xprofile\classes\class-bp-xprofile-profiledata.php 
    Line 201: 	do_action_ref_array( 'xprofile_data_before_save', array( $this ) );
    #268522
    blacklabdigital
    Participant

    No, I’m running BuddyPress 2.9.1 so it should be self-contained

    #268521
    rajveersingh007
    Participant

    Have you install the plugin (BuddyPress Cover Photo)?

    #268519

    In reply to: Custom Sorting

    rajveersingh007
    Participant

    <?php while ( bp_members() ) : bp_the_member(); ?>

    <?php
    $user_id = bp_get_member_user_id();
    $jin=bp_get_member_user_email();

    $member_email = $jin;
    // $swpm_user = SwpmMemberUtils::get_user_by_email($member_email);

    //echo $resulty->membership_level;
    // echo $display_vars[‘membership_level’];
    //print_r($resulty);

    /* $member_id = ‘2’;
    $field_name = ‘membership_level’;
    echo $level_id_value = SwpmMemberUtils::get_member_field_by_id($member_id, $field_name);
    */

    $user = new WP_User( $user_id );

    if ( $user->roles[0] == ‘author’ ) { ?>
    <li <?php bp_member_class(); ?>>
    <div class=”item-avatar”>
    “><?php bp_member_avatar(); ?>
    </div>

    <div class=”item”>

    <div class=”item-title” style=”display:inline;”>
    “><?php bp_member_name(); ?>

    <?php if ( bp_get_member_latest_update() ) : ?>

    <span class=”update”> <?php bp_member_latest_update(); ?></span>

    <?php endif; ?>

    </div>
    </br>

    <div class=”item-meta” style=”display:inline;”><span class=”activity” data-livestamp=”<?php bp_core_iso8601_date( bp_get_member_last_active( array( ‘relative’ => false ) ) ); ?>”><?php bp_member_last_active(); ?></span></div>

    <?php

    $query = $wpdb->prepare(“SELECT * FROM {$wpdb->prefix}swpm_members_tbl WHERE email= %s”, $jin);
    $resulty = $wpdb->get_row($query);

    $mymembership=$resulty->membership_level;
    if ($mymembership==”5″){
    echo “<span style=’background-color:goldenrod;padding:5px 12px;float:right;margin-top:-9px;margin-right: 200px;’>Premium</span>”;
    }

    i need a code so that i can have sorting in a manner that premium should be displayed at the top , then featured members and then free members.i have used two plugin simple membership plugin and buddypress.
    Help in code, that will be a great help .

    #268513

    In reply to: Friend Requests

    Henry Wright
    Moderator

    Check if the Friends component is activated in Settings > BuddyPress

    #268507
    tmc5005
    Participant

    I installed and setup the EASY WP SMTP plugin. The test e-mails are sent but the buddypress activation e-mail is still not sent.
    Thank you but I still have the same problem.

    steverusso66
    Participant

    I’m testing Ultimate Members running simultaneously with Buddypress. My ‘Author’ roles will have searchable profiles in UM and NOT in BP, and vice versa: All roles EXCEPT ‘Author’ will have access to BP functions, Authors will not have a profile in BP, and ONLY Authors will be able to create a profile in UM.

    Can anyone help me separate these two worlds of users?

    thanks

    metalhead
    Participant

    If you haven’t already, create a child theme.

    Then copy your buddypress/template folder & subfolders over to your child theme.

    Go through each file, search for instances of the word “FRIENDS,” and replace it with “CONNECTIONS.”

    If you can’t find all instances of the word “FRIENDS” in these files, check your buddypress.po file and use Poedit to hack it out of there too.

    metalhead
    Participant

    If you haven’t already, create a child theme.

    Then copy your buddypress/template folder & subfolders over to your child theme.

    Go through each file, search for instances of the word “FRIENDS,” and replace it with “CONNECTIONS.”

    Or, you can pay a developer thousands of dollars to make a plugin do it for you πŸ™‚

    Hugo Ashmore
    Participant

    @kristianngve
    No it isn’t missing vital info, the clarification is directly after the instruction on naming convention for the BP folders in a child theme.

    N.B. Inside the subfolder β€˜community’ you must preserve the path structure/folders that exist in the BP original /buddypress/ folder so /activity/ must be created to hold index.php or any of the other activity templates.

    #268462
    Henry Wright
    Moderator

    Hey @friendlygooners

    You can go to Tools > BuddyPress in the WordPress admin area and then select Reinstall emails under Repair tools.

    Is your user name a reference to Arsenal? I’m a fan πŸ™‚

    ariktwena
    Participant

    Hi

    Did you find a way to exclude specific user-roles from the activity feeds? I’m having the same issue? :/
    Link to my question

    Thanks

    Kristian Yngve
    Participant

    BOOM!! cracked the issue.

    The instructed root was missing vital info that could save a lot of us the headache…

    IT IS NOT /my-theme/buddypress/ as instructed the Template Overload File.

    IT IS: /my-theme/buddypress/members/

    to then save your file in that folder.

    Ladies and gentlemen, you’re welcome.

    Kristian Yngve
    Participant

    https://buddypress.org/support/topic/how-to-edit-the-text-in-registration-page/

    I have found and followed this as best I can, my Template Overload File is in this root:

    Wp-content/themes/child-theme/buddypress/register.php/

    The problem is, I think, that Buddypress isn’t finding my Template Overload File in my child-folder.

    Should the ideal root for Template Overload Files be
    Wp-content/themes/buddypress/register.php/ ??

    It’s driving me crazy how most of my buddypress tweaks I make go with no affect at all.

    #268433
    prototurk
    Participant

    plugins/buddypress/bp-blogs/bg-blogs-activity.php

    $post_link = '<a href="' . esc_url( $post_url ) . '">' . $post_title . '</a>';

    I found the related code but I can not add the h tag. h does not add the tag, but the span tag is added. Interesting πŸ™

    #268427
    metalhead
    Participant

    Put it all in one column:

    /* Aligns Registration Profile Details fields to the left */
    #buddypress .standard-form #basic-details-section,
    #buddypress .standard-form #blog-details-section,
    #buddypress .standard-form #profile-details-section {
        width: 100%;
    }
    #profile-details-section {
        margin-top: 20px;
    }

    And the finish button too (recommended):

    #buddypress .standard-form#signup_form div.submit {
        float: left!important;
        margin: -12px 3px 3px 3px!important;
    }

    That should line it all up in 1 row. Congrats on not paying someone $1000 for that info πŸ™‚

    #268419

    In reply to: BP and PMPro

    livingflame
    Participant

    Currently PMPro has no official relationship with BuddyPress.

    The relationship depends on the Theme.

    Themes like SweetDate have options for PMPro.

    #268370
    tinodo
    Participant

    I probably don’t have a real solution for you, but for the record, images uploading on Buddypress will not have a same CSS everytime. Just think about it, because avatars and cover images are new images uploading into our database, and lazy load will exclude core images (which have specific classes throughout). If you’re planning to add the uploading image area into lazy load, it will probably not work also since you’re using the class of the surrounding/background/border/area not the actual image that is uploaded.

    Second of all, I have the same issue as yours. And my solution is to officially turn off lazy load. Because lazy load can actually affect our SEO rather than helping it grow. And the resolve is too hard to figure out since it’s not the problem of both theme and Buddypress, neither will have a solution (And lazy load plugins are one time development, noone will stick around to adjust this upload that for us).

    #268327
    JohnDiver
    Participant

    Hey,

    Thanks for the reply.

    I have been trying to get this working but I really am confused, I have used WP on a lot of sites but this is the first time trying BuddyPress.

    I am looking to have my homepage similar to this: http://buddy.ghostpool.com/# but also have sections of content – So it is pretty much having the activity feed – This will be the same for registered and unregistered visitors – Is that possible?

    Thanks again

    #268325
    shanebp
    Moderator

    You can create member types.
    Then you would need to customize the registration form and member profiles per the selected member type.
    These customizations will require good skills as a WP / BP developer.
    You can post a job here.

    #268324
    shanebp
    Moderator

    If you can’t find a migration tool, then you’d need to write one or hire a developer to do so.
    You can post a job here.

    #268312
    gertm
    Participant

    2 options I see:
    1) Use hooks on the register.php page like do_action( ‘bp_after_registration_submit_buttons’ ) add_action('bp_after_registration_submit_buttons','your_function');
    function your_function(){
    echo do_shortcode( '' );
    }

    2) Modify register page –> copy wp-content/plugins/buddypress/bp-templates/bp-legacy/members/register.php to wp-content/themes/your-child-theme/buddypress/members/register.php and modify in your-child-theme

    do_shortcode()

    #268311
    shanebp
    Moderator

    You’ll need to write code for a custom search.
    You’ll need good developer skills to do so.
    You can post a job here.

    #268282
    shanebp
    Moderator

    These are the BuddyPress forums.
    The bbpress forums are here.

Viewing 25 results - 7,651 through 7,675 (of 69,044 total)
Skip to toolbar