Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 851 through 875 (of 22,644 total)
  • Author
    Search Results
  • #323519
    Mathieu Viet
    Moderator

    Hi,

    Thanks for your feedback, this will be fixed in next minor release. See https://buddypress.trac.wordpress.org/ticket/8639

    #323447
    Mathieu Viet
    Moderator

    Hi @moviefloss & @pasindups

    Uploading/cropping avatars works fine with me.

    Can you try help me to reproduce the issue so that I can fix it?

    1. Before uploading the picture, open the browser’s inspector and activate the network tab, the one which logs pages load, Ajax requests…
    2. Upload the picture, according to what you described, you should see an error logged into this tab, double click on the line of this error and make a screenshot of the request result.
    3. Repeat the operation activating the console tab of the browser’s inspector, but this time you might see JavaScript errors logged, I also need a screenshot if that’s the case 🙂

    Tell me more about the picture you’re trying to upload: file extension, size in pixels.
    Tell me more about the browser you are using: Firefox, Chrome, Safari, Edge, Internet Explorer 😬, another one ?
    Tell me more about the active theme?
    Tell me more about your WordPress configuration (regular, multisite) if Multisite how BuddyPress is activated (Network, on the main site of the network, on a subsite, other)?
    If you are using some specific BuddyPress constants into your wp-config.php file which ones?

    Thanks in advance for your inputs 😉

    #323444
    ksheldon7
    Participant

    When I go to invite members to a group., the plus sign button is not visible. I use the Memberlite theme but I tried both the BuddyPress and the Twenty Twenty themes and still had the same problem. Do you have any idea what could cause this?

    WordPress 5.9
    BuddyPress 10.0

    Website Link: http://www.sheldonfamily.net

    #323419
    angelk45
    Participant

    Hola, buenas noches.
    Estoy construyendo un sitio web con el tema de BENTO en wordpress.org. llamado https://tescuchamos.com.co
    La página de REGISTRO muestra el formulario y envía el mensaje al solicitante,
    que utiliza el enlace para registrarse, pero cuando se abre la página muestra un aviso que la URL no se encuentra y solicita introducir el código de verificación que tampoco funciona.
    ¿Cómo arreglar esto?

    #323379

    In reply to: How to use bp hooks?

    savantking99
    Participant

    thank you. But then I get this error:

    
    Fatal error: Uncaught ArgumentCountError: Too few arguments to function function_voornaam(), 1 passed in E:\Xampp\htdocs\wordpress\wp-includes\class-wp-hook.php on line 303 and exactly 2 expected in E:\Xampp\htdocs\wordpress\wp-content\themes\buddyboss-theme-child\functions.php:48 Stack trace: #0 E:\Xampp\htdocs\wordpress\wp-includes\class-wp-hook.php(303): function_voornaam('show_messagge') #1 E:\Xampp\htdocs\wordpress\wp-includes\plugin.php(189): WP_Hook->apply_filters('show_messagge', Array) #2 E:\Xampp\htdocs\wordpress\wp-content\themes\buddyboss-theme-child\functions.php(66): apply_filters('bp_members_sign...', 'show_messagge') #3 E:\Xampp\htdocs\wordpress\wp-settings.php(546): include('E:\\Xampp\\htdocs...') #4 E:\Xampp\htdocs\wordpress\wp-config.php(97): require_once('E:\\Xampp\\htdocs...') #5 E:\Xampp\htdocs\wordpress\wp-load.php(50): require_once('E:\\Xampp\\htdocs...') #6 E:\Xampp\htdocs\wordpress\wp-blog-header.php(13): require_once('E:\\Xampp\\htdocs...') #7 E:\Xampp\htdocs\wordpress\index.php(17): require('E:\\Xampp\\htdocs...') #8 {main} thrown in E:\Xampp\htdocs\wordpress\wp-content\themes\buddyboss-theme-child\functions.php on line 48
    
    #323375

    In reply to: How to use bp hooks?

    savantking99
    Participant

    Yes, I have done that. So the complete code is then like this:

    add_filter('bp_members_signup_error_message', 'function_voornaam');
    
    function function_voornaam($value,  $fieldname)
    {
    
        if ($fieldname == 'field_1') {
    
            return '<style>{font-family:bold}</style>  you have to enter name.';
        }
    }

    But then I get this error:

    
    atal error: Uncaught ArgumentCountError: Too few arguments to function function_voornaam(), 1 passed in E:\Xampp\htdocs\wordpress\wp-includes\class-wp-hook.php on line 303 and exactly 2 expected in E:\Xampp\htdocs\wordpress\wp-content\themes\buddyboss-theme-child\functions.php:49 Stack trace: #0 E:\Xampp\htdocs\wordpress\wp-includes\class-wp-hook.php(303): function_voornaam('show_messagge') #1 E:\Xampp\htdocs\wordpress\wp-includes\plugin.php(189): WP_Hook->apply_filters('show_messagge', Array) #2 E:\Xampp\htdocs\wordpress\wp-content\themes\buddyboss-theme-child\functions.php(68): apply_filters('bp_members_sign...', 'show_messagge') #3 E:\Xampp\htdocs\wordpress\wp-settings.php(546): include('E:\\Xampp\\htdocs...') #4 E:\Xampp\htdocs\wordpress\wp-config.php(97): require_once('E:\\Xampp\\htdocs...') #5 E:\Xampp\htdocs\wordpress\wp-load.php(50): require_once('E:\\Xampp\\htdocs...') #6 E:\Xampp\htdocs\wordpress\wp-blog-header.php(13): require_once('E:\\Xampp\\htdocs...') #7 E:\Xampp\htdocs\wordpress\index.php(17): require('E:\\Xampp\\htdocs...') #8 {main} thrown in E:\Xampp\htdocs\wordpress\wp-content\themes\buddyboss-theme-child\functions.php on line 49
    
    #323371

    In reply to: How to use bp hooks?

    shanebp
    Moderator

    Read the docs re how to use apply_filters.

    Try:
    add_filter('bp_members_signup_error_message', 'function_voornaam');

    #323333
    callum97
    Participant

    Hi there, our registration page is no longer responding. We are not sure how long ago this happened if it was caused by the new WordPress update, however, can you please advise on how to fix this as the page just continues to load but doesn’t respond.

    Kind regards
    Callum

    #323317
    giuseppe2016
    Participant

    Hello community. I’d like to use Buddypress but with this configuration:
    fresh wordpress installation 5.4.9 , php 8 , with only Buddypress 10.0 plugin activated on twenty nineteen theme it is not possible to add personal photo as subscriber role nor author role.

    I had already tried with wordpress installation 5.9 , php 7.2 , with only Buddypress plugin activated on twenty twenty theme.

    The only difference is that now it’s always written “There was a problem cropping your profile photo.”

    https://amodio.live/members/buddy_test2/profile/change-avatar/

    Someone has a solution or Buddypress has gone forever?

    Do you know another plugin to use for creating a community?

    Many thanks,

    Giuseppe

    #323262

    In reply to: admin-bar removal

    Avi Nayar
    Participant
    #323253
    palztogo
    Participant

    Hello,

    I’m getting these Notices in my Frontend Website Heading. Please see bellow at the end of this message.
    My support team tell me that it’s relate to BuddyPress or its related plugins.

    What are these errors?
    Should I do anything to correct the errors?
    To which plugins these errors are related to?
    Should I just ignore these notices and Disable WP_Debug?

    I disabled al the plugins which are related to buddypress, but these notices don’t disappear.
    If I disable BuddyPress these notices disappear but also my website, because it’s based entirely on Buddypress 🙂

    Any suggestions?

    I’m using:
    WordPress v 5.9
    BuddyPress v 10.0.0

    Thanks,
    Dror

    Notice: Trying to get property ‘ID’ of non-object in /home/palztogo/public_html/wp-includes/class-wp-query.php on line 4121

    Notice: Trying to get property ‘post_title’ of non-object in /home/palztogo/public_html/wp-includes/class-wp-query.php on line 4123

    Notice: Trying to get property ‘post_name’ of non-object in /home/palztogo/public_html/wp-includes/class-wp-query.php on line 4125

    Deprecated: bp_before_xprofile_cover_image_settings_parse_args is deprecated since version 6.0.0! Use bp_before_members_cover_image_settings_parse_args instead. in /home/palztogo/public_html/wp-includes/functions.php on line 5691

    teslavolt
    Participant

    Wordpress v5.9
    Buddypress V10
    Theme – Nouveau enabled

    I’m trying to put the contents of a single activity onto a custom wordpress template page.
    e.g. https://www.mysite.com/members/myusername/activity/2/

    I looked at the \buddypress\bp-templates\bp-nouveau\buddypress\activity\activity-loop and \activity\single\home for code to put in my custom template:

    
    <div class="entry-content" id="start-a-project">
        <div id="buddypress" class="buddypress-wrap twentysixteen bp-dir-hori-nav">
            
            <?php $prj_activity_args = array("include"=> 2 );  // only pull activity id=2 from WP_BP_ACTIVITY ?> 
            <div class="activity" data-bp-single="2"> <!--hardcoding for testing-->
            <?php 
            if ( bp_has_activities( $prj_activity_args ) ) : ?>
                <?php if ( empty( $_POST['page'] ) || 1 === (int) $_POST['page'] ) : ?>
                    <ul id="activity-stream" class="activity-list item-list bp-list" data-bp-list="activity">
                        <ul class="activity-list item-list bp-list">
                <?php endif; ?>
                <?php
                    while ( bp_activities() ) :
                        bp_the_activity();
                ?>
                    <?php bp_get_template_part( 'activity/entry' );?>
                <?php endwhile; ?>
                <?php if ( empty( $_POST['page'] ) || 1 === (int) $_POST['page'] ) : ?>
                        </ul> <!-- .activity-list -->
                    </ul> <!-- #activity-stream -->
                <?php endif; ?>
            <?php else : ?>
                <?php //bp_nouveau_user_feedback( 'activity-loop-none' ); ?>
            <?php endif; ?>
            <?php// bp_nouveau_after_loop(); ?>
    
            </div>
        </div>
    

    I only want to pull one activity – so I passed array(“include”=> 2 ) to bp_has_activities() ; However, when the page is loaded, the <ul id=”activity-stream”> loads ALL the activities.

    Could someone help me figure out why this is happening? I switched to the legacy theme and the code works fine. I think it’s something to do with the data-bp-list=”activity” that is causing all the activities to get loaded.

    #323237
    giuseppe2016
    Participant

    Updates:

    fresh wordpress installation 5.4.9 (the last one as in the Buddypress requirements) with only Buddypress 10.0 plugin activated on tweny nineteen theme.

    Not working on 5.9 and twenty twenty theme too.

    Both cases it is not possible to add personal photo as subscriber role nor author role.

    Have you found a solution?

    Many Thanks,

    Giuseppe from Rome

    #323236
    giuseppe2016
    Participant

    Updates:

    fresh wordpress installation 5.4.9 (the last one as in the Buddypress requirements) with only Buddypress 10.0 plugin activated on tweny nineteen theme.

    It is not possible to add personal photo as subscriber role nor author role.

    I don’t know what to say. Buddypress 10.0 has this bug on 5.4.9 too?

    #323234
    giuseppe2016
    Participant

    Let me add:

    twenty twenty as theme

    only buddypress 10.0 as active plugin

    PHP 7.2.34

    Wordpress 5.9

    Are there some conflicts?

    Please let us know,

    Giuseppe

    #323207
    ciudadaumentada
    Participant

    Hello. I have a problem with my site and BuddyPress.
    Unable to complete registration.
    This error appears:
    Fatal error: Uncaught Error: Call to a member function profile_groups() on null in /home/customer/www/faconautowoman.com/public_html/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-template.php:101 Stack trace: #0 /home/customer/www/faconautowoman.com/public_html/wp-content/themes/thrive-nouveau/buddypress/members/register.php(50): bp_profile_groups() #1 /home/customer/www/faconautowoman.com/public_html/wp-includes/template.php(772): require(‘/home/customer/…’) #2 /home/customer/www/faconautowoman.com/public_html/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(165): load_template(‘/home/customer/…’, false, Array) #3 /home/customer/www/faconautowoman.com/public_html/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(67): bp_locate_template(Array, true, false, Array) #4 /home/customer/www/faconautowoman.com/public_html/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(350): bp_get_template_part(‘members/registe…’, NULL, Array) #5 /home/customer/www/faconautowoman. in /home/customer/www/faconautowoman.com/public_html/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-template.php on line 101

    The site works with wordpress 5.9

    Can help us?

    Thanks

    #323206
    #323174
    eshafer15
    Participant

    Hi,

    I’m fairly new to WP and BP. I’m trying to help a non-profit with their WordPress site and the Registration page just spins. I’ve added define( ‘WP_DEBUG_LOG’, true ); to the wp-config.php file but I don’t get any errors logged….just the page spinning. I’ve pulled a copy to my LocalWP and disabled all plug-ins, etc but can’t find the issue. I would love any pointers or help!
    Please be patient with me as my expertise is limited. I realize these are older plugins, etc. This was working and then stopped but not sure why. I will start slowing updating everything to get it current once I figure out how to get the site back functional.

    To get to the registration page go to: About – scroll down and select ‘Become a Member’ – ‘Create an Account’

    BP Settings Options – Profile Syncing enabled
    BP Pages – Register set to Register
    website: https://fellowcoaches.com/
    WP version: 5.6.7
    BP version: 3.2.5
    Theme: Twenty Twenty-One v1.3

    Mathieu Viet
    Moderator

    Sure!

    Thanks for the ping @johnjamesjacoby. I’ve open a ticket with a patch about it. @alexmangini don’t hesitate to test it. By the way we don’t use Git but SVN for BuddyPress code. If you want to dive into BuddyPress code contribution, I advise you to read this tutorial to get started quickly 😉

    #323166
    chipe
    Participant

    I am using the most recent versions of WordPress and BuddyPress.

    Hi, I’ve been searching these forums for about 4 hours now.

    On my members page the background is light gray but all of the text, like the members names especially, are a real light yellow. I can not for the life of me figure out how to change those colors!

    Can anyone please point me in the right direction??

    THANK YOU

    #323165
    maryreyes
    Participant

    In your BuddyPress settings, do you have Profile Syncing turned on or off? If it’s on, it uses the WordPress registration and login.

    #323155
    Mike Witt
    Participant

    I just tried updating to 10 on a test site (on AWS Lightsail) and I got:

    Update failed: The update cannot be installed because we will be unable to copy some files. This is usually due to inconsistent file permissions.

    In the php log:

    PHP Warning: chmod(): Operation not permitted in /opt/bitnami/wordpress/wp-admin/includes/class-wp-filesystem-direct.php on line 173

    (I got five of those) I don’t have time to look into this right now. I generally don’t update plugins when the first of a major version comes up. But the bottom line is that I wasn’t able to try it.

    #323147
    jordyblanken
    Participant

    Hi everyone,

    I am using the latest version of WordPress and tried Buddypress 9.2 and 10.0, but both gave the same trouble.

    When I’m testing my register form, I don’t get redirected to the page which tells you to check your mail. It refreshes and the password field is empty.

    Can someone help me?

    I tried to deactivate all of the other plugins and I tried a different theme. Both didn’t work.

    #323129
    kayart
    Participant

    You can create a subdomain and set up a WordPress website there

    #323108
    lebo12
    Participant

    possible to move buddypress plugin off WordPress?

Viewing 25 results - 851 through 875 (of 22,644 total)
Skip to toolbar