Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 301 through 325 (of 73,983 total)
  • Author
    Search Results
  • #335368
    emaralive
    Moderator

    This topic has been resolved by BuddyPress 14.2.1 Maintenance & Security release.

    #335351
    GyziieDK
    Participant

    @ph59 – I’ve been working on this too, but for now the only close solution to this is the following premium plugin. Would love to know if this helps!

    Facebook Like User Activity Stream for BuddyPress

    #335349
    GyziieDK
    Participant

    Hi @ariadnaquingles – Sorry for the late reply, didn’t get the notification about your message.

    Have you managed to fix this issue? – if not it might be within your BuddyPress settings.

    #335348
    GyziieDK
    Participant

    Hi guys

    I love to highlight different forums and topics on the forum list and this can be done using HTML in the title itself. The issue I’m having is that the HTML is being shown where I don’t want it (I know this is within bbPress).

    This is how it looks in the forum (how I would like it to look):
    bb-Press-HTML-01

    This is how it looks in Activity Stream:
    bb-Press-HTML-02

    This is just an example – and I don’t want the HTML prefix/suffix to be shown in there – only the name/text like it is in the forum/topic itself.

    Is it possible to force BuddyPress to “accept” the HTML and showcase it like bbPress does?

    Anyone know if this is possible?

    #335332
    emaralive
    Moderator

    Trac ticket #9245 was created to resolve the reported issue.

    #335331
    richardrcook2
    Participant

    Hello. I’m using Buddypress 14.1.0, WordPress 6.6.2. My site is romancingrarehearts.com
    And I’m using the 2024 WP theme.

    After using the 2015 WordPress theme for years, BuddyPress no longer worked, so I had to change the theme. The member account delete button was visible on the 2015 theme but not on the 2024 theme. In the Buddypress settings under options, I ticked the box that says Allow registered members to delete their own accounts, but to no avail. Can anyone tell me how I can fix this problem, please? Thanks!

    michellelau
    Participant

    Hi

    I have a big problem. All my buddypress pages (members archive and other buddypress pages) is having the logged in user call name as heading. Please see image here
    https://www.dropbox.com/scl/fi/ifkurq9g1i9ppk8krq4gg/change-menu-title.JPG?rlkey=wyh7rryfffucyk4wac10jkfqk&st=9xrhh9td&dl=0
    How to change this?

    All the best

    Michelle

    #335325
    jgbfg
    Participant

    Hello everybody,
    we need the buddypress members and single view to use a custom template.
    But the Buddypress Content always tale te page.html template.

    I tried to make a cusotn template “buddypress.html” in the template folder, but the Members page makes no use of it.

    Is there a way to adress a custom template-file in the twenty-twenst-four Theme?
    Like the buddyvibes-trunk theme is doing it?

    Thank you a lot

    #335324
    WPabmm
    Participant

    When a users logs in they currently land in my homepage.

    How can I have them redirectee to the BuddyPress Groups?

    I am using the latest WordPress and BuddyPress versions, legacy theme.

    Theme ised GeneratePress

    #335313
    FTLRalph
    Participant

    Disclaimer, I am running BP 7.2.1. I have been since its release, basically. My WP version is latest, I keep up to date with that.

    My large community, with no extra plugins, seems to be misbehaving, at random intervals. I can’t narrow down why.

    Very rarely (but daily) users updates are deleted soon after they are made. Pending friendships are randomly accepted. And comments are applied to the wrong updates. This all started not too long ago, a couple weeks. Otherwise, this community has been running fine for years.

    I’m just looking for any ideas or leads, explanations as to why. How could data be getting crossed so randomly, not affecting everything and seemingly with no pattern?

    #335312

    In reply to: disable rss

    I’m no longer using BuddyPRess or bbPress. I switched to BuddyBoss and gave up on trying to get BuddyPress to work the way I wanted.

    #335310

    In reply to: disable rss

    Mike Witt
    Participant

    @venutius,

    How about this for bbPress:

    function goto_home() {
        wp_redirect(get_option('siteurl'));
    }
    add_action('bbp_feed', 'goto_home', 1);


    @whyknott
    , are you using bbPress or only BuddyPress. I didn’t see anything in what you posted above that would disable bbPress feeds.

    Actually, for my purposes the redirect actually works better for all the disables that wp_die() which appears to result in a funny page that some browser still think is an XML page. Does anyone know of a downside in using wp_redirect() here?

    #335299
    michellelau
    Participant

    Hi

    I have a very big confusion

    I need to edit the text in the buddypress directories, which Buddypress makes by itself.
    For example the membership directory uses my name as H1 – not member directory. Very confusing where it gets my name from for the H1.

    Anyone who can help?

    MBV
    Participant

    Hi,
    I want to add the Profile link to main menu but when I go to Add menu items > Buddypress Directories > I don’t see the Profile page listed. All the other BP directory pages are there, but actually there are 2 Member pages listed. One is correct but the other links to …/?post_type=buddypress&p=17341 but it just opens to a 404 error and I don’t know how to delete it… There is also no page with that ID.

    Any suggestions?

    #335296
    timdavid01
    Participant

    I understand your frustration with BuddyPress not working as expected after installation. It can be tricky to set up sometimes. Have you tried the troubleshooting steps suggested, like disabling other plugins and switching to a default theme? This can help identify if there’s a conflict.

    Also, ensure that you’re using the latest version of BuddyPress and that your PHP version is at least 7.4, as this can impact performance. If you’re still facing issues, consider checking the BuddyPress forums for specific setup guides or common issues. Have you had a chance to reach out to their support or community for more tailored assistance?

    timdavid01
    Participant

    You can achieve a vertical display of profile fields in BuddyPress by adding some custom CSS. Try this:

    css
    #profile-fields .field {
    display: block;
    margin-bottom: 15px; /* Adjust spacing as needed */
    }
    Add this code to your theme’s custom CSS section or the Additional CSS section in the WordPress Customizer. This should stack your profile fields vertically with some space between them.

    Have you checked if your theme might have any specific settings that affect the layout of BuddyPress fields?

    stephunique
    Participant

    I have WordPress 6.6.2 and Buddypress 14.1.0 and in the edit profile page, the options are displayed horizontally like this: https://snipboard.io/DrOLiw.jpg

    This does not look good, they do not even have a gap between them. How can I make them display vertically like a list?

    #335292
    NAROLLES
    Participant

    Hi
    i received this warnings
    [10-Oct-2024 23:50:06 UTC] Erreur d’événement de replanification de tâche pour le crochet bb_bg_log_clear. Code d’erreur : could_not_set. Message d’erreur : La liste des évènements planifiés n’a pas pu être sauvegardée.. Données : {“schedule”:”daily”,”args”:[],”interval”:86400}

    [11-Oct-2024 01:16:41 UTC] PHP Warning: file_get_contents(/home/jardinerieanimal/public_html/wp-content/plugins/buddypress/bp-loader.php): Failed to open stream: No such file or directory in /home/jardinerieanimal/public_html/wp-includes/functions.php on line 6864
    Thanks

    glabs
    Participant

    I want to use Gravity Forms’ Advanced Post Creation to allow users to create Buddypress Groups on the front end of the site. Groups (bp_groups) however, do not appear as an option under the custom post types in Gravity Forms. I’ve read in their documentation that Gravity Forms’ add-on will only list post types which have been registered with WordPress as public. Are BP Groups registered differently? Is there an easy solution for this? I appreciate your help.

    #335286
    olaska
    Participant

    Hi
    I (tried) to nake a new install of Buddypress on http://www.hvergang.com multisite but everything seems to be empty? I´v made install before and it was very simple, but now?
    Ola

    #335284
    Kokiri
    Participant

    Your solution ended up fixing the same issue for me @flexn74 so thank you very much for your fix! Hopefully Buddypress fixes this!

    Antipole
    Participant

    BuddyPress site-wide notifications work well for me on all platforms except Android.

    On Android the notification is transparent – superimposed over the page and the dismiss button does not work. There is no way to dismiss it.

    Confirmed using
    Wordpress 6.6.2
    Buddypress 14.1.0
    No other plugins except StopEmails and UserSwitching
    Theme: Twenty Tweny-Four

    daihlo
    Participant

    Found an issue.

    I have several Groups with Forums made, then if I make a Group and select not to have a forum on that group, the ‘forum’ tab will still show and will link to whichever forum is my first one created.
    This happens with any group that does not have a forum.

    Even worse, the first forum I have created is part of a private group which should be for members of that group only.

    This forum shows on the forum tab in any group that does not have a forum and even allows others to post within it this way!

    I have looked up this issue in lots of dated posts and found no solution even though finding it being a long stranding issue for a number of people…

    Please help as I am aiming to launch my site this month but will have to remove BBpress if cannot fix this.

    Thanks

    notpoppy
    Participant

    My users are being confused by our ‘register’ page as it prompts them to enter a ‘Name’ twice. It prompts them to fill in six forms as follows:

    —–

    Account Details

    Username (required)
    Email Address (required)
    Choose a Password (required)
    Confirm Password (required)

    Profile Details

    Name (required)
    Name (required)

    —–

    Should the ‘Name’ option appear twice? It seems wrong.

    I have found the option to edit this in the WordPress admin under User > Profile Fields > Signup Fields. But although I can drag the two options which are labelled ‘Name (Primary) (required) (Sign-up)’, I cannot remove either of them. How can I fix this?

    I am using BuddyPress 14.1.0 and WordPress 6.5.3.

    usercba
    Participant

    We’re encountering a fatal error (which appears to have been a warning in php 7.4.33)
    We are using the following:
    WordPress version 6.6.2
    Active theme: Astra Child (version 1.0.0)
    Current plugin: BuddyPress (version 14.1.0)
    PHP version 8.2.24

    Error Details
    =============
    An error of type E_ERROR was caused in line 942 of the file /home/customer/www/staging18.cbatraininginstitute.org/public_html/wp-content/plugins/buddypress/bp-core/admin/bp-core-admin-tools.php. Error message: Uncaught Error: Undefined constant “BP_XPROFILE_BASE_GROUP_NAME” in /home/customer/www/staging18.cbatraininginstitute.org/public_html/wp-content/plugins/buddypress/bp-core/admin/bp-core-admin-tools.php:942
    Stack trace:
    #0 /home/customer/www/staging18.cbatraininginstitute.org/public_html/wp-includes/class-wp-hook.php(324): bp_core_admin_debug_information(Array)
    #1 /home/customer/www/staging18.cbatraininginstitute.org/public_html/wp-includes/plugin.php(205): WP_Hook->apply_filters(Array, Array)
    #2 /home/customer/www/staging18.cbatraininginstitute.org/public_html/wp-admin/includes/class-wp-debug-data.php(1487): apply_filters(‘debug_informati…’, Array)
    #3 /home/customer/www/staging18.cbatraininginstitute.org/public_html/wp-admin/site-health-info.php(36): WP_Debug_Data::debug_data()
    #4 /home/customer/www/staging18.cbatraininginstitute.org/public_html/wp-admin/includes/class-wp-site-health.php(68): require_once(‘/home/customer/…’)
    #5 /home/customer/www/staging18.cbatraininginstitute.org/public_html/wp-includes/class-wp-hook.php(324): WP_Site_Health->show_site_health_tab(‘debug’)
    #6 /home/customer/www/staging18.cbatraininginstitute.org/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(”, Array)
    #7 /home/customer/www/staging18.cbatraininginstitute.org/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
    #8 /home/customer/www/staging18.cbatraininginstitute.org/public_html/wp-admin/site-health.php(220): do_action(‘site_health_tab…’, ‘debug’)
    #9 {main}
    thrown

Viewing 25 results - 301 through 325 (of 73,983 total)
Skip to toolbar