Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 1,076 through 1,100 (of 69,016 total)
  • Author
    Search Results
  • #331337
    valuser
    Participant

    Some feedback on BP 12.0.0-beta2 though please treat with caution!

    Local Install – Local, php 8.2.10 – MySQL 8.0.16 – WP 6.3.1 – BP Version 12.0.0-beta2

    a lot of plugins!!

    Buddyx theme NouveaU template only or Thaim theme i use Legacy template.

    Not a coder or developer.

    Just a general interest in BuddyPress
    Not in any way dependent. a hobby!

    1) Bottom line – With BP Classic all appears good.

    2) When BP Classic is not active plugins like buddydrive, buddypress-group-calendar, buddypress-group-email-subscription and bp-idea-stream no longer appear in Group Navigation.

    However Q&A from Anspress still appears in Group Nav & works when BP Classic is not active

    https://imgur.com/P6gKRWq no-bp classic not active

    https://imgur.com/b8yu3fi yes-bp classic active

    3) The plugins (with exception of BuddyPress Group Calendar) do appear in the Group Nav —> Manage. (see https://imgur.com/DCYvcOT)

    4) Also another (non-buddypress plugin) that interests me a reasonably popular (codecanyon) directory plugin ‘Sabai’ – well, essentially all its data vanishes when bp-attachments is active in BP 12.0.0-beta2 without BP Classic. The message is “it seems we can’t find what you’re looking for. Perhaps searching can help.”

    5) If bp-attachments is not active (say replaced with mediapress or with mediatheque) in BP 12.0.0-beta2 the Sabai data is unaffected but the non updated plugins (mentioned in 2 above) are ineffective

    6) In wp-admin/admin.php?page=bp-settings options–attachments the last two choices (see pic https://imgur.com/00yZYna) if clicked to include the choice is NOT saved. Also buddydrive appears in p-admin/admin.php?page=bp-settings options

    However everything INCLUDING bp-attachments appears to work safely & pristine with BP Classic active

    bp-attachments not used with legacy template

    Many Thanks for all the work on BuddyPress.

    #331450
    AWOL
    Participant

    Hi @imath,
    Further to my post on this thread (https://buddypress.org/support/topic/lets-prepare-the-buddypress-12-0-0-next-major-release/#post-331256) regarding the Reply button, I have tested and done all the troubleshooting I can, and there is nothing that brings the Reply link/button on comments back. From everything I have done I have eliminated all plugins, custom functions and css as being the cause, so this is a fairly major problem for me, that does not occur on the non-beta Buddypress. Unfortunately if I try to even preview another theme I get a critical error, so I can’t eliminate Blocksy as the cause; however on my live site the Reply link is there whether it is the Legacy or Nouveau theme, so something appears to be conflicting between Blocksy and the beta version of BP, given that your test with Twenty Twenty Two did not have this issue. Can you or someone talk to Blocksy and try to work out the various issues that exist between that theme and BP please? I have done what I can and really need some assistance now.

    #331447
    pwlqc
    Participant

    Hi,

    I have installed buddypress but actually I always get a “Loading the group updates. Please wait.” message.

    This is preventing me and users in creating activity under the group.

    How can I fix this?

    I use OceanWP as theme.

    website is liquoriconsulting.com

    Thanks,
    Federico

    pellepedersen
    Participant

    “Help, my membership overview is suddenly not public? I can only see searches on my page when I’m logged in. See an example here: https://www.danskeosteopater.dk/find-en-osteopat/members/ – The error has suddenly occurred. Does anyone have a suggestion for a solution?”

    If you are not logged in, searches will lead you to the front page. When I am logged in, I get the desired overview.

    Buddypress: Version 11.3.1
    WP: 6.3.1

    #331442
    david00116
    Participant

    Secondly, I found that it wasn’t possible to add a main menu link for the currently logged-in user that remains visible at all times. Although I created a custom link, it only appeared in the menu when viewing specific sections (such as Profile, Activity, etc).

    Thirdly, I encountered difficulties in adding a sidebar to any of the Buddypress pages, despite my default Blocksy setting for each page to have one. Upon investigation, I discovered that in the Customizer, Buddypress pages were being counted as Blog Posts. Intuitively, I would have expected this setting to be configured in the Buddypress-specific sections. As it stands, without extensive CSS modifications, this means Blog Pages and Buddypress pages will always have to share the same layout.

    I’m curious if you’re considering incorporating enhancements or additional features in the Customizer at some point. In my experience, I’ve needed to make a significant number of CSS adjustments to align Buddypress with my desired color scheme and preferences in previous versions. It would be immensely helpful if at least some of this could be achieved through Customizer settings or a dedicated settings page within the plugin. Historically, Buddypress hasn’t adhered to my theme defaults, but I’m uncertain if this is specific to the theme I use or if it’s a widespread experience.

    #331441

    Topic: flow

    imagine2006
    Participant

    Hi,
    So I don’t even know if what I want is possible – came here looking for some guidance.
    I have a wordpress woocommerce site where people can purchase a monthly subscription for a service. That part all works fine.

    I installed buddypress because I want each subscriber to have their own profile and take bookings themselves (no payment option necessary – will be done off-site)

    I want each subscriber to be automatically put into a certain ‘group’ which I’ve already created. I’ve tried all the custom code I’ve found on here with the group id but nothing is working. The subscriber is automatically a ‘member’ but they’re not a member of the ‘group’

    This is the code I put in my functions.php file

    //Automatically add new users to a group
    function automatic_group_membership( $user_id ) {
    if( !$user_id ) return false;
    groups_accept_invite( $user_id, <# 0 #> );
    }
    add_action( ‘bp_core_activated_user’, ‘automatic_group_membership’ );

    I have my group id as ‘0’ because that’s what I found in the inspect tool https://snipboard.io/nlPTSM.jpg am i using the wrong id#

    Any help would be greatly appreciated

    #331431
    dev2024
    Participant

    Hello

    I am trying to modify the profile setting page where I would like to remove the generate password button and leave the new password field blank. However, I am not able to find the page that update email and password. The page I can find is the form-user-passwords.php but it doesn’t seem like buddypress is using form-user-passwords.php

    Can anyone provide some guidance? thanks.

    #331385
    fawp
    Participant

    Old post, but I think the behavior you see is WP-driven. The reason I say that is that I have disabled the REST API for WordPress and the link above (e.g. /wp-json/buddypress/v1/members/3) or similar do not retrieve any data.

    I used guidance from this SO article.

    https://stackoverflow.com/questions/41191655/safely-disable-wp-rest-api

    #331381
    richardrcook2
    Participant

    Hello. I’m using WP version 6.3.1 and BuddyPress version 11.3.1. My site is https://romancingrarehearts.com And I’m using the Twenty Fifteen theme.

    Is it normal that when my members edit their profile page, such as changing the text in their TELL US ABOUT YOURSELF box, they must sign out and back in in order for the update to be successful? I’ve had my website for years and I don’t remember that being the case.

    Thanks for your help.

    #331340
    Earl_D
    Participant

    Having just installed the Activitypub plug-in I hope as the next version of BuddyPress is being developed some consideration is given to added hooks to connect BuddyPress to ActivityPub. It seems to me this would catapult BuddyPress firmly into the future of social media and social internet community.

    #331316

    In reply to: Noindex tag

    originalo
    Participant

    I am also looking for a way to set a noindex tag on all buddypress member profile pages and addes the above code to my functions.php file, but it doesn’t work.
    Could you please advise where to place the code exactly?

    angieb2023
    Participant

    I am missing the buttons seen on this article https://codex.buddypress.org/administrator-guide/messages/

    When I was working on it and trying it out, they popped up once, but I can’t get them to come up again.

    I am using generatepress theme not sure why I would see them once but not again. How do I get those buttons back?

    my website is inspireherpossibilities.com

    I am using Buddypress Legacy.

    #331295
    rajaito
    Participant

    Thank you for your reply.

    I didn’t build this website. But I am trying to help track down the problem they are experiencing. That being said, I don’t believe there is custom code for Taxonamy implemented. however, they have BuddyPress running with Memberium and Learndash.

    PHP: 8.0.3

    #331281
    buddypressnoob
    Participant

    Hello Forum,

    how can you create a page, which only contains the user profile (from BuddyPress)?

    Thank you for your help!

    #331268
    fsam
    Participant

    WordPress : 6.3.1
    BuddyPress : 11.3.1
    Youzify : 3.3.9

    Dear users,

    Since +/- 1 month the ‘Load More’ option on the activity page doesn’t work. On mobile (iOS and Android) nothing happens, and on Google Chrome first nothing happens and then a browser error occurs “The page doesn’t reply, would you like to wait or close”.

    The “Load More” on other pages (user activity, etc.) works.

    Using a lots of plugin which makes it hard for me with my knowledge to understand where it comes from. A new wordpress + buddypress + standard wp theme works fine.

    My questions are:
    – Is it possible to have pagination on the activity wall stream page but keep the other pages as they are for the timebeing?
    – How can I debug where the error comes from?

    Regards

    #331257
    Mathieu Viet
    Moderator

    Hi @teeboy4real

    I believe most errors were notice errors as we deprecated a lot of functions in 12.0.0. I got in touch with @r-a-y he will review my PR soon https://github.com/r-a-y/buddypress-followers/pull/126 and we’ll work on making the plugin a new BuddyPress Add-on.

    #331256
    AWOL
    Participant

    Hi @imath,
    Thanks for that, and sorry to be a pain (although hopefully I am bringing up things that do need addressing and are not unique to my setup), but I have discovered something else that is not working as I expect, as follows:
    If someone comments on an Activity post, on my existing (not test) setup, that comment has the options below it to either Reply, Edit or Delete; but the reply and edit options are missing in my test setup for non-admin users, and the reply one is missing for admin. I am still using the default theme on my existing site, whereas I am using Nouveau on the test site, so is this a Nouveau issue? I downgraded to the current non beta BP on my test site but no difference. I am going to also investigate if a plugin is causing it, but as I have the same plugins on both sites it seems unlikely. I deactivated one plugin that seemed the most likely culprit (Buddypress Edit Activity from Buddyboss – https://en-gb.wordpress.org/plugins/buddypress-edit-activity/) but it was still the same (except of course this plugin is what adds the edit button in the first place, but the reply one is still missing).

    On a bit of a tangent, can I assume that this forum is running on bbpress? It’s just that I am thinking about adding a forum but am not finding this one very user friendly – for example the reply button is not visible until you hover over the post you want to reply to, and then it doesn’t automatically add the “@name” at the beginning, plus everything is written in a code box rather than normal input, just for starters. Font size could do with being larger too. Or is it just me?

    #331252
    rajaito
    Participant

    Hello,

    I am reaching out to report multiple critical PHP fatal errors that have been occurring on our website, specifically related to BuddyPress. These errors seem to be causing significant disruptions and I would greatly appreciate your assistance in resolving them.

    Error Message: PHP Fatal error: Uncaught TypeError: array_merge(): Argument #2 must be of type array, WP_Error given.
    File: /wp-content/plugins/buddypress/bp-core/bp-core-taxonomy.php
    Line: 170

    Wordpress Version: 6.3.1
    BuddyPress Version: 11.3.1
    Memberium Version: 2.207

    Observations:

    The errors seem to be originating from the BuddyPress plugin, specifically within the bp-core-taxonomy.php file.

    The issue appears to be related to the array_merge() function where the second argument is not being recognized as an array but rather as a WP_Error.

    The errors also seem to be interacting with another plugin, memberium2, as seen in the stack trace.

    Given the critical nature of these errors and their potential impact on my website’s functionality and user experience, I kindly request your attention to this matter.

    Please let me know if you need any additional information or access to assist in troubleshooting and resolving these issues.

    Thank you for your assistance.

    #331249
    sacampus
    Participant

    We encountered the exact same error… our elementor editor only works if we disable buddypress. We are an online learning platform and when we disable our buddypress, all of our students lose the ability to access their content. This is a major problem and if there is not a fix for this issue, we will have to use a substitute for buddypress that can work with elementor editor.

    Any news regarding a fix would be great.

    #331248
    giulia11cherry
    Participant

    Hello, I am looking for a way to set a profile field that display multiple dates, that users choose in a dates selector without writing each of them manually. Each user has to give their availability for the month, thought of this way since an availability calendar plugin for Buddypress profile doesn’t exist yet.
    Thank you

    #331237
    teeboy4real
    Participant

    Hello @imath @vapvarun ,

    I would like to seek advice and express my concern about a particular buddypress plugin (Buddypress Follow) in relation to the upcoming version of buddypress 12.0.0.

    I decided to test buddypress 12.0.0 beta 1 & 2 and noticed that clicking the user navigation menu for following and followers tab triggers an error. The plugin is not compatible with the upcoming buddypress 12.0.0.

    Honestly I believe this plugin should have been a part of the default buddypress component long time ago as an the option to select (connection type) would be awesome. Not every community can be built around friendship component.

    For example my site has member types (business) and (organisation), it would not make sense for a business to add another business as friends only human entities should do that, using the follow component would be more appropriate.

    My fear and frustration now is that ive built a community around this follow plugin with lots of already established follow connections. Upgrading to buddypress 12.0.0 would be almost impossible

    The plugin author (ray) has not been responsive about maintaining this plugin, even the team at Buddydev are ready to help develop and maintain the plugin but the author has been silent see Brajesh’s request at https://github.com/r-a-y/buddypress-followers/issues/111

    I also raised my issue at https://github.com/r-a-y/buddypress-followers/issues/125

    But not feedback from the author.

    Your help would be much appreciated in contacting ray

    Thanks & regards

    songdove
    Participant

    I’m back 2yrs later, trying with another build using buddypress. I thought I solved this question away from the support forums here, but don’t remember what I did at the moment. I want the members of private groups, to see private group activity in their main newsfeed. Non members should not see this activity, but members should. I don’t know if I found a code snippet or what, I need to fix this. I want an FB-like experience where you see any activity from any of your groups in your main newsfeed. If you aren’t a member of a private group, you won’t see it’s activity, but if you are a member of a private group, you will.

    drbyte234
    Participant

    Wordpress version 6.3.1
    BuddyPress version: 11.3.1

    website: erindaletapestrystudio.com

    Problem: While editing any page, cannot choose image in any image control when BuddyPress is enabled.
    Disable BuddyPress and choose image works perfectly.

    To replicate, install BuddyPress with Elementor Pro , create page, place image elemant on page, attempt to choose image. (fails) then disable BuddyPress, create page, place image element on page, attempt to choose image. (success)

    Can this be fixed?
    Thanks so much for your input

    #331198
    AWOL
    Participant

    I have just updated to the beta 2 version, and I have just discovered something with regards to the issue with the Buddypress Member menu items I reported previously, where they would only appear when the user was actually on a Member page and not on any other page (i.e. Activity, Groups, Members or ordinary WP pages). I had the BP Classic plugin installed and activated, and when I deactivated it, the menus appeared as they should, so that is something to be aware of.
    Just as an addendum, so far I have not run into any issues with third party BP plugins yet, but will obviously report any to the relevant plugin authors if I do, so hats off to you for that.

    cantik29
    Participant

    i used buddypress version 11.3.1
    i used aardvark theme
    8.1.10 php version

    the error text is in feature groups
    img link =”https://drive.google.com/file/d/1B-0LZXvzA3Sg8SEC-4YGQPPaQG_MIrzu/view?usp=sharing&#8221;

    the line code where the error is located
    line code img =”https://drive.google.com/file/d/1SGPg7WoSh2DhAmap2JsKtO9Y_2Pak6un/view?usp=sharing&#8221;

    i already test and the cause of the error is in bbpress plugin and buddypress plugin

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