Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 76 through 100 (of 22,677 total)
  • Author
    Search Results
  • #337177
    emaralive
    Moderator

    Those are the 21 situations that are installed by BuddyPress. If a situation for password reset had existed it would have had to be installed by, at the momenent, an unknown plugin which then would have made the count 22.

    So, at this point, it is still unclear whether an email template and associated situation existed prior to March 25. OK, so let’s try something that might provide some insight as to what may be occurring:

    1. In an Activity post, @mention yourself, so that you would receive and email. We need to look at the email header information to see whether that email was sent by BuddyPress or by WP Mail SMTP.
    2. Send yourself a test message from WP Mail SMTP (once for HTML and once for plain text), again to check the email header information.

    Personally, I only use the built-in emailing capabilities for WordPress related messages and BuddyPress for its related messages. However, I did install WP Mail SMTP (default PHP configuration) just to check how it functions with sending emails.

    I will also attempt to install All-In-One Security (AIOS) to see if it is installing the password email template and situation.

    In the meantime, I’m interested in knowing the results of the email header information specifically 2 key value pairs:

    • Content-Type
    • X-Mailer

    The above list are the keys and an example for the @mention test would be:

    
    Content-Type: multipart/alternative; boundary="b1=_pryh1yml4xJIzLfYeFcRRVRuhNzbjtZon2KyTKgas"
    X-Mailer: PHPMailer 6.9.3 (https://github.com/PHPMailer/PHPMailer)
    

    For WP Mail SMTP the results for the HTML test would be:

    
    Content-Type: text/html; charset=UTF-8
    X-Mailer: WPMailSMTP/Mailer/mail 4.4.0
    

    For WP Mail SMTP the results for the plain text would be:

    
    Content-Type: text/plain; charset=UTF-8
    X-Mailer: WPMailSMTP/Mailer/mail 4.4.0
    

    What I’m attempting to do here is to fill in the blanks, in my mind/have an historical record, and via the process of elimination attempt to figure out what is preventing password reset emails from being delivered.

    #337167
    emaralive
    Moderator

    The issue at this point, as I see it, is that there is additional information that is missing or yet to be uncovered/disclosed. Do you know as a matter of fact that this email template existed prior to March 25? If the email template, it’s corresponding situation (what you call a trigger) and any underlying code to make all of this function, for a password reset to be sent via BuddyPress, would have had to have been created by a plugin (that is not BuddyPress) and if true then that plugin needs to be identified in order to figure out why it has not reinstalled the email template with an associated situation (trigger). Otherwise, if the email template never existed then your problem lies elsewhere.

    Normally, password resets are a function of WordPress and are sent via the wp_mail() function that is executed via the retrieve_password() function. However, I noticed that you are using the WP Mail SMTP plugin of which password resets would be sent via this plugin instead of the wp_mail() function (WordPress).

    #337154
    Earl_D
    Participant

    There is an old plug-in to set a default cover image. I have it running without any problem on the current WP & BP
    https://wordpress.org/plugins/buddypress-cover-photo/

    #337067
    thinlizzie
    Participant

    Easiest is to use the Code Snippets plugin. Download it from the wordpress plugins site. I can’t link to it because this fu***** sh** website holds my comment for moderation when I link to the Official wordpress website. Go figure.

    jodigriego219
    Participant

    For an e-commerce website, I recommend using Elementor over Gutenberg because it offers a more flexible and user-friendly design experience. Elementor provides a drag-and-drop interface, allowing you to customize your pages easily without any coding. It also has a wide range of pre-designed templates and advanced features like custom headers, footers, and integrations with popular e-commerce plugins like WooCommerce. While Gutenberg is a solid choice for simpler sites and is built into WordPress, Elementor will give you much more control over the design and functionality, which is crucial for creating a professional-looking and high-performing e-commerce site.

    michaeljohn23
    Participant

    Both have their strengths! If you want full design flexibility and a user-friendly drag-and-drop interface, Elementor is great. If you prefer speed, simplicity, and better performance, Gutenberg is a solid choice—plus it’s built into WordPress. It really depends on your design needs and how lightweight you want your site to be.

    #336986
    ukfish1
    Participant

    Hi

    We have copied over community builder for Joomla to Buddypress in Wordpres.

    All is great but I need to know how to be able to manually add new users to WordPress that will enable their profile to be displayed the same as the users that we have copied over from Community Builder.

    thanks

    Paul

    orionhouston66
    Participant

    Both have their strengths! Elementor offers more design flexibility with a drag-and-drop interface, making it great for complex layouts. Gutenberg, on the other hand, is lightweight and integrates natively with WordPress, which helps with performance. Are you prioritizing ease of use or site speed?

    #336659
    michaelc1
    Participant

    Hello,
    I am currently working on my new website https://learnhisword.org/
    I am using WordPress 6.7.2 and BuddyPress 14.3.3

    No menu items are showing at all in the menus section. Can’t add them either it seems.

    I am not using a Buddypress theme! I am using the Masteriyo LMS.

    #336630

    In reply to: Multisite Idea

    valuser
    Participant

    You could check if this plugin still works. It segregates BuddyPress social networks in a multi network WordPress install so that each WP network has a different social network. One for each Network.

    You could also check if this plugin still works. It allows each site on an individual network have its own separate buddypress social network.

    It would appear that you may even, at present*, be able to run separate (though members shared) buddypress social networks on every site in a WP Multi Network setup.

    AFAIK they both still work in with WP 6.7.2, BP 14.3.3 PHP 8.3.11 MYSQL8.0.35 but you should check yourself if they still do. (i am not a developer or coder)

    *The Buddypress Development Team has stated that consideration has been given by the Team to perhaps in the long term to deprecate the multiblog feature sometime in the future. This (AFAIK) would not effect the first scenario but would effect the second

    asapadvisors
    Participant

    Hi,

    I am new to buddypress. I have implemented the Kleo theme. When I am trying to sign-up with non-custom emails viz: @gmail.com or @hotmail.com, etc. The registration verification email does not reach the mailbox.

    Kindly Help

    WordPress Version 6.7.2
    BuddyPress Version 14.3.3
    https://cfoforum.co.in

    #336617

    In reply to: Infinite replies

    davesadows
    Participant

    Hello,

    I’m trying to create custom commenting on a buddypress install. I basically would like to have 2 levels of nested comments, and infinite replies without the indentation causing comments to be unreadable. I found this code, but I think it’s specific to WordPress comments, not buddypress:

    Home » WordPress » How to Have Infinite Replies with WordPress Threaded Comments

    How to Have Infinite Replies with WordPress Threaded Comments
    WordPress doesn’t allow to have infinite replies beyond the maximum nested comment depth. In this tutorial, I’ll show you how to create a “Reply” link for all threaded comments, regardless of the depth.

    Table of Contents

    Code for Infinite WordPress Replies
    No Need to Modify Core WordPress Files
    Why Increasing the Max Depth via Code Doesn’t Work
    Allow Flat Inline Replies Like on Facebook
    Related to WordPress Comments:

    How to Disable Links in WordPress Comments
    How to Remove “Comments are Closed” from WordPress
    How to Block WordPress Comment Spam Using Cloudflare
    How to Display Error Messages in the WordPress Admin
    In this screenshot, I’ve set the nested comments level to three:

    WordPress Nested Comments Three Levels Deep
    WordPress Nested Comments Three Levels Deep
    WordPress will nest comment replies to this depth and then stop showing the “Reply” link at the bottom of every comment, as shown here:

    WordPress Comment Reply Missing on Maximum Depth
    WordPress Comment Reply Missing on Maximum Depth
    Because of this limitation, visitors can’t have an ongoing conversation on your site, thereby stifling debate. The code below fixes this problem.

    Code for Infinite WordPress Replies
    To solve the above problem, paste the following code into your theme’s functions.php file, or better yet, use a custom plugin for code insertion. Whichever way you choose, here’s the code you need:

    // Add a custom reply link for infinite comments

    function add_a_reply_link($comment) {
    $temp = get_comment_id();
    $comment_handle = get_comment($temp);
    // $comment_handle = get_comment(get_comment_id());
    $comment_link = get_comment_link($comment_handle);
    $comment_id = get_comment_id();
    $post_id = get_the_id();
    $author = get_comment_author();

    $comment= $comment . ‘<p>Reply</p>’;

    return $comment;
    }

    add_filter(‘get_comment_text’, ‘add_a_reply_link’);

    // Remove the default reply link

    function remove_reply_link() {
    return ”;
    }
    add_filter(‘comment_reply_link’, ‘remove_reply_link’)

    #336618
    davesadows
    Participant

    Hello,

    I’m trying to create custom commenting on a buddypress install. I basically would like to have 2 levels of nested comments, and infinite replies without the indentation causing comments to be unreadable. I found this code, but I think it’s specific to WordPress comments, not buddypress:

    // Add a custom reply link for infinite comments

    function add_a_reply_link($comment) {
    $temp = get_comment_id();
    $comment_handle = get_comment($temp);
    // $comment_handle = get_comment(get_comment_id());
    $comment_link = get_comment_link($comment_handle);
    $comment_id = get_comment_id();
    $post_id = get_the_id();
    $author = get_comment_author();

    $comment= $comment . ‘<p>Reply</p>’;

    return $comment;
    }

    add_filter(‘get_comment_text’, ‘add_a_reply_link’);

    // Remove the default reply link

    function remove_reply_link() {
    return ”;
    }
    add_filter(‘comment_reply_link’, ‘remove_reply_link’)

    Noel Colby
    Participant

    I added buddypress groups to the website as a feature for members to share posts on the group activity feed, live chat and create networking groups.
    However, when i go to the groups homepage and the text box at the top to share a post wont work. It lets me click on it and type but there isnt a submit button to share the post. I also had to switch the template pack from BP Nouveau to BP Legacy because on the Nouveau template the activity feed page does not even show up at all. I’m using Astra as my WordPress website theme at the moment.

    #336602
    emaralive
    Moderator

    Hi,

    Some of the answers may have to come from the Theme developer, i.e. Re-Hub theme, for example:

    1) How can I configure the user profile page? There are elements I find unnecessary for my website, and I’d like to remove them: the sharing buttons, the “write a note” option, etc.

    The “sharing buttons” and “write a note” options are not standard for BuddyPress and are either introduced by your theme in use or possibly from a plugin you have actuated.

    Additionally, without getting into a lot of detail, depending on the template pack in use, e.g., Legacy or Nouveau, there are an assortment of template pages that can be overloaded/overridden (requres advanced knownledge).

    2) Users registered on my site can publish articles using a frontend plugin, comment, etc.
    However, nothing appears in the “Activity” section: even if someone has published an article, nothing shows up. Similarly, nothing appears if they leave comments, someone replies to their comment, or tags them.
    Also, what does the “Favorites” button correspond to? With the theme I’m using, users can save articles as favorites, which are then displayed on a dedicated page. Is that what it’s supposed to refer to?

    As to “articles“, I’ll assume these are synonymous with “blog posts“, typically these are synced to “Activities” via BuddyPress settings (wp-admin > Settings > BuddyPress) by enabling the “Site Tracking” component within the “Components” tab and enabling the “Post Comments” option under “Activity Streams” within the “Options” tab. See Post comments

    As to “Favorites”, think of these as “bookmarks”, IOW, Activity items may be marked as “favorites” or unmarked as “Favorites” which will be listed within the “Favorites” tab, if marked accordingly and, yes, Favorites behave as you have indicated.

    3) On the profile page, users can change their username and select a username that’s already in use (which isn’t allowed during registration). How can I fix this?

    Usernames are unique and cannot be changed. In a “users” profile, the username is preceded/prefixed with the @ symbol. What may be confusing is the “Name” field which is more akin to the display name, to be more precise, it appears to be the “Display name publicly as”, which can be the same as the username or can be different from the username. What’s confusing is that there specific BuddyPress profile fields that correspond WordPress profile fields that may or may not have the same nomenclature. See Your Profile Screen – names section.

    It seems like you are trying to fix something like, there can only be one user with a display name of "Alice". Rightly or wrongly, I suppose confusion abounds when a “display name” is conflated as being a “username”.

    Perhaps, someone else will have a better or more precise explanation than I have provided.

    #336547
    giszech
    Participant

    Hi support team,
    I’ve allready asked you few monthes ago – you told me “all is ok” – but I still cannot crop a profile photo. I hoped that the issue would be solved by itself with updates – but it did not.
    Please try it yourself – https://members.life-science.eu

    I have the AVADA 7.11.14 theme, but I am worry to switch to the twenty twenty five because I will not crash the whole WebSite.
    Buddypress 14.3.3
    Wordpress 6.7.2

    You also told me it’s a problem of AVADA and AVADA told me it’s a problem of BuddyPress. I guess you understand – this doesn’t help me.
    Thanks in advance
    Best wishes

    #336532
    alexanderwbell
    Participant

    It actually appears to be a component in buddypress now apparently, so in the wordpress admin dashboard click on your installed plugins. Then under buddypress, click settings and then check friend connections and then save settings.

    Also if you would like to connect with me on social media as you said before, I am trying to grow my LinkedIn profile as I’m currently looking for a job. So unless the link gets removed, it is below:
    https://www.linkedin.com/in/alexander-bell-487a69295/

    #336511
    Renato Alves
    Moderator

    I see it is still bundled: https://github.com/wp-cli/entity-command/blob/main/src/WP_CLI/CommandWithDBObject.php

    I also think if that were true, our unit tests would fail. It is more likely you do not have wp-cli installed in your project.

    Could you confirm going over these docs?

    #336486
    rodafinos
    Participant

    I have been struggling with this for days now. Maybe the fact that I dont code plays a role.
    I used several iterations of snippets presented by AI, all failed.
    This is the latest:
    function sync_xprofile_to_user_meta($user_id) {
    $fields = bp_xprofile_get_fields_by_group();
    foreach ($fields as $field) {
    $field_value = xprofile_get_field_data($field->id, $user_id);
    update_user_meta($user_id, ‘xprofile_’ . $field->name, $field_value);
    }
    }
    add_action(‘xprofile_updated_profile’, ‘sync_xprofile_to_user_meta’);

    // This function is not automatically executed
    function sync_all_xprofile_to_user_meta() {
    $users = get_users();
    foreach ($users as $user) {
    sync_xprofile_to_user_meta($user->ID);
    }
    }

    I think this one caused critical error.

    WordPress 6.7.2
    Website edited: removed link
    bbPress Version 2.6.11
    Code Snippets Version 3.6.7

    jenniferwatson
    Participant

    Hi,

    I am facing an issue with the media upload option in BuddyPress on my Community Guidelines page. When I try to upload a media file:
    The “Choose File” option appears, and the file successfully uploads in the interface.
    However, the file suddenly disappears, and I get a red error message saying, “Please choose some content to post.”

    Steps I’ve Taken to Fix It:

      Tried using custom code to resolve the issue—no success.
      Cleared cache from the hosting panel and WordPress dashboard.
      Checked for plugin conflicts by disabling all other plugins, but the issue still persists.
      Tested on different themes—the issue remains.

    Moreover strange thing is, Media upload works fine if I go to My Profile → Media and post on my feed.
    The issue only happens inside Groups—media upload is not working on group posts.
    I have also reviewed some BuddyPress articles where users reported the same issue, but I didn’t find a resolution.
    i.e, https://buddypress.org/support/topic/cant-upload-media-from-sitewide-activity-stream/

    As I am handling a community website, I urgently need this feature to work.
    Please provide guidance on how to fix this issue.

    My Site’s URL: edit: link removed
    Thank you!

    emaralive
    Moderator

    The answer to your initial post can be found at the following:

    BP Template Pack JavaScript and Style assets are now only loaded into the community area of your site

    As to your 2nd post, most likely via the following:

    wp_localize_script( 'bp-nouveau', 'BP_Nouveau', apply_filters( 'bp_core_get_js_strings', $params ) );

    teslavolt
    Participant

    I have a custom template page that I’ve added specific bp-activities and its comments (pulled some code from the activity-loop).

    In Buddypress v11.4.3, everything was working fine, the activity displays and comments + reply functionality works – click on a reply and the .ac-form moves to selected reply/comment and it nests it as expected.

    Since Buddypress 12, replies no longer work. I think it’s because the Buddypress scripts no longer load on NON-buddypress pages. I tried enqueueing Buddypress scripts myself using a function:

     function load_bp_activity_scripts(){
        wp_register_script("bpnouveau", "/wp-content/plugins/buddypress/bp-templates/bp-nouveau/js/buddypress-nouveau.js");
        wp_register_script("bpactivity", "/wp-content/plugins/buddypress/bp-templates/bp-nouveau/js/buddypress-activity.js");
        wp_register_script("bpactivitypost", "/wp-content/plugins/buddypress/bp-templates/bp-nouveau/js/buddypress-activity-post-form.min.js");
        wp_register_script("bpmentions", "/wp-content/plugins/buddypress/bp-activity/js/mentions.min.js");
        wp_register_script("corecaret", "/wp-content/plugins/buddypress/bp-core/js/vendor/jquery.caret.min.js");
        wp_register_script("coreatwho", "/wp-content/plugins/buddypress/bp-core/js/vendor/jquery.atwho.min.js");
        wp_enqueue_script("bpnouveau");
        wp_enqueue_script("bpactivity");
        wp_enqueue_script("bpactivitypost");
        wp_enqueue_script("bpmentions");
        wp_enqueue_script("corecaret");
        wp_enqueue_script("coreatwho");
    }
    add_action("load_bp_activity", "load_bp_activity_scripts");
    function load_bp_activity(){ do_action( 'load_bp_activity' );}

    but just loading the scripts is not enough. When I replaced buddypress-activity.js with my own version to debug, I noticed that BP_Nouveau returns as ‘undefined’ and so none of the script functionality would run.

    I’m probably missing something really simple but how can I load Buddypress core scripts or styles in my own custom wordpress template?

    #336364
    emaralive
    Moderator

    Hiding – not easily seen.

    The constants you’ve indicated are for WordPress and are typically defined within wp-config.php, if you search for one of those constant names, does it show up in your search results?

    #336363
    asmaajaved
    Participant

    I don’t understand what you mean by hiding… but this is the environment settings I see in site health…

    Wordpress
    Environment type —- production

    and in constants I see this..

    WP_ENVIRONMENT_TYPE Undefined
    WP_DEVELOPMENT_MODE Disabled

Viewing 25 results - 76 through 100 (of 22,677 total)
Skip to toolbar