Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 301 through 325 (of 69,104 total)
  • Author
    Search Results
  • #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

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

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

    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

    #335269
    locker17
    Participant

    I made it work, but what I dont understand is:
    To ovrride the invitations loop I need to use: child-theme > bp-nouveau > members >single >invitaions
    But for the members-loop I was using child-theme > buddypress > members > members-loop.php

    Does that make sense?

    locker17
    Participant

    Hello,
    I need to override the invitations loop to change the tables to div.
    I copied the invitations-loop.php file from buddypress > bp-templates > bp-nouveau > buddypress > members > single > invitaions
    TO
    child-theme > buddypress > members > single > invitations

    It does not work? Why? What did I made wrong?

    jomsi
    Participant

    Hello there,

    My website is in French.

    Here is the page where I have an issue : https://demo-avec.com/inscription/

    As you can see, the label for the name field is half in english and half in french : Name (obligatoire)

    I am trying to find a solution to solve that issue.

    I want to display that text like this : Nom (obligatoire)

    I tried to find it in Buddypress Po file, but I couldn’t.

    I tried to change my theme, deactivate all plugins, empty my cache, upload Polylang plugin… Nothing works.

    The worst is that all the other fields have been automatically translated, but not this one.

    I’m getting mad with this issue, thanks for your help 😉

    jrsuser
    Participant

    Hello Community –
    Using Buddypress v.14.1.0 WordPress v. 6.6.2 with Multisite using Twenty Twenty Four theme and BP Nouveau:
    Does anyone have a code snippet to address the following:
    the search form box does not appear in Member Activity to the right of the RSS feed icon even though the search filter drop down appears.
    Have tried multiple ways to 1. get search form to appear – but cannot get it to work.
    If this has been addressed before in a topic, please reply with link.
    Thanks!

    #335263
    Beardy
    Participant

    I use a profile builder and form to manage site registrations (the url was originally /register)

    Now when I go to register I get this “Member registration is currently not allowed.”

    When I go to Settings > Buddypress > URLS there is no “registration” slug and neither when I go to Pages and I able to see any buddypress created pages.

    How do I disable Buddpress hijacking the registration?
    Can I disable Buddypress registration in any way?

    #335262
    flexn74
    Participant

    1. Remove your BP Plugin
    2.Download here

    BuddyPress 12.4.0 Maintenance Release


    3. Install

    #335251
    flexn74
    Participant

    I solved this bug by downgrading Buddypress to 12.4.0
    I wonder if it would work for you too!

    #335245
    Philippe Roussel
    Participant

    Hi,

    I updated and saved my user profile bio in Buddypress, but it is still the previous one that appears when clicking on View.

    Thanks for your help,

    Philippe

    #335243
    Youzify
    Participant

    Do you mean you want to restrict the file size of images uploaded? If yes, as I know both bbPress and BuddyPress do not have this feature. You can limit it directly on your server or use another plugin.

    #335242
    hliljegren
    Participant

    If someone runs into this problem (as I did today). If calling groups_get_groups in a hook like “plugins_loaded” it is to early in the WordPress loading sequence, and gives the SQL error. I moved my hook from plugins_loaded to bp_loaded and the SQL error went away. This is logic as to ensure that BuddyPress is loaded we should use a hook that ensures it.

    I still think that groups_get_group shouldn’t give an SQL error though…

Viewing 25 results - 301 through 325 (of 69,104 total)
Skip to toolbar