Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 10,126 through 10,150 (of 73,985 total)
  • Author
    Search Results
  • awijasa
    Participant

    Hello,

    When upgrading to PHP 7, I saw a number of errors and warnings from Siteground’s PHP 7 compatibility checker. The only one I needed to act on was:

    $empty_translations = & new Translations(); in /bp-forums/bbpress/bb-includes/backpress/pomo/sample/app.php

    In the next release, is it possible to have that line updated to just:

    $empty_translations = new Translations();

    Thanks,


    @awijasa

    1. Which version of WordPress are you running? 4.8.2

    2. Did you install WordPress as a directory or subdomain install? subdomain

    3. If a directory install, is it in root or in a subdirectory?

    4. Did you upgrade from a previous version of WordPress? If so, from which version? 4.8.1 to 4.8.2

    5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting.

    Yes, and still functioning properly after BuddyPress install. Just want to report a potential PHP 7 incompatibility.

    6. Which version of BP are you running? 2.9.1

    7. Did you upgraded from a previous version of BP? If so, from which version? Yes. Probably 2.9.0

    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones? No.

    9. Are you using the standard WordPress theme or customized theme? Standard

    10. Which theme do you use ? Twenty Seventeen

    11. Have you modified the core files in any way? No

    12. Do you have any custom functions in bp-custom.php? No

    13. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? Not running bbPress. My BuddyPress install may have a copy of bbPress.

    14. Please provide a list of any errors in your server’s log files.

    Assigning the return value of new by reference is deprecated

    15. Which company provides your hosting? Siteground

    16. Is your server running Windows, or if Linux; Apache, nginx or something else? Apache

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

    blacklabdigital
    Participant

    Hi I’m using BuddyPress and trying to get the upload cover image form to appear, however the option for Cover Image Uploads does not appear in the BuddyPress Options form in the settings. Please can you assist me in this matter.

    BuddyPress Settings

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

    #268518

    Topic: Custom Sorting

    in forum Miscellaneous
    rajveersingh007
    Participant

    Hello,
    I need help in search and sorting filter using buddypress. How can i create my own sorting of search result for members.default filter is working properly, but i want to filter the members which are registered in simple membership plugin and want to sort them based on their membership level.

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

    #268506
    rtz101
    Participant

    in my mobile version of buddy press my users profile fields are cut in half and i cant scroll to the right to see them. what can i do to resolve this. https://trailguider.com/members/rtz1989/profile/
    newest version of buddypress

    #268505
    Hugo Callens
    Participant

    User activity like posting in the group activity feed, blog comments or mentions don’t appear in the users’ activity tab.
    What could be wrong? What are the specific settings needed?

    Buddypress 2.8.2 on multisite, BP Groupblog 1.8.13, Buddypress Activity Privacy 1.3.8, Buddypress Group Email Subscription 3.7.2

    Eric
    Participant

    Hi there, i´d like to setup Google AdWords Conversions for my Buddypress site and track user registrations as conversions.

    I already added the “Global site tag” to the general header which works fine, but how can i add the “Event tag” to the activate page (page after user clicks the account activation link)?

    I tried the “Tracking Code Manager” plugin to inject the “Event tag” code into the activate page header, but that did not work on my site.

    I am not a developer, maybe someone can help on this?
    tnx, Eric

    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

    rodman38
    Participant

    Hi,

    In the field “birthday”, the months of the year are all in English, I am French and I can not find translation strings, I check the BP language file (.pot), and I see that ‘it lacks chains because my FR file is up to date and all the words of my file are translated, yet the months of the year are still in English on my site, I want it to be a Frenchman, it is a big problem for me.

    The developer of my theme (woffice theme) tells me that the BuddyPress team changed the date text field in BuddyPress, you forgot to update your .pot file

    How to solve this problem ?
    Can you fix this problem in the next update ?

    ps:Sorry for the language, I use google translation to write in English (I’m not good in English)

    #268480
    rlarson87
    Participant

    Hi, are there any BuddyPress third party plugins for allowing members to request and setup calendar meetings with other members?

    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 🙂

    #268470
    nelsonkana
    Participant

    I’m running a BuddyPress installation with over +50 000 members. At the time of writing, my versions are BP2.9 & WP4.8 While checking my log files I noticed a slow query log entry that pointed to a BuddyPress query which I’m very concerned about. It generates a subquery with a where IN clause with over +50 000 user IDs. I’m more concerned because my user base is growing and that number could become 75k or 100k. Here is a sample

    SELECT
    u.ID AS
    id
    FROM
    xxx_users u
    WHERE
    1 = 1
    AND u.ID IN (
    SELECT
    ID
    FROM
    xxx_users
    WHERE
    spam = 0
    AND deleted = 0
    AND user_status = 0
    )
    AND u.ID IN (
    1, 3, 13, 30,........,50000 <- Problem Area, +50000 IDs passed here
    )
    AND u.ID IN (
    SELECT
    ID
    FROM
    xxx_users
    WHERE
    (
    user_login LIKE '%%'
    OR user_login LIKE '%%'
    OR user_nicename LIKE '%%'
    OR user_nicename LIKE '%%'
    )
    )
    ORDER BY
    u.display_name ASC
    LIMIT
    43176, 21

    Ref: Query is generated in this file file:buddypress/bp-core/classes/class-bp-user-query.php method:BP_User_Query::prepare_user_ids_query

    My Questions:

    1. Is that something I should be concerned about?
    2. Is this something I should consider fixing with this hook $sql = apply_filters_ref_array( ‘bp_user_query_uid_clauses’, array( $sql,
      &$this ));
    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.

    #268465
    reesespector
    Participant

    Hi there!

    I’ve used buddypress before and have never run into this issue. This is really hindering my business here!

    When I click on the buddypress pages like “Groups” “Friends” “Notifications” “Messages” etc. I get this message:

    “Not Found

    The requested URL /members/w-a-productions/notifications/ was not found on this server.”

    The URL looks like this “audular.com/members/w-a-productions/notifications/”

    Any help here, this is a huge thorn in our sides for our business!

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

    #268460
    friendlygooners
    Participant

    Hi i mistakenly deleted all buddypress email from my wordpress website and now my new registered users can’t receive activation email. How to solve this problem?

    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

    #268453

    I have extended profile field using checkbox type, Its previously stored only the value like “Man” in bp_xprofile_data table when this field used as radio type after change to checkbox type its stored like below,

    a:1:{i:0;s:3:”Man”;}

    #268450
    saileng
    Participant

    Would BuddyPress work for a medium-sized social site, say 1,000 active users? What about larger? I like the possibilities that BuddyPress offers but I want to make sure that it is capable (of course I need to hook it up to a good host). Also, while I’m at it what are the best hosts for WordPress platforms? I’m new to WordPress for the most part and am still figuring things out.

    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.

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