Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 501 through 525 (of 22,644 total)
  • Author
    Search Results
  • #331684
    jotirmoy7
    Participant

    Hello Everyone.
    For the past week, I’ve been working on my website. The problem is that Buddypress doesn’t send activation mail but when I trigger forgot password email for the same account it sends it. And no one can’t activate their account.

    The default WordPress register page is able to send activation mail but when I activate BuddyPress it doesn’t work. I have tried all the plugins and have been going through all these forums for the last two days but all in vain.

    I have reinstalled it thrice and now as stated in the requirements I have done a manual WordPress install. I am on shared hosting and using my website mail server to send emails.

    My site: techcaro

    WordPress Version: 6.3
    Buddypress version: 11.3.2

    Please help me solve this issue.

    #331683
    emaralive
    Moderator

    @imath FWIW, back in 2021 there was some discussion regarding the ActivityPub and BuddyPress connectivity/integration (for lack of a better term) which can be found at the following:

    Buddypress Integration

    #331678
    lemiran
    Participant

    Hi there
    I have a wordpress v6.3.2 with
    > BuddyPress v11.3.2
    > ProfileBuilder v3.10.1 (in order to have custom fields during registration)
    > Elementor Pro

    I have 2 weird behaviour.
    1- Non admin users, can see the admin bar with… MY account when they logged in.
    Fortunately, they cannot go in my account.
    To avoid that, for the moment i installed a plugin : Hide Admin Bar Based on User Roles

    2- The non admin accounts go directly in the backoffice when they log in (with the connexion button widget of elementor)

    Could you please help me?

    Best regards

    #331631
    keyfox
    Participant

    Hi,
    I have met a problem my Buddypress cannot allow my user to post activities. I am using a theme called Vikinger. I have tried numerous solutions like creating a new role or try to config the Buddypress setting (There is no activity setting). However, the problem cannot be solved. Can anyone help me? I would really appreciate that!

    WordPress version: 6.3.2
    BuddyPress Version: 11.3.1
    BBPress Version: 2.6.9
    Site Url: https://furryisland.net/

    #331626
    nakawa
    Participant

    Hello,

    I would like to change the color of the buttons + labels but, despite the custom CSS I do via the “Customize” option of WordPress -> custom CSS, I can not change the color.
    Is there a way to do this please?
    Thanks in advance

    https://imagizer.imageshack.com/img924/9669/VHl70I.png

    #331596
    davidgrace
    Participant

    Hello,
    The issue is most likely caused by the Hotsteel theme. To confirm this, temporarily switch to a default WordPress theme such as 2020. If the problem doesn’t persist with the default theme, you should reach out to Hotsteel for assistance with resolving the ajax errors.
    Best Regard,
    Custom Serum Boxes

    #331566
    Mathieu Viet
    Moderator

    Hi @punkaun

    Thanks a lot for your 2 messages. I’ll see if we can take in charge this URL schema in 12.0.0.

    The second one is a bug we do need to tackle.

    Could you do some additional testing?
    – Come back to BuddyPress 11.3.1
    – Make sure the directory pages are children of one of your WordPress pages.
    – Activate BP Classic (BP Classic is a backwards compatibility plugin that neutralizes the BP Rewrites API to use our legacy API instead)
    – Upgrade to 12.0.0-beta3

    Is this preserving your URL set up ?

    #331560
    punkaun
    Participant

    I found the issue. It’s some sort of conflict with the plugin Popup Maker:

    Popup Maker – Popup for opt-ins, lead gen, & more

    The plugin includes a targeting feature that I can use to exclude BP pages. When I apply that filter, or turn the plugin off entirely, the problem goes away.

    Sorry for the clutter!

    #331556
    Mathieu Viet
    Moderator

    Hi @awol,

    Here’s the full list of 12.0.0 deprecated functions: https://buddypress.trac.wordpress.org/browser/trunk/src/bp-core/deprecated/12.0.php

    You’ll see that if the BP Classic Add-on is active, a lot of these won’t show as this plugin is bringing backwards compatibility for plugins which are not ready yet for 12.0.0. If you’re getting the deprecated notice, then it means you need BP Classic to carry on using the plugin which is causing the notice.

    #331542
    freelanceme
    Participant

    The error message you’ve encountered is related to the Elementor plugin in WordPress. It seems like there’s an issue with the plugin’s code, specifically in the Controls_Stack class when trying to sanitize settings. Here’s a breakdown of the error:

    Argument 1 passed to Elementor\Controls_Stack::sanitize_settings() indicates that the sanitize_settings method of the Controls_Stack class is expecting an array as its first argument.
    must be of the type array, null given means that the function received null instead of an array as the argument.
    The error occurred when the code called this method in the file /wp-content/plugins/elementor/includes/base/controls-stack.php on line 1084.
    To resolve this issue, you can try the following steps:

    Check for Plugin Conflicts: Sometimes, conflicts with other plugins can cause such errors. Deactivate other plugins one by one to see if the issue persists when Elementor is the only active plugin.

    Update Elementor: Make sure you’re using the latest version of the Elementor plugin. Outdated versions may contain bugs that have been fixed in newer releases.

    Check for Theme Compatibility: Your WordPress theme might not be fully compatible with the version of Elementor you’re using. Try switching to a default WordPress theme (e.g., Twenty Twenty-One) temporarily to see if the error still occurs.

    Debugging: If the issue persists, you may need to debug the specific code in the Elementor plugin. This usually requires some knowledge of PHP and WordPress development. You can use debugging tools like Xdebug or enable WordPress debugging to get more information about the error.

    Contact Elementor Support: If you can’t resolve the issue on your own, consider reaching out to Elementor’s support or community forums. They may have encountered similar issues and can provide guidance on how to fix it.

    Backup and Restore: As a last resort, if none of the above solutions work, you can try restoring a backup of your WordPress site to a point before the error occurred. This should revert your site to a stable state, but you’ll lose any changes made after the backup date.

    Remember to take proper precautions, such as backing up your site and data, before making any significant changes to your WordPress installation.

    #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

    #331417
    AWOL
    Participant

    @earl_d,
    I agree with some of what you say, but in many ways I understand the way this is being approached by the BP team, as they are all volunteers. I am guessing that keeping the core plugin compatible with the continual changes in WordPress is enough work in itself, without the added headache of putting extra things into the core that can be provided as plugins, either free, or paid. And I think it would be churlish to make accusations towards those involved for trying to make some money from plugins, even though I don’t feel that is the way they are truly approaching it.
    I think once the new BP is fully tested and launched, and has had a few months to bed in, we will start to see more and better free (and paid) plugins because from what I understand, they will be much easier for developers to integrate because of the changes/improvements that have been, are being and will continue to be made. I am hoping more existing but currently non compatible plugins will also be more easy for their developers to adapt as well. I have always found BP to be quirky and inconsistent so I am hoping that is changing. I also hope that BP can walk the thin line between providing the good solid core and adding solid improvements and additions to that slowly but surely.

    #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

    greeny0hand
    Participant

    I’m a contractor and I’m just starting a construction-based website. I don’t have a lot of experience with WordPress, but I want to add a login, signup, and profile system to my asphalt website. I’m not sure how to do this, and I’m hoping someone can help me out.

    I’m currently working on the website, and I’m hoping to get this feature added as soon as possible. I’m open to any suggestions or advice.

    Thanks in advance 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

    #331261
    Mike Witt
    Participant

    I’ve finally gotten a test site up to try out 12.0.0-beta2. It looks (so far) like I can run without BP Classic. I am seeing a lot of Deprecated notices for things like bp_core_get_user_domain and bp_get_group_permalink, but maybe those just haven’t been cleaned up yet.

    I do see something else, which is not new in BP 12, but I hope it’s OK if I just mention it here. It seems to be an interaction between BP and bbPress. When my site is set to UTC the BP notifications for bbP posts have the right times. But if, for example, I set my WordPress time to UTC+4, then the times of mention notifications look right, but the times of reply notifications are four hours off.

    I don’t *think* there’s anything weird on my site that would cause this.

    #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?

    adabob
    Participant

    For example, you can find a news story on the internet and click on SHARE, which then shows you many options to share Facebook, Twitter, WhatsApp, Signal, basically programs, apps you use with your phone.

    How would you SHARE like above but to your Buddy press groups?

    Avoiding having to log on to the WordPress site, go to the group and enter the news story link and then click submit.

    I am not certain how to explain what we need, but the above is an example.

    Thank you

    #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.

    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

    #331140
    Varun Dubey
    Participant

    Hi @awol You can test the BuddyX theme, which works well with Nouveau https://wordpress.org/themes/buddyx/ and can save you from having to do lots of custom CSS work on default themes.

    #331139
    Mathieu Viet
    Moderator

    Hi @awol

    I believe what you described about Post Type Activities is relative to this ticket: https://buddypress.trac.wordpress.org/ticket/8343. Unfortunately I won’t be able to give it some attention, so the issue will still exist in next major version.

    My priority for the end of this 12.0 development cycle is to document the important change about the BP Rewrites API, hoping plugin authors will use it to make sure their plugins will be ready for this API.

    About BP Template Packs, we do not have (unlike the BP Default theme) any plan to deprecate these for now and coming releases.

    There will be a new BP standalone theme. It will be a Block only Theme, we’ll use it to make it possible to use the Site Editor to customize the BuddyPress area of the site. I believe we should release this theme out of the BuddyPress plugin and directly host it on the WordPress Theme directory.

    For more information about it you can read these 2 posts:

    What new features will be coming to BuddyPress?

    How should back-end & front-end BuddyPress Interfaces evolve?

    #331095
    Varun Dubey
    Participant

    Hi @jcknight,

    Just to clarify, BP (BuddyPress?) does not have its own login pages. However, you can use the default wp-login page and customize it with a third-party plugin. There are also several plugins available that offer login shortcodes or widgets, which can help you create a login page. Hope this helps!

    For the Private community, you can use https://wordpress.org/plugins/lock-my-bp/ until it becomes part of BP v12.0.

    #331062
    attitudecaptions
    Participant

    Hello, I installed WordPress without utilising Softaculus, a server-side programme, then Buddypress, and ‘boom,’ I was done. Nothing, not even 404 errors, anymore. I won’t ever again use server-side software to manage my WordPress, at least not that one! Now that we know it does cause issues, I hope other people are not using it with their hosting either. The problem is resolved. I appreciate your promptness and diligence in making an effort to take care of me.
    I’m grateful.

    #331041
    rammysons
    Participant

    Hello,

    It seems like you’re working on a multi-author website and you’re looking for a way to control access to user profiles. Specifically, you’ve implemented code to deny access to administrators’ profiles, and you’re interested in extending this functionality to subscribers as well.

    To achieve this, you can modify the code you provided to include conditions for subscribers. Here’s an example of how you might achieve this:

    php
    Copy code
    // deny access to admins and subscribers profiles. Users are redirected to the homepage
    function bpfr_hide_admins_and_subs_profile() {
    global $bp;

    // Get the current user’s role
    $current_user = wp_get_current_user();
    $user_roles = $current_user->roles;

    // Check if the user is an admin or a subscriber
    if (bp_is_profile && $bp->loggedin_user->id != 1 &&
    (in_array(‘administrator’, $user_roles) || in_array(‘subscriber’, $user_roles))) :
    wp_redirect(home_url());
    exit;
    endif;
    }
    add_action(‘wp’, ‘bpfr_hide_admins_and_subs_profile’, 1);
    This code snippet checks if the currently displayed user’s role is either “administrator” or “subscriber,” and if the conditions are met, it redirects the user to the homepage.

    Remember to replace ‘administrator’ and ‘subscriber’ with the actual role names used in your WordPress setup.

    Thank you for reaching out, and a special shoutout to “TWITCHFOLLOWERFORGE“. If you have any further questions or need additional assistance, feel free to ask!

Viewing 25 results - 501 through 525 (of 22,644 total)
Skip to toolbar