Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 7,701 through 7,725 (of 69,109 total)
  • Author
    Search Results
  • #268638
    xmginc
    Participant

    And, for anyone interested, here are other Buddypress specific functions it has – very impressed btw:

    1. control the Buddypress member profile page meta title such as %%bp_user_full_name%% | %%sitename%% or whatever you prefer
    2. also allows you to edit the Buddypress member profile meta description as well
    3. include Groups in sitemaps
    4. includes Profiles in sitemaps (as noted in previous post)

    (Just wanted to share this in case you wanted to know in advance as this plugin is only available to paid WPMU Dev subscribers. This is in addition to all the other standard seo related features but listing Buddypress specific features above in case you wanted to know)

    #268637
    xmginc
    Participant

    For anyone interested, switching to WMPU Dev’s Smartcrawl has allowed us to automatically add all members to the sitemap. It also allows you to exclude specific roles in case you have Admins you’d like to exclude from the sitemap. While Yoast has been our goto plugin, Smartcrawl appears to hold it’s own – especially when it comes to Buddypress. Here’s a link for more info.

    However, if anyone knows how @mugwumpman was able to create the members-sitemap.xml and work with Yoast, would still be great to know – thx!

    #268630
    David Cavins
    Keymaster

    Hi @paksunny-

    #1 can be accomplished by adding this code to you bp-custom.php file (or wherever you keep your customizations): https://gist.github.com/dcavins/c65f3856dd6ed5be37eef115ab09405a

    #2 Try this plugin: https://wordpress.org/plugins/buddypress-private-message-for-friends-only/

    -David

    #268611
    shanebp
    Moderator

    Please use the code button when sharing code.

    This is the relevant file:
    \buddypress\bp-templates\bp-legacy\buddypress\members\members-loop.php

    Some themes bundle their own version of BP files.

    To find out if you’re in the correct file, try:

    echo 'testing...<br>';
    $test = bp_get_member_profile_data( 'field=la-empresa' );
    var_dump( $test );

    If you don’t see ‘testing…’, you’re in the wrong file.
    If you do, but don’t see the profile data, then there is an issue with that field or perhaps the value does not exist.

    #268603
    shanebp
    Moderator

    Did you look in the documentation?

    Customizing Labels, Messages, and URLs

    Arize Nnonyelu
    Participant

    Next time try hiring an expert or consult a more experienced developer in private to sort out some issues.

    Without being told the people that started this Buddypress has tried a lot. I don’t think they need this sort of discouragement.

    please nobody should regard this topic.

    #268598
    ekatsa
    Participant

    hi everyone, I found solution for this problem by using default cover plugin “BuddyPress Cover”
    If anyone has the problem this is a solution

    #268579
    David Cavins
    Keymaster

    Looking at the source code, both items make a call to the function bp_is_active(). For profile cover images, the check is
    if ( bp_is_active( 'xprofile', 'cover_image' ) ) {)

    For groups, if ( bp_is_active( 'groups', 'cover_image' ) ) {}.

    In both cases, the default is true, so I’d guess that your theme or another plugin is filtering that value, using one of these filter hooks:
    bp_is_profile_cover_image_active
    bp_is_groups_cover_image_active
    bp_is_active

    You can quickly check by using something standard like twentythirteen as your theme and deactivating all plugins other than BuddyPress.

    #268561
    kelvinnm
    Participant

    Hugo,

    is tracking on on your site checked? Settings >> BuddyPress Settings >> Site Tracking make sure it is checked.

    #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 ๐Ÿ™

Viewing 25 results - 7,701 through 7,725 (of 69,109 total)
Skip to toolbar