Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 4,701 through 4,725 (of 73,986 total)
  • Author
    Search Results
  • #310369

    In reply to: BuddyPress Profile

    Carlen
    Participant

    Yes, you can override buddypress files in your child theme. Just add the folder buddypress and any relevant sub-folders within that all the way to the file that you are overriding.

    You will probably use:

    buddypress -> members -> single -> member-header.php

    #310367

    In reply to: Custom Group Fields

    Carlen
    Participant

    I found this tutorial very helpful in doing this.

    How to Edit Group Meta Tutorial

    Carlen
    Participant

    I think the easiest way to do this would be to hide buddypress unless the user is in one of your courses.

    I would use a combination of:

    Memberpress (other membership plugins should work too)
    Learndash

    If Menu – Visibility control for Menu Items

    User Role Editor

    #310364
    julesgraham
    Participant

    Hi, I recently installed BuddyPress and I am unable to create groups from my user profile. The option to “Create a Group” is not visible. Can you help me with this please. Thank you

    #310359
    Carlen
    Participant

    I have buddypress BP xProfile Location and a custom api to connect to https://www.wpgmaps.com. Id be happy to share it.

    Not sure if this would accomplish what you need though.

    #310348

    In reply to: BuddyPress 5.1.2

    dolob
    Participant

    I’ve fatal error after update

    
    Fatal error: Uncaught Error: Class 'BP_Core_Nav_Item' not found in /home/arteventorganiza/public_html/ekip/wp-content/plugins/buddypress/bp-core/classes/class-bp-core-nav.php:150 Stack trace: #0 /home/arteventorganiza/public_html/ekip/wp-content/plugins/buddypress/bp-core/bp-core-buddybar.php(168): BP_Core_Nav->add_nav(Array) #1 /home/arteventorganiza/public_html/ekip/wp-content/plugins/buddypress/bp-core/bp-core-buddybar.php(61): bp_core_create_nav_link(Array, 'members') #2 /home/arteventorganiza/public_html/ekip/wp-content/plugins/buddypress/bp-core/classes/class-bp-component.php(509): bp_core_new_nav_item(Array, 'members') #3 /home/arteventorganiza/public_html/ekip/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-component.php(311): BP_Component->setup_nav(Array, Array) #4 /home/arteventorganiza/public_html/ekip/wp-includes/class-wp-hook.php(288): BP_XProfile_Component->setup_nav(Array) #5 /home/arteventorganiza/public_html/ekip/wp-includes/class-wp-hook.php(312): WP_Hook->apply_filters(NULL, Array) in /home/arteventorganiza/public_html/ekip/wp-content/plugins/buddypress/bp-core/classes/class-bp-core-nav.php on line 150
    #310337
    Mushi
    Participant

    @iamthewebb

    Thank you for responding to my comment. Actually XYZ is just the placeholder for my database name because I don’t want to disclose it’s name.

    Actually the error is trigger by Buddypress function BP_Groups_Group::get( array $args = array() )
    which is located “Buddypress\bp-groups\classes\class-bp-groups-group.php”

    You can find the function here https://www.buddyboss.com/resources/reference/classes/bp_groups_group/get/

    Right in the function definition when it reach here

     $bp = buddypress();
     
        $sql = array(
            'select'     => "SELECT DISTINCT g.id",
            'from'       => "{$bp->groups->table_name} g",
            'where'      => '',
            'orderby'    => '',
            'pagination' => '',
        ); 

    It triggers error because it can not find table_name. I am not sure why the table_name is not loaded.

    We are using Buddyboss theme with Buddypress and Memberium plugins.

    Thank You
    Mushi

    #310331
    iamthewebb
    Participant

    None of my BP sites have a table xyz.g in the database so it looks like another plugin has created this or is attempting to access this. Have you tried the troubleshooting tips in https://buddypress.org/support/topic/when-asking-for-support-2/

    It’s often worth deactivating all plugins then re-enabling each individually until you find what is causing the problem.

    #310330
    iamthewebb
    Participant

    Hi, BuddyPress uses bbpress for it’s forums so you may have more luck on their forums but when I’m logged in on my sites I can select Edit and then change which forum the topic is assigned to.

    I hope this helps.

    #310329
    jameskatt
    Participant

    Is there a way in BuddyPress to move a forum topic from one group to another group?

    This is a basic tool for moderating posts in standard forums.

    But iut seems to be missing in BuddyPress and BBPress.

    #310326
    GAP Webmasters
    Participant

    I tried changing the theme to Twenty Nineteen, and I think my theme (Bloggist) is somehow blocking some of the BuddyPress functionality. I don’t know whether there might be some coding workarounds for this?

    #310325
    GAP Webmasters
    Participant

    Would love to hear more–having problems with BuddyPress not showing all its options apparently because of my theme, Bloggist.

    #310324
    Mushi
    Participant

    Hi,

    We’ve been receiving complaints from our users since last several days.
    The users see a “503 Service Unavailable” error after trying to login. The problem doesn’t fix even after the users try to clear browser cache and re-attempt login.

    Below is the error that keeps getting logged in error console.

    Feb 27 19:54:01 192.168.222.215 apache2[5365]: [u1050] [dojo.onpressidium.com] [720f49fd8f26631d] [75.128.103.167] [error] [client 192.168.212.31:57618] AH01071: Got error ‘PHP message: WordPress database error Table ‘db_xyz.g’ doesn’t exist for query SELECT DISTINCT g.id FROM g ORDER BY g.date_created DESC LIMIT 0, 20 made by require(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), include(‘/themes/boss-child/functions.php’), is_user_logged_in, wp_get_current_user, wp_get_current_user, wp_set_current_user, do_action(‘set_current_user’), WP_Hook->do_action, WP_Hook->apply_filters, wplrdesy->wplqez7, wplrdesy->wpluibcy, apply_filters(‘memberium_session_filter’), WP_Hook->apply_filters, wpld9_0u1, groups_get_groups, BP_Groups_Group::get, wpdb->get_col, wpdb->print_error\nPHP message: WordPress database error Table ‘db_xyz.g’ doesn’t exist for query SELECT COUNT(DISTINCT g.id) FROM g made by require(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), include(‘/themes/boss-child/functions.php’), is_user_logged_in, wp_get_current_user, wp_get_current_user, wp_set_current_user, do_action(‘set_current_user’), WP_Hook->do_action, WP_Hook->apply_filters, wplrdesy->wplqez7, wplrdesy->wpluibcy, apply_filters(‘memberium_session_filter’), WP_Hook->apply_filters, wpld9_0u1, groups_get_groups, BP_Groups_Group::get, wpdb->get_var, wpdb->print_error\n’

    We’ve checked this with Pressidium and Memberium and they are sure that it’s related to Buddypress.

    Here’s a breakdown of the error:

    This is when it happened

    Feb 27 19:54:01 192.168.222.215 apache2[5365]: [u1050] [dojo.onpressidium.com] [720f49fd8f26631d] [75.128.103.167] [error] [client 192.168.212.31:57618] AH01071:

    This is the error

    Got error ‘PHP message: WordPress database error Table ‘db_xyz.g’ doesn’t exist for query

    This is the (SQL) code

    SELECT DISTINCT g.id FROM g ORDER BY g.date_created DESC LIMIT 0, 20

    This is the order of functions called

    made by require(‘wp-load.php’),
    require_once(‘wp-config.php’),
    require_once(‘wp-settings.php’),
    include(‘/themes/boss-child/functions.php’),
    is_user_logged_in,
    wp_get_current_user,
    _wp_get_current_user,
    wp_set_current_user,
    do_action(‘set_current_user’),
    WP_Hook->do_action,
    WP_Hook->apply_filters,
    wplrdesy->wplqez7,
    wplrdesy->wpluibcy,
    apply_filters(‘memberium_session_filter’),
    WP_Hook->apply_filters,
    wpld9_0u1, groups_get_groups,

    Below is where the error happens. It’s in the BP Groups Group class, in the “get” static method.

    BP_Groups_Group::get,
    wpdb->get_col,

    Could you please investigate and provide us a fix for this issue.

    Thanks,
    Mushi

    #310323
    DizzyDolly
    Participant

    Hi there, i was wondering if this was server side or a current buddypress bug?

    It fixes it when I uninstall and reinstall messaging but it happens again the next day. Odd.

    keesjan
    Participant

    Hi,
    is it possible to not google index nor have users acces for non-admins to the member directory page?

    If I unpublish the wp page the buddypress-directory is on, also the individuale member profiles get unpublished.
    I now think aboout 301 redirecting the exact page the buddypress-directory.
    this way I hope to:
    disable acces to /buddypress-directory/
    and have users acces to buddypress-directoryprofile-name/

    Or is there a more simple way?

    artsybohemian
    Participant

    I have a LearnDash site with WooCommerce. Most of my courses are self-paced. I want to use BuddyPress for the courses when I’m teaching live. Is there a way to hide BuddyPress except for the students in my live courses? Maybe I can block registration except by invitation?

    Thank you.

    #310312
    artsybohemian
    Participant

    I’m running BuddyPress 5.1.2 and WordPress 5.3.2. I also have WooCommerce and LearnDash installed. My site isn’t live, yet. But the registration and activate pages go to my homepage and I don’t know why. I appreciate any help. I see others have had this issue, but it seems like it resolved on its own. Mine isn’t. It’s been days.

    Thanks!

    #310305
    ximaan
    Participant

    Hi everyone,

    So I have a very annoying issue with avatars in buddypress. Basically when I try to test and upload a new avatar, it crops it in a very weird way. This is for every single avatar. I even tried changing the dimensions with coding, but this still keeps happening. It just crops a specific part of the photo. Please see my screenshot here. I have no idea how to fix this. My website is glowgettersguide.com. My theme is sausalito.

    Here is my screenshot and what happens when I upload any size photo even a small one: https://imgur.com/a/SifYLmp

    Please help. Thanks a lot!

    #310303
    discoverearth
    Participant

    Hey
    I agree with you 100%. Buddypress onboarding needs some additional plugins.

    There is a plugin that allows users to choose groups they want to join as part of the signup Process.

    But we also need a better solution for profile fields.

    What was the buddydev plugin you used to redirect to profile after registration?

    #310302
    nemoprofeta
    Participant

    Hello,
    I just switched my site to Astra+Elementor. Earlier it was Genesis+Elementor. All of a sudden the members page and the pages for single users return 404.
    The page is published and usually works. But when I select it as member page in Buddypress settings, it returns 404.
    What should I do?

    GAP Webmasters
    Participant

    Hi,–I was wondering if anyone could help me to integrate Paid Member Subscriptions (a paid membership plugin) with BuddyPress so that I keep the BuddyPress friendly profile/user face, but allow the addition of an Account area where members can pay their annual dues or give a donation. My group, Guild of American Papercutters, does not have different membership levels, but we do keep records on addresses (national & international), and we do accept payment by web for one’s dues (yearly). We also want to set up an online shop eventually, but for now I just want to know: can I add to BuddyPress so that a user can easily link to their account and pay/keep track of their dues?
    We are planning to use Stripe and Paypal.
    The site we are building is at https://papercuttersrenewed.tinyflowers.org
    Thank you for any help!

    pixieblitz
    Participant

    When users get a notification email with a link to a new message in buddypress, clicking on that link goes to a 404 (if they are not logged in). This seems like it was previously addressed in https://buddypress.org/support/topic/error-404-for-non-logged-in-users/ but I can’t seem to fix it. I tried adding the function mentioned in that file to my bp-custom file, but no luck. Any advice for how to route this through a login form instead would be very much appreciated!

    Latest WordPress and buddypress, child theme from colormag theme.
    PlantSwap.org

    #310295
    valuser
    Participant

    and also the Codex link

    You can have a separate home page for any group you want

    Try making a page template called “front-slug-group-name.php” for each group (for which a unique home page is desired)

    (“group-name” being the lowercase name of the group)

    and put it in wp-content/themes/your-theme/buddypress/groups/single/

    as in

    wp-content/themes/your-theme/buddypress/groups/single/front-slug-group-name.php

    #310289
    techiebraj
    Participant

    Hello team,

    As like BuddyPress profile avatar, I also want to use crop feature in BuddyPress cover image so that user can select the right image portion for their cover photo.

    I don’t see any option to enable the crop to cover photos. Can you please guide me on how to achieve that?

    Thank you!

    techiebraj
    Participant

    Hello team!

    I don’t want to crop the image for my BuddyPress profile image, I want to set the full-size image, but BuddyPress doesn’t allow me to do that, it only let me crop the image keeping the aspect ratio square. Can you please suggest to me how to make my BuddyPress profile image to cover without cropping?

    e.g. https://prnt.sc/r7qb38

    Thank you!

Viewing 25 results - 4,701 through 4,725 (of 73,986 total)
Skip to toolbar