Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 126 through 150 (of 73,981 total)
  • Author
    Search Results
  • #336869
    Patel Akshay
    Participant

    Here’s my function, and I want to add a placeholder for wp_editor(). However, there’s no default parameter available for this. How can I achieve it?

    I’m using BuddyPress, and the following function is used for the “What’s New” textarea. I have replaced the simple textarea with wp_editor().

    function show_whats_new_tinymce_editor($editor_id) {
        $current_user = wp_get_current_user();
        $user_display_name = !empty($current_user->display_name) ? $current_user->display_name : __('User', 'reign');
    
        $content = "What's new, {$user_display_name}?";
    
        $settings = array(
            'media_buttons' => false,
            'textarea_name' => 'comment',
            'textarea_rows' => 6,
            'teeny' => false,
            'tinymce' => array(
                'wpautop' => true,
                'toolbar1' => 'bold,italic,bullist,numlist,link,unlink,undo,redo,addmedia,addgif,videoembed,fullscreen',
                'toolbar2' => '',
                'branding' => false,
                'statusbar' => true, // Show status bar for resizing
                'resize' => true, // Allow resizing
                'height' => 200, // Set default height
                'extended_valid_elements' => 'a[href|target=_blank], iframe[src|width|height|frameborder|allowfullscreen]',
                'rel_list' => array(array('title' => 'No Follow', 'value' => 'nofollow')),
                'link_default_target' => '_blank'
            ),
            'quicktags' => false
        );
    
        $dark_mode = isset($_COOKIE['reign_dark_mode']) && $_COOKIE['reign_dark_mode'] === 'true';
        $settings['tinymce']['content_css'] = $dark_mode ? get_stylesheet_directory_uri() . '/assets/css/dark-mode-editor.css' : '';
    
        wp_editor($content, $editor_id, $settings);
    }
    emaralive
    Moderator

    Hello all. Versions 14.3.4, 12.5.3 & 11.4.4 are Security Releases. Please update, accordingly, when possible.

    BuddyPress 14.3.4, 12.5.3 & 11.4.4 Security Releases

    emaralive
    Moderator

    Hi,

    I’m not sure I, totally, understand your inquiry but, I’ll provide some information that may be of some help. The BP Nouveau template pack provides for use of the wp_editor() function configured as TinyMCE and by default provides 7 buttons, e.g.:

    • Bold
    • Italic
    • Bulleted list
    • Numbered (ordered) list
    • Blockquote
    • Link
    • Image

    Compose and Reply makes use of the same wp_editor and due the use of various filter hooks, the number of buttons can be altered by a plugin or someone implementing custom code. Depending on the code that is external to BuddyPress, there is opportunity to make various buttons available to different users.

    For the sake of simplicity, the following screenshot is a simple illustration:

    Screenshot of Private Message visual editor

    As for settings within BuddyPress, there isn’t a UI available for this purpose. However, some plugins that provide additional TinyMCE buttons, may offer UI settings.

    amnonmichaelcohen
    Participant

    In my standard BuddyPress I do not know how to RESTRICT the FIELD for entering new members Personal Profile URL.

    As of now, I am asking for it, but people/scammers are just entering 2-3 letters, so I do not think they are real potential/legitimate members.

    Standard BuddyPress does not have/grants me the option to restrict a new applicant’s application to enter specific sought information, say like URL, Phone Number and alike.

    Also, when I look at all new members’ applications, the Name and email and time appear, but specific field/information like Personal Profile URL are not on the page — a feature which will help me approve the legitimate new members and reject all the many fake/spammers I am getting by the hundreds…

    shawfactor
    Participant

    Gutenberg

    It is a standard

    Buddypress already supports it (to some extent) and will be integrated further in the future

    #336776
    siliah
    Participant

    Hello everyone,

    I would like to report a bug with BuddyPress that occurs after a member receives a notification informing them that they have been awarded the verification badge on their account.

    Here is the error that appears in the logs. Note that as long as the member has not deleted the notification indicating that they have received the verified badge, every page they visit on the site will generate an error in the logs. You can imagine the number of errors this can produce with many members online simultaneously.

    2025/03/20 19:40:39 [error] 5891#5891: *4127 FastCGI sent in stderr: "PHP message: PHP Warning: Undefined array key "name" in /www/site_734/public/wp-content/themes/theme/includes/functions/buddypress/theme-functions-buddypress-notification.php on line 268" while reading response header from upstream, client: 173.792.398.52, server: site.com, request: "POST /wp-admin/admin-ajax.php HTTP/2.0", upstream: "fastcgi://unix:/var/run/php8.2-fpm-site.sock:", host: "site.com:33800", referrer: "https://site.com/"

    hysteriah
    Participant

    I’m using the latest version of WordPress (v6.7.2) and BuddyPress (v 14.3.3), together with another plugin called “Modern Image Formats (v 2.5.0)” that converts all images to AVIF file type when uploading new images to reduce my HDD usage on my site. Whenever the “Modern Image Formats” plugin is acitvated, the uploading of a new profile image in BuddyPress crashes whenever it reaches the step to crop the image.

    Is there any hope for BuddyPress to support AVIF file types soon?

    #336660
    emaralive
    Moderator

    Hi,

    Try reading through the following document to see if the information provides some insight:

    Navigation menus

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

    #336657
    ukfish1
    Participant

    Hi

    I am new to BuddyPress. I have installed the plugin and am trying to configure it.

    When I try to visit some of the pages, they are displaying incorrectly, such as https://west5web-test.co.uk/activity/

    Any idea what this might be?

    Thanks

    Paul

    #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

    #336628
    ideer343434
    Participant

    ### **1. Check if the Groups Directory Page Exists**
    – Go to **Pages** in your WordPress dashboard.
    – Look for a **Groups Directory** page. If it’s missing, create a new page and set it up as needed.

    ### **2. Verify Permalinks**
    – Go to **Settings > Permalinks** and click **Save Changes** (without changing anything). This refreshes permalinks and can fix missing pages.

    ### **3. Check Theme & Plugin Compatibility**
    – Temporarily switch to a default theme (e.g., **Twenty Twenty-Four**) and check if the directory appears.
    – If it does, the issue might be with the **Kadence theme** or custom code.
    – Disable all plugins except **SCF** and gradually enable them one by one to find conflicts.

    ### **4. Review Page Template Settings**
    – Edit the **Groups Directory** page and check if the correct **template** is selected.
    – Try switching to a **default template** if a custom one is causing issues.

    ### **5. Ensure Groups Feature is Enabled**
    – If you’re using **BuddyPress**, go to **Settings > BuddyPress > Components** and ensure **”Groups”** is enabled.

    ### **6. Check for Custom Code Issues**
    – If you’ve added custom code in **functions.php** or used **SCF** for custom fields, check if it’s interfering with page visibility.

    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’)

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

    #336587
    Tim Jordan
    Participant

    When I update buddypress in the website’s admin panel the “A timeout with occurred (524 error)”. I contact to the hosting provider they said all settings are okay from their side. So how to resolve this issue.

    avisnews
    Participant

    There has been a critical error on this website. Please check your site admin email inbox for instructions. If you continue to have problems,

    Please I need help, when ever my user wants to register on my website. The registration details can not be submitted. Buddypress is giving me this error.

    #336566

    Topic: Multisite Idea

    in forum Ideas
    bchabot
    Participant

    I’ve seen that there is a movement to migrate/update the Codex documentation regarding BP on WP-milti and I’m looking forward to that, but in the mean time, a couple pieces of feedback:

    It isn’t too hard to detect if BP is being installed in a multisite system. The user shouldn’t need to dig through documentation to make it work.

    As of now, I see the ducks on GitHub indicate three install cases:
    Case 1: Network-wide activation using the Main Site of your network to house your BuddyPress community
    Case 2: Network-wide activation using a Secondary Site of your network to house your BuddyPress community
    Case 3: Activating BuddyPress on one of the site of your network only.

    After reading through those, at the end, I see:

    You currently cannot have multiple instances of BuddyPress on a WordPress network.

    I have to wonder what that hangup is here.

    Let’s call this currently impossible situation an extension of Case 3.

    A simpler way to do this might be:
    (And please bear with me as I try to describe this in English rather than code… If I was any good at coding, I’d have volunteered to write it for you.)

    Are we being activated in a Network configuration?
    If NO, install normally, as stand-alone.
    If YES, get the current blog ID and use that to configure paths and such. Set bp_root_blog in the Admin Settings page and store it in wp_X_options, with a default of 1 for network-wide (cases 1 and 2) or the same as the current blog ID for case 3.

    There should be no need to edit config files or directly manipulate DB tables.

    #336559
    dimanep
    Participant

    go to Users – profile fields
    try found message on page “BuddyPress Multilingual – have no translated fields” something like that. there is a button in the message, we press it, wait and now we can translate into string translation.
    I searched for a long time and why the authors of the plugin did not include this in the instructions.

    #336555
    gowbe
    Participant

    Hello,
    I need help with finding a way to create new roles for members and customize them.
    I am creating a social network in which members must have different roles.
    – Visitors who can only view, comment, and share posts.
    – Creators who can create a new post + visitors’ features
    – Reviewers who who can accept or reject the publication of posts created by creators.

    I am using BuddyPress Version 14.3.3 on WordPress 6.7.2.

    Thank you in advance.

    cccc1234
    Participant

    I have the following error:

    Your BuddyPress Docs attachments directory is publicly accessible. Doc attachments will not be properly protected from direct viewing, even if the parent Docs are non-public.

    It looks like you are running Apache. The most likely cause of your problem is that the AllowOverride directive has been disabled, either globally (httpd.conf) or in a VirtualHost definition. Contact your host for assistance.

    My apache2.conf are below:

    ____

    #=========================================================================#
    # Default Web Domain Template #
    # DO NOT MODIFY THIS FILE! CHANGES WILL BE LOST WHEN REBUILDING DOMAINS #
    # https://hestiacp.com/docs/server-administration/web-templates.html #
    #=========================================================================#

    <VirtualHost xx.xx.xx.xx:8080>

    ServerName domain.com

    ServerAdmin info@domain.com
    DocumentRoot /home/user/web/domain.com/public_html
    ScriptAlias /cgi-bin/ /home/user/web/domain.com/cgi-bin/
    Alias /vstats/ /home/user/web/domain.com/stats/
    Alias /error/ /home/user/web/domain.com/document_errors/
    #SuexecUserGroup user user
    CustomLog /var/log/apache2/domains/domain.com.bytes bytes
    CustomLog /var/log/apache2/domains/domain.com.log combined
    ErrorLog /var/log/apache2/domains/domain.com.error.log

    IncludeOptional /home/user/conf/web/domain.com/apache2.forcessl.conf*

    <Directory /home/user/web/domain.com/stats>
    AllowOverride All
    </Directory>
    <Directory /home/user/web/domain.com/public_html>
    AllowOverride All
    Options +Includes -Indexes +ExecCGI
    </Directory>

    <FilesMatch \.php$>
    SetHandler “proxy:unix:/run/php/php8.3-fpm-domain.com.sock|fcgi://localhost”
    </FilesMatch>
    SetEnvIf Authorization .+ HTTP_AUTHORIZATION=$0

    IncludeOptional /home/user/conf/web/domain.com/apache2.conf_*
    IncludeOptional /etc/apache2/conf.d/*.inc

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

Viewing 25 results - 126 through 150 (of 73,981 total)
Skip to toolbar