Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 601 through 625 (of 22,644 total)
  • Author
    Search Results
  • #328964

    In reply to: Can’t delete folders

    Mrskt
    Participant

    This might be a bug in the BuddyPress Docs plugin which adds collaborative workspaces to your BuddyPress community. You can try to deactivate and delete the plugin from your WordPress dashboard and see if that solves the problem.

    Alternatively, you can also try to completely delete, reset or reinstall BuddyPress by following these steps:

    1/ Change to another theme than BuddyPress. 2/ Deactivate BuddyPress plugin. 3/ Delete it from Network admin (and make sure it exists no more in the directory). 4/ Deleting wp-bp tables.

    #328935
    777andrey777
    Participant

    WordPress 6.2
    BuddyPress Версия 11.1.0

    Home

    Hi.
    how to change the template of the letter for the client so that there would be a name and surname, as well as how to change the letter for the administrator so that it contains the fields that we need.

    merce01
    Participant

    I will use a file outside of WordPress in php to change the photo via ajax using a url

    how to proceed?

    
     $res = bp_attachments_create_item_type( 'avatar', [
        'item_id'   => 1,
        'object'    => 'user',
        'component' => '',
        'image'     => "https://meydomain.com.br/wp-content/uploads/avatars/11/1680022705-bpthumb.jpg",
        'crop_w'    => 300,
        'crop_h'    => 300,
        'crop_x'    => 0,
        'crop_y'    => 0,
        ] );
        
        if($res) {
            echo 'ok';
        }else echo 'not ';
        print_r($res);
    

    return : not

    #328859
    leon12345678
    Participant

    Hi,

    I am also experiencing errors when sending a reply. I can confirm that for me the original message in this thread was present in 11.0.0 and no longer occurs.

    However when I want to reply to a message that works when I navigate from the messages overview to a specific thread. When I refresh the thread page (i.e. <url>/members/demo/messages/view/1/) and try to send a reply, buddypress-message.min.js throws the following exception:

    Uncaught TypeError: e.has is not a function

    I tested it on a clean wordpress install without plugins with the theme twentytweny.

    The version is 11.1.0.

    bessiecortez
    Participant

    Hi, I’m Bessi Cortez a professional developer and real estate expert. I run a real estate online portal YPF. I want to add FAQs on my site but i don’t know how can i do that. Pleas suggest me good plugin which i can use to add FAQ section on my site. Thanks in advance.

    #328850
    zmimi83
    Participant

    Hi,

    In my WordPress multisite, I need to manage users specifically in each subsite. At this time, the root site users exist also in the subsites.

    Could you explain to me how to have root users and subside user existing in parallel.

    Many thanks for the help!

    Regards.

    MG

    #328614

    In reply to: BuddyPress 11.1.0

    Mathieu Viet
    Moderator

    Hi @armaanfromatg

    Thanks for your feedback & sorry for the inconvenient. In your wp-config.php file are you setting the WP_DEBUG constant to true? If so, you shouldn’t use it on a production site, I think the WordPress Site Health tool should advise you to avoid this practice.

    We’ll fix this notice in 11.2.0. In the meantime, you can use this filter to disable the REST controller causing this error:
    add_filter( 'bp_core_rest_api_controllers', '__return_empty_array' );

    👋

    #328609

    In reply to: Out of wordpress

    bokij
    Participant

    I think that’s only for WordPress.

    #328604

    In reply to: BuddyPress 11.1.0

    armaanfromatg
    Participant

    Hi there,

    After upgrading to 11.1.0, each time I try to edit my wordpress website I get an error saying:

    Warning: Udefined array key “bp_docs” in C:\****\***\******\wp-content\plugins\buddypress\bp-core\classes\class-bp-rest-components-endpoint.php on line 416

    Can someone please tell me how to fix this?

    Thankyou in advance

    #328554
    ibrahim76
    Participant

    Hi
    I am working on creating a social media platform by buddyboss, but I have a problem, how do I allow the customer to schedule his post, is there a WordPress plugin that schedules posts.

    pieheartstudio
    Participant

    Hello,

    I’m working on a site for a charity, it’s in development at the moment. I’m using buddybuilder pro with Elementor to create custom Buddypress pages for Groups and Members listings.

    On these listings pages, each member/group should be displayed in lists of 3 columns with space in between. Occasionally it will display properly, but most of the time it ignores my settings and displays all the members/groups squashed up together with no space in between.

    I’m using buddypress version 11.1.0, and WordPress 6.1.1

    Elementor Hello theme is installed, and the problem persists when I switch to one of the WordPress default themes.

    I’ve disabled all plugins one by one except for the necessary ones (Elementor, BuddyPress, Buddybuilder) and the problem persists.

    This is a link to the ‘members’ page – usually only logged in members would be able to see the members list but I’ve enabled guests to be able to see it for testing: https://bethr22.sg-host.com/members/

    If anyone has any insights I’d be very grateful… I just can’t figure out what’s causing the display issues!

    #328545
    Earl_D
    Participant

    I am trying to incorporate the new request membership feature that has admin approval of all membership. But it is confusing. It seems that instead of having anyone can register selected in the vernal wordpress setting that needs to be unchecked. Then that allowed the Buddypress option to be set for admin approval though the manage signup

    Is that correct? I am having a hard time getting it to work. Any advise or input is appreciated. I would prefer to use this np built in feature instead of using a plug-in

    #328521
    Mathieu Viet
    Moderator

    Hi @mikealan,

    When viewing the Groups directory, there’s a dynamic navigation to display all public groups, the groups of the logged in user or create a new group. JavaScript is used by BuddyPress to dynamically load the groups list when one of the first two navigation items are clicked.

    All groups

    Above the All groups tab is active and all public groups are displayed. When I click on the “My Groups” tab, here’s what I get with latest WordPress & BuddyPress (and no other plugins).

    Mine

    If the content is not refreshed for you, try to deactivate all your plugins (except BuddyPress), rename the file /wp-content/plugins/bp-custom.php to something else if it exists and activate a default WordPress theme like Twenty Twenty-Two. Once done, test again.

    If the issue is still there, open your browser console to see if there’s a JavaScript error. If so, could you copy its content here?

    #328516

    In reply to: Group blog plug-in

    erich199
    Participant

    The only one I’ve ever seen was BuddyPress Groupblog but it seems abandoned now.

    Maybe a current plugin developer can fork it and update it?

    BuddyPress Groupblog

    #328506
    vtclub
    Participant

    We use BuddyPress (Version 11.1.0) with WordPress 6.1.1. On our site, members are able to log in and then post their notes (i.e. blogs” to their accounts. However, some members are no longer able to see previous notes their posted when they log in. However, we can see them on our end on the dashboard (but also can’t see them on their account).

    Some members are also reporting a 500 error message when they go to their notes section or a message that they have not posted anything (which isn’t true since they have posted several notes that were showing up previously).

    This just started happening so we are wondering if it was due to an update?

    Thank you for any advice!

    #328493
    Ben Roberts
    Participant

    New plugin just released may help: https://wordpress.org/plugins/activity-feed-anywhere/. It’s VERY new, so please leave any feedback/bug reports in the support forums.

    Ben R

    #328480
    Moench87
    Participant

    Hi, after installing buddypress, Thrive Themebuilder does no longer loading the page template. Can someone help me?

    Wordpress 6.1.1.
    Buddypress 11.1.0
    The site is in maintenance mode

    David

    #328458
    waltervl
    Participant

    Just bumped into this discussion as I had the same issue. I came across another discussion that had a fix by adding a function in the functions.php https://buddypress.trac.wordpress.org/ticket/7473

    That helped me fix this issue.

    #328454

    In reply to: BuddyPress 11.1.0

    Try IT Works
    Participant

    I’m not sure why my last comment isn’t being approved, but I need help with buddypress 11.1 in wordpress. It’s displaying a warning error on my website. If I could upload a screen shot to show what I mean, I would. But for now, I’ll just write out what the error message says.

    “Warning: Undefined array key 731 in /homepages/40/d950647655/htdocs/clickandbuilds/tryitworks/wp-includes/nav-menu-template.php on line 211”

    Anonymous User 18187419
    Inactive

    This free plugin should work for you:

    BuddyPress Members Only

    #328415
    Mathieu Viet
    Moderator

    Hi @munklefish

    You can use any file hosting service and paste a link here or DM me on our Slack if you prefer: https://make.wordpress.org/chat/

    jeanb11
    Participant

    WordPress 6.1.1
    BuddyPress 11.0.0
    Theme : BuddyX Pro

    Hi,
    I installed the 11.0.0 today but I have some problem with the groups cover images. In the activities of my groups, the cover images are no longer displayed. They are then replaced by a standard image (placeholder.svg) from my BuddyX Pro theme.
    Please note that the cover images are displayed correctly on the group page. My problem happens on the Group Activities block where this cover image does not seem to be displayed correctly, Whereas with version 10.6.0 it is displayed.

    Any idea of the difference between 10.6.0 and 11.0.0 which could create my bug?
    Thanks for any help!

    #328401
    Mathieu Viet
    Moderator

    Hello @munklefish

    Have you tried deactivating all plugins except BuddyPress and activating a WordPress default theme like Twenty Twenty-Three to be sure it’s a BuddyPress issue?

    If so, what’s your setup?
    WordPress Multisite or not? WordPress version?
    If Multisite how BuddyPress has been activated? Network wide, on a specific site of the network?
    PHP version?
    Finally, could you check the error_log file of your server?

    #328396
    glennizen
    Participant

    WordPress Version 6.1.1
    BuddyPress Version 11.0.0

    Home

    I’m having a problem implementing BuddyPress on my site. Everything works fine except for Reply to Private Message. When click on Send Reply btn, it errors out: “Your reply was not sent. Please enter some content.” There is content. Please advise. Thank you.

    #328392
    Phill Healey
    Participant

    I’m also getting the log-in issues since the update to v11.0.0.

    The login screen just displays the following message:
    “There has been a critical error on this website. Please check your site admin email inbox for instructions. Learn more about troubleshooting WordPress.”

    Nothing appears in the Debug log to indicate what the issue is.

    Deactivating BuddyPress re-enables the WP login, but BP is needed for a huge chunk of the site functionality so disabling is not a realistic option for us.

Viewing 25 results - 601 through 625 (of 22,644 total)
Skip to toolbar