Skip to:
Content
Pages
Categories
Search
Top
Bottom

  • About
  • News
  • Codex
  • Develop
  • Make
  • Forums
  • Download

BuddyPress.org


  • All Members
  • RSS
  • Profile picture of GyziieDK

    GyziieDK replied to the topic After WordPress 6.7 release, buddypress fails in the forum How-to & Troubleshooting 12 months ago

    Also from my side, very much appreciated all the help and effort -> sorry for not mentioning that before! I was so hyperfocussed on the issue that I forgot human interaction.

    Anyways, again, thank you.

    @forinn no worries, I totally know the feeling lol. I just love the troubleshooting part so for me this is a fun problem to try and figure out…[Read more]

  • Profile picture of GyziieDK

    GyziieDK replied to the topic After WordPress 6.7 release, buddypress fails in the forum How-to & Troubleshooting 12 months ago

    I just wanted to thank @dreampixel for the support they are giving here on the site. Itโ€™s very refreshing. Usually no help whatsoever is offered by any of the people behind Buddypress. None.

    Hello @thinlizzie ๐Ÿ™‚

    I’m by no means an expert or anything lol, but I’ve been playing around with WordPress and numerous different large setups for the p…[Read more]

  • Profile picture of Cara Raih TO Bettingan untuk Mendapat Promo Bonus Grand Prize

    togelmpo8899's profile was updated 12 months ago

    togelmpo8899

    @togelmpo8899

    View Profile
  • Profile picture of Cheap Trick Merch

    cheaptrmerch's profile was updated 12 months ago

    cheaptrmerch

    @cheaptrmerch

    View Profile
  • Profile picture of wpuser

    wpuser replied to the topic After WordPress 6.7 release, buddypress fails in the forum How-to & Troubleshooting 12 months ago

    Screenshot of test user “debugger” field information in bp_xprofile_data:
    v3
    On the screenshot you can see field name 1 (Name) come in as “Annie”. So, this is not the same field and not the display name. The display name CAN become “Annie”, when i choose to change it after I edit my profile, but not as standard, than it will…[Read more]

  • Profile picture of wpuser

    wpuser replied to the topic After WordPress 6.7 release, buddypress fails in the forum How-to & Troubleshooting 12 months ago

    Also from my side, very much appreciated all the help and effort -> sorry for not mentioning that before! I was so hyperfocussed on the issue that I forgot human interaction.

    Anyways, again, thank you.

    To further empathize what I mean with the display name is this:

    Screenshot of a test user I just registered via the normal process on the…[Read more]

  • Profile picture of wpuser

    wpuser replied to the topic After WordPress 6.7 release, buddypress fails in the forum How-to & Troubleshooting 12 months ago

    test?

  • Profile picture of GyziieDK

    GyziieDK replied to the topic After WordPress 6.7 release, buddypress fails in the forum How-to & Troubleshooting 12 months ago

    Also please note that the name field marked in the Users > Profile Fields with “(Primary)” IS the display name itself. This should be the field users use upon registration of their user – and this is also the field the BuddyPress Member Directory uses to sort content Alphabetical.

  • Profile picture of GyziieDK

    GyziieDK replied to the topic After WordPress 6.7 release, buddypress fails in the forum How-to & Troubleshooting 12 months ago

    Hello again ๐Ÿ™‚

    This might start to make sense then!

    First, when you translate something within the code itself (not using a translation plugin and po/mo file) it will for the most part be overridden whenever you update your WordPress / plugins that are translated. So, this might be why it doesnโ€™t work now after the update.

    I personally use a c…[Read more]

  • Profile picture of wpuser

    wpuser replied to the topic After WordPress 6.7 release, buddypress fails in the forum How-to & Troubleshooting 12 months ago

    Also, I am no longer able to customize the order of my members list. I was using default alphabetical, but also that function no longer works.

  • Profile picture of wpuser

    wpuser replied to the topic After WordPress 6.7 release, buddypress fails in the forum How-to & Troubleshooting 12 months ago

    On second thought… this is within the Buddypress coding, so something that must have changed for WordPress 6.7 is not interacting correclty anymore with Buddypress.

    The “Alphabetical” sorting of the user list is sorting on the “Name” base field of bp_xprofile_data table (field 1). This field I had renamed to “Naam” (which is Dutch for Name).…[Read more]

  • Profile picture of GyziieDK

    GyziieDK replied to the topic After WordPress 6.7 release, buddypress fails in the forum How-to & Troubleshooting 12 months ago

    Sounds weird, since I’m also using the user fields (xProfile fields) – my site is translated into Danish, but my site-admin back-end it set to English. This is due to it being easier to find items in the menu when troubleshooting (hate when settings and so on is translated lol).

    So seems weird to me if the translation part of it is causing the…[Read more]

  • Profile picture of GyziieDK

    GyziieDK replied to the topic Limit activity in groups to admin/mods only in the forum How-to & Troubleshooting 12 months ago

    Found the solution with the following code:

    Restrict in single group
    function restrict_activity_posting_for_specific_group( $can_post, $user_id, $group_id ) {
    // The ID of the group you want to restrict posting in (replace with the actual group ID)
    $restricted_group_id = 123; // Example group ID

    // Only apply the restriction to the…[Read more]

  • Profile picture of Intellective

    Intellective's profile was updated 12 months ago

    Intellective

    @intellectivecom

    View Profile
  • Profile picture of wpuser

    wpuser replied to the topic After WordPress 6.7 release, buddypress fails in the forum How-to & Troubleshooting 12 months ago

    I managed to locate the issue. After the wordpress update, it was not allowing my translations for the xprofile fields anymore. For some reason it has to be English now, it is no longer allowing it to be Dutch. I’ll flag this with the WordPress development team.

    I’ll close the ticket, as the issue is likely not because of Buddypress but because…[Read more]

  • Profile picture of Karls Couch Cleaning Adelaide

    Karls Couch Cleaning Adelaide's profile was updated 12 months ago

    Karls Couch Cleaning Adelaide

    @karlscouchcleansa

    View Profile
  • Profile picture of AjengWulandari

    AjengWulandari's profile was updated 12 months ago

    AjengWulandari

    @ajengwulandari

    View Profile
  • Profile picture of Val9ja

    Val9ja's profile was updated 12 months ago

    Val9ja

    @loadedhits

    View Profile
  • Profile picture of Patricia Taylor

    Patricia Taylor's profile was updated 12 months ago

    Patricia Taylor

    @pattiearnold

    View Profile
  • Profile picture of GyziieDK

    GyziieDK replied to the topic Limit activity in groups to admin/mods only in the forum How-to & Troubleshooting 12 months ago

    Unfortunately this plugin breaks the “groups” settings from backend and comes up with a critical error, so if anyone has a solution, please let me know. ๐Ÿ™‚

  • Load More

WordPress.org bbPress.org BuddyPress.org Matt Blog RSS

GPL Contact Us Privacy Terms of Service X

Skip to toolbar
    • WordPress.org
      • About WordPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
    • bbPress.org
      • About bbPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
    • BuddyPress.org
      • About BuddyPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
  • Log in
  • Anonymous
    • AnonymousNot Logged In
    • Register
    • Log In