Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 1,051 through 1,075 (of 69,016 total)
  • Author
    Search Results
  • chrishechler
    Participant

    Hi,

    I am trying to display more member cards in each row in the member directory.

    The member cards take up way too much space, I could easily fit more in one row.
    However it seems as there are other templates or stylesheets that make this task almost impossible.
    To be more precise: The member cards consist of several layers and not just a simple box container.
    Even though, I can play around with margins and padding.
    I even found this item which would fit way more member cards into a single row:

    #buddypress .members-list > li {
    min-width: 275px;
    }

    If I use max-width instead it would work, however, once I save it (even with !important) the directory automatically reverts back to its orignal state. Meaning, my change just wont be applied, no matter what.
    I just cannot find any rule or stylesheet that takes precedence for this line of code to play with that one.

    Any help or suggestion is very welcome 😉

    #331777
    sbanner26
    Participant

    Thanks emaralive,

    I gave that a try but no change. What other info would help? I’m using WordPress 6.3.2 running Hello Elementor Child theme and have BuddyPress set to Legacy. I have Elementor v3.17.2 and Elementor Pro v3.17.0 installed and running. Does any of that help?

    #331737
    emaralive
    Moderator

    For navigation menu info, see the following:
    Navigation menus

    paginaswebea
    Participant

    Hello BuddyPress,

    First of all thank you for your work on creating the plugin.

    Second, I have a problem with a client’s website I’m currently building. We have run into an issue that when, uploading avatars by mobile, it compresses down the picture so much that it becomes blurry. It is not because of the image used. I have made sure I’ve uploaded a huge resolution photo to discard that.

    Where I see the problem is, BuddyPress somehow compresses the image to make it fit the phone screen, (it maybe makes it 150×150 for what I’ve read so far in the documentation), and then gives you the option to crop the image.

    The expect behaviour should be that the image retains the original “full” size, but shrinks down so it fits the mobile screen and you can crop/select whatever you desire.

    I hope I am explaining myself.

    I see that this bug is not new and has been around for several years, and so far, I haven’t been able to find any fix other than what is explained here, but then it stops the image from being responsive. (Anything further than 600 breaks the image hence you can’t see what you’re cropping).

    Changing default avatar size cropped/used by BuddyPress

    Is there a way to fix this, so the image retains the full quality when uploaded? I’ve set in place filters to retain 100% of quality image so wordpress doesn’t reescale them either (But you can give me more tips regarding this as well). An alternative solution would be to just disable the cropping part when uploading avatar.

    Currently I’m using the theme called Gwangi, but it doesn’t matter, because it also happens with Twenty-Twenty-One, and the forked version of buddypress Buddyboss. I’m guessing all the webpages built with buddypress have the same issue, as the ones I’ve checked so far run into the same problem. I’ve disabled CDN and everything else that could cause caching and rendering of images.

    Thank you for your time.

    #331715
    AWOL
    Participant

    @imath,
    Thank you for your response and apologies for my tardiness – I had no idea that the Discussion settings had any impact on Buddypress Activity but you are correct, this was what was causing the issue. Is this documented anywhere in the Buddypress docs/codex? I made the mistake of assuming that Buddypress activity was a separate entity to the blog posts and comments but obviously it isn’t, so do all the other Discussion settings impact it as well? I can obviously test myself but if there is any resource on this that would be very useful.

    Regarding the BP Classic issue, thank you, although I have now made a significant design change and workaround so I don’t think it will impact me any more, and that also applies to the issue I reported with the nav menu highlighting, although that will impact others. Basically I have created a custom Members directory page on a WP page so that when that is a sub menu item of Activity any visit to a Profile page does not highlight the Activity menu item as was happening with the standard Member directory. Also from my testing I have not encountered any issues that will require BP Classic to be activated, and if I do I will probably devise another workaround.

    Good luck with preparing to launch the release of BP 12!

    #331695
    bradcds
    Participant

    Hi all,

    So I deleted some of the Buddypress core tables. Long story. But can’t figure out how to get them back. Trying to reinstall the plugin didn’t work.

    withgladness
    Participant

    I used to do this using $bp->bp_otpions_nav[‘profile’][‘change-avatar’][‘name’]. This is deprecated and causing issues on my site. How can I do this now using the new Navigation API?

    #331684
    jotirmoy7
    Participant

    Hello Everyone.
    For the past week, I’ve been working on my website. The problem is that Buddypress doesn’t send activation mail but when I trigger forgot password email for the same account it sends it. And no one can’t activate their account.

    The default WordPress register page is able to send activation mail but when I activate BuddyPress it doesn’t work. I have tried all the plugins and have been going through all these forums for the last two days but all in vain.

    I have reinstalled it thrice and now as stated in the requirements I have done a manual WordPress install. I am on shared hosting and using my website mail server to send emails.

    My site: techcaro

    WordPress Version: 6.3
    Buddypress version: 11.3.2

    Please help me solve this issue.

    #331683
    emaralive
    Moderator

    @imath FWIW, back in 2021 there was some discussion regarding the ActivityPub and BuddyPress connectivity/integration (for lack of a better term) which can be found at the following:

    Buddypress Integration

    #331678
    lemiran
    Participant

    Hi there
    I have a wordpress v6.3.2 with
    > BuddyPress v11.3.2
    > ProfileBuilder v3.10.1 (in order to have custom fields during registration)
    > Elementor Pro

    I have 2 weird behaviour.
    1- Non admin users, can see the admin bar with… MY account when they logged in.
    Fortunately, they cannot go in my account.
    To avoid that, for the moment i installed a plugin : Hide Admin Bar Based on User Roles

    2- The non admin accounts go directly in the backoffice when they log in (with the connexion button widget of elementor)

    Could you please help me?

    Best regards

    MissMad
    Participant

    Hi!

    Since last week, I’m experiencing a problem that seems to be related to BuddyPress: if my permalinks are set to anything but “Plain”, none of my pages, except the homepage, is displayed (“No content found”). However, if I deactivate Buddypress, all permalinks settings work just fine.
    Any idea on how to solve this?

    Thank you.

    #331660
    larnoult
    Participant

    Hey @imath,
    I think it makes to make it dynamic, so that the list of groups displayed are the one the logged-in user belongs to.
    I guess that could be added as an option of the dynamic group block, as a toogle like this.
    toogle-for-groups
    Also, meanwhile I found this widget (BuddyPress Extended User Groups Widget) which could be a source of inspiration.

    I think that adding an option to display (or not) the group description would also be a nice add on for this block.
    Thanks for all your work for the Buddypress community! Looking forward to use the next major release!

    #331638
    David Henry
    Participant

    I should mention that we are using the following:

    BP Members With Uploaded Avatars Widget
    BuddyPress
    BuddyPress Member Types Pro
    BuddyPress Members only Pro
    BuddyPress Multilingual
    BuddyPress Profile Completion
    BuddyPress Reorder Tabs

    batuhanmericli
    Participant

    Hello,

    When members who are logged in to my site go to their profile, the Chrome title shows “Page not found.” I use the Yoast SEO plugin on my site, and I have the BuddyPress plugin. It gets fixed when I deactivate the Yoast SEO plugin, but when I reactivate it, the “Page not found” issue appears again on the member profile. What could be the reason for this? How can I fix it?

    Thank you.

    #331634
    Varun Dubey
    Participant

    @keyfox You can try testing by using either the default 2022 or BuddyX theme. After switching to a different theme, performing the same action will help you determine whether the issue is related to the theme or BuddyPress.

    #331631
    keyfox
    Participant

    Hi,
    I have met a problem my Buddypress cannot allow my user to post activities. I am using a theme called Vikinger. I have tried numerous solutions like creating a new role or try to config the Buddypress setting (There is no activity setting). However, the problem cannot be solved. Can anyone help me? I would really appreciate that!

    WordPress version: 6.3.2
    BuddyPress Version: 11.3.1
    BBPress Version: 2.6.9
    Site Url: https://furryisland.net/

    nakawa
    Participant

    Hello,

    I use BuddyPress and I will need help to solve a little problem.
    In the “Activities” page, I would like to display the user name, not the URL (see image).
    Could you help me please?
    Thanks in advance

    https://imagizer.imageshack.com/img922/7636/Olrpzi.png

    #331505
    AWOL
    Participant

    Hi @imath,
    Even though I have already done this, I have done it again. With all plugins deactivated apart from Buddypress, the reply button still does not display. I have also wiped the style.css of my child theme, removed all functions from the child theme functions.php, renamed bp-custom so it is not in play, and removed any buddypress files I had in my child theme – still no reply button. I have removed everything extraneous. I have switched to the parent Blocksy theme and it still isn’t there. When I examine the html in the inspector, the code just isn’t there to generate the reply button. Attached are two images showing this while in my child theme and everything else turned off apart from Buddypress. But it is the same with just Blocksy parent theme
    No reply button on activity comment
    HTML in Inspector

    I have also tried with the 2023 theme, attachments below.
    2023 theme
    Inspector 2023 theme

    This is all with the beta 3 that I upgraded yesterday, on the latest Firefox on a Mac running the latest OS. Just to make sure it was neither browser or device, I also looked on my Android phone using the Opera browser, and that screenshot is attached below.
    Android using Opera

    So, please, what do I do now?

    #331567
    AWOL
    Participant

    Hi @imath,
    Thanks for your response – I’m sure you are very busy. The problem I have is that the BP Classic plugin causes a problem with the menu, as noted earlier in this thread – https://buddypress.org/support/topic/lets-prepare-the-buddypress-12-0-0-next-major-release/#post-331198 – and acknowledged by you – https://buddypress.org/support/topic/lets-prepare-the-buddypress-12-0-0-next-major-release/#post-331239 – but I haven’t seen any more mention of it. It isn’t really an issue until those deprecated functions stop working, but it is an extremely tedious task to trace where they are being used if it is a plugin as the debug log gives no clues at all except when the function was used. I will have a look at the list (thank you) to see if that is any help. If the issue with the BP Classic plugin can be looked at and fixed in the meantime I would be grateful – this could be another Blocksy issue so again, if you can speak to them it would be most appreciated, as they don’t want me to tell them until the non-beta version of BP is released, whereas you will have a clear idea what is and isn’t going to be in the final version and can raise it with them to look at – they may highlight something you are not aware of that needs doing before final release that might be something that affects many other themes. Can you also let me know what has happened to my post regarding the comment reply link? It still hasn’t appeared.

    #331566
    Mathieu Viet
    Moderator

    Hi @punkaun

    Thanks a lot for your 2 messages. I’ll see if we can take in charge this URL schema in 12.0.0.

    The second one is a bug we do need to tackle.

    Could you do some additional testing?
    – Come back to BuddyPress 11.3.1
    – Make sure the directory pages are children of one of your WordPress pages.
    – Activate BP Classic (BP Classic is a backwards compatibility plugin that neutralizes the BP Rewrites API to use our legacy API instead)
    – Upgrade to 12.0.0-beta3

    Is this preserving your URL set up ?

    #331556
    Mathieu Viet
    Moderator

    Hi @awol,

    Here’s the full list of 12.0.0 deprecated functions: https://buddypress.trac.wordpress.org/browser/trunk/src/bp-core/deprecated/12.0.php

    You’ll see that if the BP Classic Add-on is active, a lot of these won’t show as this plugin is bringing backwards compatibility for plugins which are not ready yet for 12.0.0. If you’re getting the deprecated notice, then it means you need BP Classic to carry on using the plugin which is causing the notice.

    #331543
    AWOL
    Participant

    Unrelated to my earlier posts, I was doing some debugging on another plugin, and was getting a lot of warnings and deprecated messages regarding a couple of BP functions, most of which I have been able to track down in my code; however one in particular persists, as follows;
    PHP Deprecated: Function bp_core_get_user_domain is <strong>deprecated</strong> since version 12.0.0! Use bp_members_get_user_url() instead
    It would be useful for me, and I am sure others, if the full list of deprecated functions is made available, as well as anything that uses them, because several of the ones I was using were not the exact function appearing in the debug log, but changing them (because I thought they might be the ones triggering the warning or deprecated message) did cut the number of messages in the debug log. I still don’t know for certain though. It would also be useful to have a complete list of available functions and what they do, particularly those that would be commonly used, all in one place – if this is available already, I can’t find it, so apologies if that is the case. Previous changes, inconsistencies and the sheer amount of old information that is still out there, including these forums, makes it extremely difficult to find the right function in the right circumstance, which I assumed, perhaps wrongly, was a part of why the new Buddypress is needed.

    #331496
    Mathieu Viet
    Moderator

    Hi @awol

    I just tested Blocksy and BP 12.0.0-beta3. About activity comments/replies, it behaves as expected:

    BP 12 & Blocksy Theme

    I’ve also checked WP Nav Menus (Member links & directory links). It also behaves as expected.

    If you still have issues, you’ll need to deactivate all plugins but BuddyPress, then reactivate plugins one by one to identify the one causing the issue.

    #331487
    twig
    Participant

    I need to access some of the Buddypress custom profile fields for display on another screen. I can get the field data using xprofile_get_field_data but I want to honour the visibility settings.

    Is there a Buddypress function which will determine if a user is allowed to see the profile field of the displayed user?

    Thanks

    ega3wy4aha
    Participant

    Hello.
    I thought I could represent the message tab on any page by inserting the code from messages.php as a PHP snippet on other pages. However, nothing is being displayed on the page, and it seems to be returning 0. I want to display the content of the message tab content on pages other than the logined user’s profile page. Are there any limitations, such as it only appearing on pages with ‘slug=members’? I would appreciate some advice on how to display the content of the message content to other page.

    messages.php
    >>>
    <nav class=”<?php bp_nouveau_single_item_subnav_classes(); ?>” id=”subnav” role=”navigation” aria-label=”<?php esc_attr_e( ‘Messages menu’, ‘buddypress’ ); ?>”>
    <ul class=”subnav”>
    <?php bp_get_template_part( ‘members/single/parts/item-subnav’ ); ?>

    </nav><!– .bp-navs –>
    <?php
    if ( ! in_array( bp_current_action(), array( ‘inbox’, ‘sentbox’, ‘starred’, ‘view’, ‘compose’, ‘notices’ ), true ) ) :
    bp_get_template_part( ‘members/single/plugins’ );
    else :
    bp_nouveau_messages_member_interface();
    endif;
    ?>

Viewing 25 results - 1,051 through 1,075 (of 69,016 total)
Skip to toolbar