Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 1,976 through 2,000 (of 73,986 total)
  • Author
    Search Results
  • #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.

    #325172
    aerosko0315
    Participant

    Buddypress already have a template for notifications, but it is separated into 2, “read | unread” notifications. What I want is to combine them just like FB, that it just have an indicator that a specific notification is already read or not yet.

    Is there any possible way to do this? Like any codex/functions I can use to get all the notifications of a user?

    Thank you.

    #325154
    Youzify
    Participant

    Hello @dorupiroi

    You may try this CSS

    .buddypress #object-nav ul li span, .buddypress #subnav ul li span {
      display: none !important;
    }
    #325153
    cheyenneblackmoon
    Participant

    I’m using buddypress with Youzify and Paid Membership Pro for memberships. I would like to restrict the upload- space for non members. Example: for subscribers: max. 5mb upload space a month for every user. Basic membership: max. 10mb. Standard membership: max. 50mb. Gold- membership: 100mb.
    Unfortunately I haven’t found a plugin with this option (rtmedia has a – more or less – similar option, but it comes with a 499$ plan).
    Or are there alternatives?
    Thanks.

    #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

    #325123
    dorupiroi
    Participant

    Hello. I have the latest versions of both wordpress and buddypress. when I check all the buddypress components in the control panel, something like this appears on my profile page:
    <span class = “no-count”> 0 </span> notification
    <span class = “no-count”> 0 </span> message
    <span class = “no-count”> 0 </span> friend
    <span class = “no-count”> 0 </span> group, in addition to the respective buttons. how can only the buttons be removed and left?
    can be checked at https://dorupiroi.ro/membri/dorupiroi/
    Thank you.

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

    momosmith
    Participant

    Hello,
    My question is how to make a LTR website using BuddyPress in which some pages or posts include RTL contents? I don’t mean that I want to have the page or post just from header to footer to be RTL, but only the content area.

    I’d appreciate any kind help.

    Regards,
    Momo

    #325064
    Youzify
    Participant

    Hello @mehanic321

    Do you mean you want to set a default avatar for members? If yes, you may check this topic

    [Resolved] Changing the default mystery man avatar

    mehanic321
    Participant

    Added 1000 users by script.
    Now I want to add a profile avatar for each user.
    How can I do this with a script?

    Not working solution due to access scope – https://buddypress.org/support/topic/upload-avatar-directly-from-the-folder-via-php/

    BAD for me: if ( is_callable( $r[‘component’] . ‘_avatar_upload_dir’ ) )

    #325061
    tracy apps
    Participant

    nothing eh?

    why ISN’T this possible? why doesn’t buddypress use the same method of user types and capabilities as WP core does? this doesn’t make sense to me.

    #325020
    axsubram1
    Participant

    Hi,

    I am trying to add a message in my register page https://www.nalsol.in/register/ to convey additional information to my users.

    I am unable to find the way to edit this page. Edit by backend/frontend shows blank page and “Edit with WPBakery Page Builder” does not load at all.

    How do I add a message on top of this page for my users?

    Buddypress version Version 10.3.0

    Thanks & Regards

    Anand

    #325019
    alektid
    Participant

    A beautiful day,

    Please, I need help. When I create a group or when another user creates a group, there is nowhere for another user to join the group. The “join group” button is missing and the “leave group” button is missing. I have no idea what it may be. I am already looking for some options on the 3rd day, but without success. Is there anyone please who knows what this is about?

    This is the site https://theunified.space/ The URL specifically for the social network is https://theunified.space/activity/

    I use the Cirkle template – Version 1.0.12
    BuddyPress Version 10.3.0
    WordPress Version 6.0

    I will be grateful for any advice!

    #325015

    In reply to: Hide profile fields

    Anonymous User 16480907
    Inactive
Viewing 25 results - 1,976 through 2,000 (of 73,986 total)
Skip to toolbar