Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 1,701 through 1,725 (of 68,969 total)
  • Author
    Search Results
  • manni65929
    Participant

    Hey!

    Is there a way to hide Admins from the general member’s directory – maybe with a plugin or a shot script? Also, would that not be a great feature to be included in the next update for BuddyPress?

    Thanks in advance

    #325296
    Adam
    Participant

    I’ve a new BuddyPress site with 3 members. Member1 is the admin and sole member of a new group. Member2 is their Friend, the Member3 is not.
    When Member1 the group admin visits the group page and selects Invite Members all that is shown is “No friends were found. Try another filter.”
    Selecting ‘My Friends’ or ‘AllMembers’ results in the same message.
    Both Member2 and Member3 are not members of the group and both do not have pending invitations. Both users have logged into their account (its fully activated).
    If I select WP default theme Twenty Twenty-Two and disable all plugins other than BuddyPress issue is the same.
    I’m at a loss to explain it and get Invite members working. Does anyone know of any gotchas that I might not be aware of?

    #325277
    oportunidadesmundo
    Participant

    Hola. Quisiera saber como instalar buddypress en mi sitio web.

    baby.face
    Participant

    Hello –

    In the Manage Pending Memberships page when I click to Activate a Pending Account I get the following fatal error.

    Despite the error, the pending account does get activated and the requesting member gets a confirmation notification.

    Any assistance with this would be greatly appreciated.

    Thank you –

    Fatal error: Uncaught Error: Class ‘BP_Notifications_Notification’ not found in /home/nondualhealersas/public_html/wp-content/plugins/buddypress/bp-members/bp-members-membership-requests.php:249 Stack trace: #0 /home/nondualhealersas/public_html/wp-includes/class-wp-hook.php(309): bp_members_membership_requests_delete_notifications_on_change(Array) #1 /home/nondualhealersas/public_html/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(false, Array) #2 /home/nondualhealersas/public_html/wp-includes/plugin.php(476): WP_Hook->do_action(Array) #3 /home/nondualhealersas/public_html/wp-content/plugins/buddypress/bp-members/classes/class-bp-signup.php(961): do_action(‘bp_core_signup_…’, Array, Array) #4 /home/nondualhealersas/public_html/wp-content/plugins/buddypress/bp-members/classes/class-bp-members-admin.php(1816): BP_Signup::activate(Array) #5 /home/nondualhealersas/public_html/wp-includes/class-wp-hook.php(307): BP_Members_Admin->signups_admin_load(”) #6 /home/nondualhealersas/public_html/wp-includes/class-wp-h in /home/nondualhealersas/public_html/wp-content/plugins/buddypress/bp-members/bp-members-membership-requests.php on line 249

    WordPress: 6.0
    BuddyPress: 10.3.0
    Website: https://nondualhealersassociation.org/

    #325269
    dootyfree
    Participant

    WordPress version 6.0
    Buddypress Version 10.3.0

    Hello all,

    I am attempting to use posts as a journal of sorts. Would like posts to remain private to user, unless they check a box to share with logged in community when creating the post.

    Best Regards,

    #325254
    noyoub72650
    Participant

    Hello,

    I use youzify and buddypress in my website and when someone publish something in activity page, an email is sent to all users to warn them and give them a link to access the post. This email just display the link to access at the post so I would like to display an excerpt of the post.

    This is the email result https://zupimages.net/viewer.php?id=22/27/pr10.png
    This is the email configuration https://zupimages.net/viewer.php?id=22/27/yjst.png

    Someone have a idea ?

    Thanks.

    #325241
    Collins Agbonghama
    Participant

    The updated BuddyPress Profile Sync addon link is now https://profilepress.com/addons/buddypress-profile-sync/

    #325219
    Bharat
    Participant

    Here solution

    After activating multisite I installed and network activated BuddyPress. I also added this line to wp-config.php: define ( 'BP_ROOT_BLOG', 2 ); where 2 is ID of your communitycommunity.mysite.com

    That way BP is accessible from an entire network, but profiles are handled only from the network site.

    #325218
    Bharat
    Participant

    After activating multisite I installed and network activated BuddyPress. I also added this line to wp-config.php: define ( ‘BP_ROOT_BLOG’, 2 ); where 2 is ID of your communitycommunity.mysite.com

    That way BP is accessible from an entire network, but profiles are handled only from the network site.

    #325212
    ibrahim76
    Participant

    I am working on creating a social media platform by buddypress, but I have a problem, how do I allow the customer to schedule his post, is there a WordPress plugin that schedules posts.

    #325210
    scubajoe206
    Participant

    Hi,

    In my new BuddyPress site, my default site sidebar is disabled and its contents pushed to the bottom of the page on some BP pages when using the BuddyPress Nouveau template pack. Not all BP pages, just those that display any kind of activity.

    This problem goes away when I switch the template pack to BuddyPress Legacy. Of course then I give up some of the features I like in Nouveau, especially the round profile picture style and the cleaner tab styling.

    Is there any way to fix this? Actually, I’d settle for either of the following:
    – Implement round profile image style in Legacy, or…
    – Fix the issue with the sidebar in Nouveau

    Any help will be greatly appreciated. While I’m here, could somebody point me to any resources for learning a bit about BuddyPress CSS, so I can tweak some styling. In particular, I’d like to show some Xprofile information in the member directory, not a user’s last post.

    Thanks,
    Eddy Sharp

    WordPress 6.0, BuddyPress Version 10.3.0.

    savantking99
    Participant

    I have a wordpress site. With a buddypress theme. And I have a live and a staging site.

    So I updated buddypress from: 1.7.9 to 2.0.2. on staging. But now in several pages the css is broken.

    For example if I look in the css. Then I see in the 1.7 version:

     #buddypress .bp-list .action .generic-button .leave-group, body #buddypress .bp-list .action .generic-button .membership-requested {
        background: #007CFF;
        color: #fff;
    }

    and in the 2.0 version this:

    body #buddypress .bp-list .action .generic-button .leave-group, body #buddypress .bp-list .action .generic-button .membership-requested {
        background: var(--bb-primary-button-background-regular);
        border-color: var(--bb-primary-button-border-regular);
        color: var(--bb-primary-button-text-regular);
    }

    So the properties of the newer buddypress theme changed apparently?

    So my question is: what I have to do? Do I really need manually over all the pages to check what the differences are with buddypress 1.7 and 2.0?

    But this sounds not so promising. For example if you have a site with 300 pages.

    Then you have to go manually page for page what changes? And then in the child theme you have to correct everything?

    This sounds absurdant.

    So what is your advice? How can I fix this?

    THank you

    #325192
    Steve Taylor
    Participant

    Thanks I’ve worked out how to disable that email. I don’t think this solves my initial problem – in theory this email should be active so it’s sent when an admin turns the request down. However, I kind of agree with the view in https://buddypress.org/support/topic/membership-requests-email/ – that usually when an admin turns a request down, it will be because it’s deemed to be spam. And thus the email shouldn’t be sent. So I’m OK with deactivating the email completely I think.

    #325187
    Youzify
    Participant

    Hi @joselawrence

    Have you tried BuddyPress Friends widget?

    image

    #325184
    vangkevri
    Participant

    Hello there!

    Is there a way to allow people on buddypress site to be able to purchase some paid ads to the site (Like you do on Facebook)

    Thank you in advance.

    Best Regards,
    Kevrikosaios Evangelos

    #325180
    rcotwunite
    Participant

    edit: I updated Buddypress and it works now. Update your buddypress, people! Thanks again x1,000,000 for showing me how to use wpdebug. thank you!

    joselawrence
    Participant

    Thanks to the buddypress active members block one can display active members even in the sidebar of his/her buddypress site, however, I would like this to be restricted only to the active friends of the logged in user.

    Is there any plugin for that, or can someone please help me with the code to do that.
    This should not affect the buddypress main members directory, and also thanks in advance for whatever assistance provided me.

    #325154
    Youzify
    Participant

    Hello @dorupiroi

    You may try this CSS

    .buddypress #object-nav ul li span, .buddypress #subnav ul li span {
      display: none !important;
    }
    #325148
    shanebp
    Moderator

    Did you try using this filter?

    if ( apply_filters( 'bp_bypass_check_for_moderation', false, $user_id, $title, $content ) ) {
    	return true;
    }

    Found in buddypress\bp-core\bp-core-moderation.php

    #325114
    webmasterfreya
    Participant

    Hi,

    WP 6.0
    Buddypress 10.3.0

    Getting these messages:
    AH01071: Got error ‘PHP message: PHP Deprecated: Functie get_option werd aangeroepen met een argument dat sinds versie 5.5.0 verouderd is!
    De “blacklist_keys” optie sleutel is hernoemd naar “disallowed_keys”. in /var/www/vhosts/freya.nl/httpdocs/wp-includes/functions.php on line 5663′,

    \wp-content\plugins\buddypress\bp-core\bp-core-moderation.php

    237 /** Blacklist ************************************************************
    */

    // Get the moderation keys.
    $disallowed = get_option( ‘disallowed_keys’ );

    // Support for WP < 5.5.
    if ( false === $disallowed ) {
    $disallowed = get_option( ‘blacklist_keys’ );
    }

    $disallowed = trim( $disallowed );

    // Bail if disallowed list is empty.
    if ( empty( $disallowed ) ) {
    return true;
    253 }

    If there are no “forbidden” words defined, the option_value for option_name = disallowed_keys is empty.
    Seems to me that $disallowed = get_option( ‘disallowed_keys’ ) will be false.
    However that does not mean that the WP version is < 5.5 !

    So maybe it’s better to bail just after
    // Get the moderation keys.
    $disallowed = get_option( ‘disallowed_keys’ );

    #325107
    rcotwunite
    Participant

    How can I find out more specifically what’s wrong with it? I’m comfortable with php and have built a custom theme.

    This page has worked in my theme before, not sure what changed. I tried making a php file called page-create-account.php. I created a page in the backend of wordpress and linked the buddypress pages options to that page.

    I believe I copied the ‘register.php’ from the buddypress legacy folder in the plugin folder.

    When I saw the error, I even tried taking everything out of that file and just writing <?php echo 'hi';?> and it still shows the same form and the same error.

    lukasmbzwo
    Participant

    Hi, I get the following error message after updating buddypress:

    Warning: call_user_func_array() expects parameter 1 to be a valid callback, class ‘BP_Nouveau_Object_Nav_Widget’ not found in /homepages/29/d847459802/htdocs/clickandbuilds/CarabaoCommunity/carabao-communit/wp-includes/class-wp-hook.php on line 303

    how can I fix this?

    #325094
    Quint
    Participant

    @nonopp, I took a look at your suggestion. Maybe I missed it, but how does that plugin address each BuddyPress member having their own calendar to which they can add their own events?

    #325092
    Mehedi Hasan
    Participant

    Hi Jordan,

    Although it may not be an ideal solution to your problem but you can consider using rtMedia profile pictures to allow people to update their profile pictures from existing photos available. More information can be found at https://rtmedia.io/buddypress-profile-picture/.

    Thanks

    #325079
    trigzou
    Participant

    Hello, I am using Buddypress on my website with MyCred and the ReHub:ReDeal theme.
    Recently, i’ve been trying to change the icons of the profile page’s different tabs but I don’t know where I can do that.
    I’ve searched in Buddypress options, tools etc… but I can’t find anything related to the icons of each tab in the profile section.
    Do you know how I could do it? Thanks a lot!

Viewing 25 results - 1,701 through 1,725 (of 68,969 total)
Skip to toolbar