Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 1,626 through 1,650 (of 69,016 total)
  • Author
    Search Results
  • #326018
    nostrome
    Participant

    Hello!
    Did you solve this problem?

    I’m interest to resolve this problem too. In my studying process of this question I found old plugin which resolve this problem – https://github.com/wp-plugins/fb-like-notification-for-buddypress

    Started testing and inspect if I find solution – will write it here.

    Thank you!

    #326000
    blimsor
    Participant

    Hi,
    I’m using BuddyPress with the extendes profiles.
    When a visitor tries to register, it may fail from time to time. After the submit, however, there is no error, but he lands directly back on the registration form – without error or anything else. But then the email address is already taken.

    The question is what can be the reason that he lands again on the form after the submit and where is the email stored in the database if the registration is not completed/successful?

    in wp_users I do not see anything about it

    Thanks a lot!

    palamit09
    Participant

    Can we upload images to BuddyPress Topics or Replies For a Post.

    #325977

    In reply to: HTTP error

    central4all
    Participant

    This was the problem,
    This is test script. One line of PHP code:
    https://seeme.baby/test.php

    503 error in result.
    Because function ‘transliterator_transliterate’ failed to execute on your server.

    Exactly the same PHP script on my own server working properly:
    https://takereal.com/test.php

    File ‘wp-content\plugins\buddypress\bp-core\classes\class-bp-attachment.php’ updated
    to prevent ‘transliterator_transliterate’ execution.

    old line #297:
    if ( function_exists( ‘transliterator_transliterate’ ) && seems_utf8( $retval ) ) {

    My version:
    if ( 0 && function_exists( ‘transliterator_transliterate’ ) && seems_utf8( $retval ) ) {

    Function ‘transliterator_transliterate’ used in the ‘class-bp-attachment.php’ only.

    File name sanitized in another way, without ‘transliterator_transliterate’ function.
    ‘class-bp-attachment.php’ has code to sanitize file name
    without ‘transliterator_transliterate’ function.

    #325975
    patrykos3601
    Participant

    Hello! i have problem, from official tutorial i create folder and upload translation from your website to: /wp-content/languages/buddypress

    Name of file wp-plugins-buddypress-stable-pl.po

    But plugin is still in engllish why? where i can change now plugin to use PL?

    #325967
    shanebp
    Moderator

    > Buddypress plugin to use with my Buddyboss plugin

    You cannot use them together.
    Try deactivating all Buddypress and Buddyboss plugins.
    And then try deleting Buddypress.

    #325959

    In reply to: HTTP error

    central4all
    Participant

    From logs gives this error
    2022-08-26 10:06:27.739089 [NOTICE] [566017] [5.203.157.99:2859:HTTP2-1847#seeme.baby-443] oops! 503 Service Unavailable

    in the console i dont see any java errors

    from debug i get
    Deprecated: Return type of BP_Core_BP_Nav_BackCompat::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/admin/domains/seeme.baby/public_html/wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 122

    Deprecated: Return type of BP_Core_BP_Nav_BackCompat::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/admin/domains/seeme.baby/public_html/wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 97

    Deprecated: Return type of BP_Core_BP_Nav_BackCompat::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/admin/domains/seeme.baby/public_html/wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 63

    Deprecated: Return type of BP_Core_BP_Nav_BackCompat::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/admin/domains/seeme.baby/public_html/wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 148

    Deprecated: Automatic conversion of false to array is deprecated in /home/admin/domains/seeme.baby/public_html/wp-content/plugins/buddypress/bp-core/bp-core-functions.php on line 3364

    Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /home/admin/domains/seeme.baby/public_html/wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 460

    #325958
    Jordan Smith
    Participant

    I downloaded the Buddypress plugin to use with my Buddyboss plugin but ended up not needing it. After trying to delete I kept getting a deletion failure message. I’m not sure what to do. I should also note that my site isn’t broken from this but I got an email that there was a critical error so I wanted to fix it. I’m on wordpress 5.2 and my site link is: https://your-introverted-space.com
    Thanks

    formlos
    Participant

    According to https://codex.buddypress.org/translations/ we should store the bbpress-de_DE.mo and bbpress-de_DE.po under /wp-content/languages/buddypress/, which we did. But these language files are being ignored.

    We are using buddypress in de_DE and made some tweaks to the wording (we replaced the string “group” with “cluster” in German).

    Buddypress uses the files stored under /wp-content/languages/plugins/ and ignores the aforementioned folder.

    What we already tried:

    • deleting the buddypress-de_DE files in /wp-content/languages/plugins/: this partially works. Buddypress then uses our files stored in /wp-content/languages/buddypress/. But somehow wordpress (or buddypress?) regenerates the files in /wp-content/languages/plugins/ after some hours. And then these “new” translations are used again of course. (Our own translations in /wp-content/languages/buddypress/ stay untouched by wordpress/buddypress)
    • Created a folder /wp-content/languages/plugins/buddypress and copied our files over to this folder. But to no avail – these files are being ignored completely (even if we delete the buddypress files in /wp-content/languages/plugins/).
    • Copied our files directly to /wp-content/languages/plugins/: this works until these files get overwritten after a couple of hours

    Specs:

    • WordPress 6.0.1
    • Buddypress 10.4.0
    • Custom template, which we’ve written on our own
      Multisite

    Questions:

    • What are we missing?
    • Is there a way to stop wordpress/buddypress regenerating the files living directly in /wp-content/languages/plugins/?
    • What is the right place to store our translations?
    #325939
    girlinbluemusic
    Participant

    That’s what I started with: disabling plugins one by one, but that didn’t show any issues. I noticed the code was only appearing on Buddypress pages, so then I kept Buddypress active and one-by-one activated, checked, and then deactivated each plugin until the code reappeared.

    It takes a super long time, but it’s really the only way to really find issues like this (that I know of).

    I also use the Health and Troubleshooting plugin to do this, so the site doesn’t appear any different to anyone non-admins. That means people can keep using the site (I have courses with Learndash, so this is a big one!) while troubleshooting

    #325924
    wiktormatata
    Participant

    Hello , i started creating my website using buddypress , when my users login they are redirected to the my profile page. The problem is that they still can access wp dashboard by typing /wp-admin after my page url.

    Is there any way to block access to /wp-admin for non administrators ?

    Thank you for reading , hope someone can help me :/

    #325913
    Anonymous User 18187419
    Inactive

    If this happened after update to latest Buddypress, maybe roll-back to last working version? (I’m still on 9.1.1)

    WP Rollback plugin available in WP plugins repository.

    If you use it, be sure to take a full backup of your site first.

    #325909
    girlinbluemusic
    Participant

    I’m not sure which version this started happening with, but in the last I want to say month or so, there’s a random string of jquery at the top of all of the Buddypress pages on my website:

    https://girlinbluemusic.com/wp-content/uploads/2022/08/jquery.jpg

    I have confirmed that this still happens with the 2021, 2020, and 2017 themes, and it only seems to happen with the Buddypress plugin alone.

    Anyone have any idea how to get rid of this issue? I’ve also had some other recaptcha issues with my site, and I’m not sure if it’s related to this or to another plugin, but one thing at a time.

    #325908
    mahjoorsami
    Participant

    Hi,
    I am facing really strange issue, as I updated buddypress to latest version and now all the member/user pages show 404 error except for administrator it works fine and good. but all other users it shows 404 error.
    I need quick help with it.
    Thank you.

    #325907
    lukas22
    Participant

    Hi,

    I have a Rehub theme and Buddypress there. The problem is that the customer can write with the customer, but I want the customer to be able to write only with the seller. Can it be reduced like that?
    Also, in the messages tab, the customer can see all the people registered on the site, is there any way to limit this?
    Well thank you.

    Lukas

    jesric1029
    Participant

    Hello there,

    A while ago I installed BuddyBuilder and attempted to create my own profile page. Something broke and since then I am unable to access any profile page. I have tried creating a brand new page and selecting it in the Buddypress settings. I have tried uninstalling buddybuilder. I’ve tried removing all of the xprofile fields and even uninstalling it. Absolutely nothing will work and I geta critical error every time. Hoping someone can help me. Here is the stack trace:

    WordPress version 6.0.1
    Active theme: Twenty Twenty-One (version 1.5)
    Current plugin: BuddyBuilder Pro (version 1.6.7)
    PHP version 7.4.26
    
    Error Details
    =============
    An error of type E_ERROR was caused in line 81 of the file /mnt/customers-man/customers-el-2731002-14723-clubhx-wordpress-pvc-61003d1e6074e8003173bf8a/wp-content/wp-content/plugins/stax-buddy-builder-pro/core/dynamic-tags/MemberXProfileTag.php. Error message: Uncaught Error: Call to undefined function Buddy_Builder_Pro\bp_get_profile_field_data() in /mnt/customers-man/customers-el-2731002-14723-clubhx-wordpress-pvc-61003d1e6074e8003173bf8a/wp-content/wp-content/plugins/stax-buddy-builder-pro/core/dynamic-tags/MemberXProfileTag.php:81
    Stack trace:
    #0 /mnt/customers-man/customers-el-2731002-14723-clubhx-wordpress-pvc-61003d1e6074e8003173bf8a/wp-content/wp-content/plugins/elementor/core/dynamic-tags/tag.php(35): Buddy_Builder_Pro\MemberXProfileTag->render()
    #1 /mnt/customers-man/customers-el-2731002-14723-clubhx-wordpress-pvc-61003d1e6074e8003173bf8a/wp-content/wp-content/plugins/elementor/core/dynamic-tags/manager.php(216): Elementor\Core\DynamicTags\Tag->get_content()
    #2 [internal function]: Elementor\Core\DynamicTags\Manager->get_tag_data_content()
    #3 /mnt/customers-man/customers-el-2731002-14723-clubhx-wordpress-pvc-61003d1e6074e8003173bf8a/wp-content/wp-content/plugins/elementor/core/dynamic-tags/manager.php(109): call_user_func_array()
    #4 /mnt/customers-man/cus
    #325865
    MickFrench
    Participant

    Thank you Michael, it works using Code Snippets with this code:
    /**
    * Exclude Users from BuddyPress Members List by WordPress role.
    *
    * @param array $args args.
    *
    * @return array
    */
    function buddydev_exclude_users_by_role( $args ) {
    // do not exclude in admin.
    if ( is_admin() && ! defined( ‘DOING_AJAX’ ) ) {
    return $args;
    }

    $excluded = isset( $args[‘exclude’] ) ? $args[‘exclude’] : array();

    if ( ! is_array( $excluded ) ) {
    $excluded = explode( ‘,’, $excluded );
    }

    $role = ‘administrator’;// change to the role to be excluded.
    $user_ids = get_users( array( ‘role’ => $role, ‘fields’ => ‘ID’ ) );

    $excluded = array_merge( $excluded, $user_ids );

    $args[‘exclude’] = $excluded;

    return $args;
    }

    add_filter( ‘bp_after_has_members_parse_args’, ‘buddydev_exclude_users_by_role’ );

    #325861
    David Cavins
    Keymaster

    Thank you for reporting this issue. The fix is in this commit: https://buddypress.trac.wordpress.org/changeset/13320

    We’ll release a maintenance release to address it, but if you need it fixed now, add the conditional in the commit is the solution.

    This issue only affects admin users using the Pending Memberships screen, so the problem shouldn’t cause any problems for your members. It also appears that it doesn’t break the membership requests workflow, as it occurs after the appropriate emails are sent.

    Thanks again for the reports!

    #325855
    MickFrench
    Participant

    Thank you Michael,
    It doesn’t work. I have tried the second code for admnins and also the first code by excluding users by ID (numbers of the admins I want to hide).
    Tried at the root of folder Plugins and BuddyPress, also into the code directly in functions.php of my theme Sydney… nothing works.
    Hoping you or someone have another idea ?

    #325853
    Anonymous User 18187419
    Inactive

    This should explain how …

    Hiding Users on BuddyPress based site

    #325837
    Mathieu Viet
    Moderator

    Hi thanks for the report, it looks like a bug with the site membership request feature @dcavins could you look at it?

    I wonder if it’s relative to https://buddypress.trac.wordpress.org/ticket/8693

    #325819
    MickFrench
    Participant

    Hello, I got the same error at same line 249 when I want to activate a pending account manually.
    This happen with
    WordPress version 6.0.1
    Active theme: Sydney
    Current plugin: BuddyPress (version 10.3.0)
    PHP version 7.4.30
    I tried with no plugin only the Sydney Theme. It happens also with precedent WP version.
    I see nothing bad except this error on an alert page.
    I have to go back and continue as admin.

    I’ve seen a topic where Mathieu Viet & David Cavins are working on it last 8 month.
    /bp-members/bp-members-membership-requests.php:249
    May be they can take a look ?
    Thank you

    baedyllion
    Participant

    Hello all,

    I’m trying to find a solution for my problem.
    I have two websites where buddypress is installed. (www.example1.com, http://www.example2.com).
    On both websites, my users are the same ( emails, usernames, user profile fields etc).
    On both websites, when user is clicked, It is redirected to http://www.example1.com/members/exampleuser/, http://www.example2.com/members/exampleuser/. What I want to achieve is, on one of the websites, when a user is clicked via member directory or via group member listing, I want it to be redirected to other website’s member directory.

    Example:
    When a user is clicked via member directory or group member listing on http://www.example2.com, I want the user to be redirected to http://www.example1.com/members/exampleuser/, instead of http://www.example2.com/members/exampleuser/.

    I searched for a solution a lot for this but I didnt get any luck so far. I’d really appreciate any help in advance.
    Cheers.
    Baris.

    shanebp
    Moderator

    Go to wp-admin > Settings > BuddyPress and select the Components tab and assign the pages to the components.

    JKDuck
    Participant

    Hi,
    since I am a lost and have no idea were to start: how do I create WordPress pages for BuddyPress to use for Registration and Activation? I know how to crate WordPress pages – but …
    Did not find anyting here ..
    Message shown: “Die folgenden aktiven BuddyPress Komponenten haben keine damit verbundenen WordPress Seiten: Aktivieren, Registrieren. Reparieren”
    “The following active BuddyPress components have no associated WordPress pages: Activate, Register. Repair”
    WordPress 6.0.1
    BuddyPress Version 10.3.0

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