Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 2,651 through 2,675 (of 69,061 total)
  • Author
    Search Results
  • #317639
    Raakesh
    Participant

    Hello,

    I’m using the latest version of buddypress and wordpress. Unfortunately add friend, new post are not working its loading…..continuously . I’m using Nouveau template.
    I’ve did everything rollback to older versions of theme and plugins nothing happened. Also deactivated all plugins, Change to legacy I did everything, nothing happened.

    Please help me to fix it.

    #317637
    sasasasaaa
    Participant

    I use latest WordPress and latest Buddypress version

    sasasasaaa
    Participant

    Hello,

    in all my buddypress pages in the header the title is only “<title>| name of website</title>.

    It doesn’t show the name of the page before |.

    In buddypress header.php is written <title><?php wp_title( ‘|’, true, ‘right’ ); bloginfo( ‘name’ ); ?></title>.

    And I use German language po file.

    Have I missed something in the settings to make page title work?

    Thanks

    adrianrkm
    Participant

    I have uninstalled buddypress and all the related add-ons, I have deleted all the pages and settings that were related, once I reinstalled buddypress the problem persists.

    The profile page looks perfectly, however, the activity groups and members = ERR_TOO_MANY_REDIRECTS

    Please, I don’t know how to act

    #317627
    jakub0ne
    Participant

    Hi,

    In by BuddyPress I notice that I have everywhere “Name” filed listed twice. So new user during the registration will see required filed Name… and again required field Name, then First Name and Last name.
    It looks ridiculous and looks like I can’t delete this field from the ‘profile fields’ page.

    Print screen

    r083r7
    Participant

    Hello, I’m trying to troubleshoot this error message I received in my admin inbox from my website I got after installing the Groups plugin. Any idea on where to start?

    Groups

    When seeking help with this issue, you may be asked for some of the following information:
    WordPress version 5.7
    Current theme: REIGN Child (version 3.0.0)
    Current plugin: BuddyPress (version 7.2.0)
    PHP version 7.3.27

    Error Details
    =============
    An error of type E_ERROR was caused in line 101 of the file /home/website/public_html/sa111.com/wp-content/plugins/buddypress/bp-groups/bp-groups-cache.php. Error message: Uncaught ArgumentCountError: Too few arguments to function bp_groups_clear_group_creator_cache(), 1 passed in /home/website/public_html/sa111.com/wp-includes/class-wp-hook.php on line 292 and exactly 2 expected in /home/website/public_html/sa111.com/wp-content/plugins/buddypress/bp-groups/bp-groups-cache.php:101
    Stack trace:
    #0 /home/website/public_html/sa111.com/wp-includes/class-wp-hook.php(292): bp_groups_clear_group_creator_cache(‘2’)
    #1 /home/website/public_html/sa111.com/wp-includes/class-wp-hook.php(316): WP_Hook->apply_filters(”, Array)
    #2 /home/website/public_html/sa111.com/wp-includes/plugin.php(484): WP_Hook->do_action(Array)
    #3 /home/website/public_html/sa111.com/wp-content/plugins/groups/lib/core/class-groups-group.php(308): do_action(‘groups_created_…’, ‘2’)
    #4 /home/website/public_html/sa111.com/wp-content/plugins/groups/lib/admin/groups-admin-groups-add.php(155): Groups_Group::create(Array)
    #5 /home/website/public_html/sa111.com/wp-content/plugins/groups/lib/

    karencheah
    Participant

    Hi, I’m new to BuddyPress and would like to know how to add a field (Prefix) to the name as displayed on the member directory page.

    Wordpress version: 5.7
    BuddyPress version: 7.2
    Site: https://csdaustralia.com

    I’m using the Nouveau template pack. I have already created a child theme and have been experimenting with members-loop.php and index.php. Not sure if I’m looking at the correct place.

    Any advice much appreciated. Thanks in advance.

    #317606
    iamthewebb
    Participant

    You can use ftp or the hosts file manager to rename the buddypress folder which will disable the plugin, I’ve never uninstalled manually so can’t advise on further steps.

    Standard themes are those supplied with wordpress, twenty nineteen, twenty twenty, etc.

    #317592
    iamthewebb
    Participant

    I may be wrong but from other threads this error is usually theme related so this would be the quickest way to test.
    Also worth having a check through https://buddypress.org/support/topic/when-asking-for-support-2/ to ensure you’ve tried the things here, also are there any other errors in these log files or only what you have given above?

    guidoj
    Participant

    Hello, 4 years after this posts, I still have this error message. Does in the meantime anyone have a workaround? WordPress 5.7 (was the same in previous version). Buddypress 7.2.0.

    Error message:
    bp-plupload.min.js?ver=7.2.0:1 Uncaught TypeError: Cannot read property ‘add’ of undefined
    at addFile (bp-plupload.min.js?ver=7.2.0:1)
    at r (lodash.min.js?ver=4.17.19:9)
    at Function.hf (lodash.min.js?ver=4.17.19:83)
    at n.initialize (bp-plupload.min.js?ver=7.2.0:1)
    at n.h.View (backbone.min.js?ver=1.4.0:2)
    at n.constructor (wp-backbone.min.js?ver=5.7:2)
    at n [as constructor] (backbone.min.js?ver=1.4.0:2)
    at new n (backbone.min.js?ver=1.4.0:2)
    at Object.uploadProgress (avatar.min.js?ver=7.2.0:1)
    at p (backbone.min.js?ver=1.4.0:2)

    deedee10
    Participant

    Good afternoon

    I received a fatal technical error last Thursday on my site while working with your plugin. The technical team that I am hosting with has since advised me to contact Buddy press as the error occurred with your plugin and is taking up my disk allocation on the domain.

    These are the details provided to me.

    the plugin generates errors due to the template:
    PHP Warning: next() expects parameter 1 to be array, null given in /home/g0xbb53gf/public_html/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php on line 311 .
    These errors end up creating a huge error log file, which occupies the entire disk allocated for your domain.

    I am currently using WordPress 5.6.2 and Buddy Press 7.2.0. I am also using Astra 3.1.2. I will really appreciate your urgent assistance as I am unable to continue modifying my site.

    #317577
    shanebp
    Moderator

    Try this hook: do_action( 'groups_promote_member', $group_id, $user_id, $status );

    Found in: function groups_promote_member

    File: buddypress\bp-groups\bp-groups-functions.php

    forwardprogress
    Participant

    I noticed that my wordpress users aren’t showing as buddypress “members”… and actually they haven’t been syncing for quite a while.

    Any idea why my WP users aren’t syncing to Buddypess “members”?

    I updated all plugins, themes, etc and even disabled all plugins except Buddypress, then created a new wordpress user and that user is still not showing in Buddypress “Members” page.

    I next checked to make sure that the Buddypress setting is turned on, “Enable BuddyPress to WordPress profile syncing” and that was already turned on.

    Any ideas what could be causing my users to not show in Buddypress?

    BP Version: 7.2.0
    WP Version: 5.6.2
    PHP Version: 7.3
    Members Page: https://sciacademy.socialjack.com/members/

    r083r7
    Participant

    Trying to understand how BuddyPress treats linked forums that contain sub-forums. I created a test and seems that if a linked forum has a sub-forum then the posts to that sub-forum are not displayed as that group’s activity. I created a test group. Linked a forum to it that has a sub-forum. Posted to the main forum and then the sub-forum. The group’s activity feed only shows the post to the main forum and not the sub-forum 🙁

    Can anyone confirm that is the case and if there’s a way to change that? I would love to have sub-forums and they are part of the group’s activity.

    What struck me as odd is that the main activity stream shows posts to both the main and sub-forum. It just shows EVERYTHING is seems like.

    #317565
    patalgar
    Participant

    Hi everyone,

    I am using buddypress and extra functions were added using plugins and child theme.
    Buddypress version 6.3.0
    Wordpress version 5.5.3

    I observed that from frontend user accounts, if they change custom field visibility, the field value is deleted from the database table “bp_xprofile_data”. It happens in several ways, for example changing from adminsonly to public and also from public to adminsonly.

    The function used for editing visibility is ” bp_nouveau_xprofile_edit_visibilty() ” in the edit.php file of the child theme.

    I would like to know if this is the normal behaviour and if there is a way to maintain the data?

    Thanks for your help 🙂

    jeffreyklip
    Participant

    I’m using Buddypress for a side project.
    But i cannot figure out how to disable the “side panels”
    Does anyone know how to disable them both(Left and right)?

    #317550
    torres182
    Participant

    Thank you for the reply shaneby.

    I deactivated the BuddyPress plugin and was able to delete the users.
    Soon as I reactived BuddyPress, I get the same error as above.

    I also deleted the BuddyPress plugin and reinstalled it but still get the same error.

    torres

    #317539
    shanebp
    Moderator

    This is a php issue, not a BuddyPress issue.
    Check with your hosting provider to see if ctype is installed and enabled.

    r083r7
    Participant

    I would like to display profile fields on different parts of the site.

    I read that BP comes with this function:
    https://codex.buddypress.org/developer/function-examples/bp_profile_field_data/

    I created a shortcode in my functions.php file:

    /* Dislay BP field */
    add_shortcode('bp_field_display', 'bp_profile_field_data');

    Then went and added this shortcode to one of my pages:
    [bp_field_display field="Register As"]

    I expected that it would show me the value of the field I have on my profile called Register As. I didn’t specify a user ID so it should return mine since I’m logged in.

    Instead, I got blank, nothing displayed at all.

    Any idea what I’m missing? I’m open to other suggestions but thought that making this shortcode wouild be the most direct and straight forward way.

    lordmatt
    Participant

    What would really help me would some way I can search out answers in the form “what do I need to hook or filter to do X?” I’ve found myself going to SO a lot with things I am stuck on.

    For me, BuddyPress is a giant black box of mystery.

    One suggestion I can make about this forum would be to get a few moderators tasked with “X not working” posts into one board as those crop up everywhere at the moment.

    lordmatt
    Participant

    If you are happy adding code, there is a thread which talks about filtering the feed with code samples here.

    #317520
    lordmatt
    Participant

    I’m certain you can use BuddyPress for this. How is another question.

    A quick Google for “BuddyPress art portfolio” showed me this plugin. I’ve never used it before but it might be what you need.

    lordmatt
    Participant

    I am planning to write a plugin that takes care of a few things that don’t get done. For example, automating fetching external blogs.

    One of the things I want to fix is that some activity (specifically external blogs) does not update the “last updated” value in the groups. This stops highly active (via external feeds) groups from appearing on my recently active groups listing. What I need to know is how is “last updated” updated? What do I call to update it?

    #317492
    dexdes
    Participant

    Hello,

    We are a website design agency and we recently set up one of our clients websites using buddypress. you can see the site here: http://www.thehubtaunton.com/ (currently behind a coming soon page).

    When using the private message feature within buddypress, we have encountered an issue:

    When logged in as admin, if you view a users profile (example: https://www.thehubtaunton.com/members/marc-testing/) you can then click on private message, however, when i do this and fill in the message it doesnt seem to work properly. the user is not notified and it seems to post the comment on my own user profile, not the user i attempted to private message.

    Could you please let me know how we can get this sorted out as soon as possible?

    WP Version: 5.6
    Buddypress Version: 7.1.0

    Please let me know the best way to supply login details.

Viewing 25 results - 2,651 through 2,675 (of 69,061 total)
Skip to toolbar