Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 1,101 through 1,125 (of 22,682 total)
  • Author
    Search Results
  • #318451
    simpsinator
    Participant
    #318403

    In reply to: Pages not working

    Varun Dubey
    Participant

    @earthwarrior99 which pages are not working, BuddyPress mapped pages or general WordPress page

    Varun Dubey
    Participant

    @leokleine You can use member types to categories your members. https://bpdevel.wordpress.com/2020/09/21/bp-types-admin-ui/

    #318397
    Varun Dubey
    Participant

    @foilerone
    to check logs email are sent or not, you can use the email log plugin https://wordpress.org/plugins/email-log/
    Email may also be stuck in spam folders, due to default WP Sender headers.

    #318369
    chanelwp
    Participant

    Cannot create new Group on https://novelnetwork.com
    WordPress version: 5.7.1
    BuddyPress version 7.3.0
    other plugins (all latest versions) on this site include:
    BP Custom
    BP Profile Search
    BP Simple Private
    BP xProfile Location
    BuddyPress Member Types Pro
    BuddyPress Xprofile Custom Field Types
    Paid Memberships Pro
    Paid Memberships Pro – BuddyPress Add On
    WooCommerce Product Vendors

    Issue:
    Been running BuddyPress a few years on this site. Suddenly an issue when trying to create a new BP group – it just goes to the first screen (Details), I enter Group name and description, and when I click “Create group and continue” it just clears the form. This is a membership site, so you would need to be logged in to see the Groups page.

    Error log shows these errors:
    #3 /home/novelnetwork/public_html/wp-content/plugins/buddypress/class-buddypress.php(522): require(‘/home/novelnetw…’)
    #4 /home/novelnetwork/public_html/wp-content/plugins/buddypress/class-buddypress.php(125): BuddyPress->includes()
    #5 /home/novelnetwork/public_html/wp-content/plugins/buddypress/bp-loader.php(46): BuddyPress::instance()
    #6 /home/novelnetwork/public_html/wp-content/plugins/buddypress/bp-loader.php(90): buddypress()
    #7 /home/novelnetwork/public_html/wp-settings. in /home/novelnetwork/public_html/wp-content/plugins/buddypress/cli/src/scaffold.php on line 19

    Any help would be appreciated!

    foilerone
    Participant

    I installed buddy press, followed the manuals and linked the registration and activation pages. When calling the link to the registration page, the page is properly displayed. After filling in the information and clicking on “Complete Sign Up”, the user just gets redirected to the landing page.

    There is no new user created in the user in wordpress and also no confirmation email is sent. However, when creating a user in the administration console within wordpress, users can be created and also registration emails are sent to the user.

    Any idea how to investigate this problem? All the tricks from other forum entries I have already tried (different themes, activate allow anyone to register etc).

    Installation:
    Wordpress 5.7.1
    Theme: Twenty Seventeen Child Theme, but also ExS
    BuddyPress: Version 7.3.0

    THANK YOU FOR YOUR HELP

    #318330
    iamthewebb
    Participant
    #318265
    Robert D Payne
    Participant

    Hello,

    On my posts with comments, I noticed that the link for each commenter goes to the Buddypress member profile page. That’s not what I want. Instead, I want the commenter link to go to the WordPress author page. How do I do that?

    Thanks,
    Robert

    #318263
    Varun Dubey
    Participant
    #318262
    Varun Dubey
    Participant

    @bibblybob you can test https://wordpress.org/plugins/no-suggested-password/
    for profile navigation arrow that might be theme specific

    Varun Dubey
    Participant

    @kevinbrands I think it’s not related to BP at this point as BuddyPress does not media component yet, there are a couple of plugin for media folders like https://wordpress.org/plugins/media-library-plus/

    silviach
    Participant

    For the second time in 3 months, all registered users in our forum have received the same private message from a new (fake) user. It would be good to limit private messages recipients to 2 at a time. How can I set BuddyPress to do that ?

    Our forum: durecomemuri.it/forum/

    WordPress v. 5.7.1
    BuddyPress v. 7.3.0

    #318236
    Varun Dubey
    Participant
    #318221
    shanebp
    Moderator

    Try wp_redirect for external urls.

    #318220
    jajen1099
    Participant
    #318195
    mdw15
    Participant

    We are running WordPress 5.6.3 and BuddyPress 6.3 (now 7.3).

    #318193
    mysitefixesit
    Participant

    So this seem to be the forum that has current users talking.

    Issue: Buddypress widgets and Buddypress/BP plugins for media not working correctly for updates.

    Discussion: So using the latest activities there are a few thing seen.

      Creating Activity

    • when updates selected any activity with an image will not show, so latest list is not correct
    • when gallery updates selected activities will show latest but only if no images attached, so latest list is not correct.

    Buddypress version: 7.3.0
    Wordpress Version: 5.4.5 but have tested with newer version
    Plugin: Mediapress 1.5.1 (able to control what media can be added to community)
    other Plugins: n/a have disabled in testing

    Solution: None found so far

    Alternate: Alter code at plugin/level – have not done(but able to if need/able to write new code)

    Theme Goal: Achieved – twitter/like community.

    #318190
    Kir 2012
    Participant

    Hi folks, I’m guessing I’m missing something really obvious here (it’s been a very long time since I worked, my apologies) – but I simply can’t seem to get this snippet working below when it was working perfectly before for me. Everything seems in order, but when I add a new user in admin and then login to that user acc to check, there’s no message. Can anyone spot my problem? Kind thanks for your input.

    //auto send msg
    function send_message_to_new_member( $user_id) {
        if ( !bp_is_active( 'messages' ) )
            return;
        $args = array(
            'sender_id' => 1,
            'thread_id' => false,
            'recipients' => $user_id,
            'subject' => 'Welcome to This Site!',
            'content' => 'Hello! Welcome to this blah blah' ,
            'date_sent' => bp_core_current_time()
        );
        $result = messages_new_message( $args );
    }
    add_action( 'bp_core_activated_user', 'send_message_to_new_member', 3 );
    //End Welcome PM//

    (I’m using all of the latest versions of wordpress, plugins etc etc)

    traceykin
    Participant

    Hi

    I was wondering if you could help me please with php.

    After the user fills in the create an account section and base register form I would like 2 things to happen when the user the hits complete signup button.

    1. Disable the auto activation so I can assign a member group in the wordpress users section
    2. Redirect to an external website for their tiered membership payment

    I have tried this for the redirection but I cant get it to work (I added the URL). I placed it in the child theme’s function.php

    function ps_bp_redirect($user) {
    $redirect_url = ‘url goes here’;
    wp_safe_redirect( add_query_arg( array( ‘user’ => $_POST[‘signup_username’] , ’email’=> $_POST[‘signup_email’]), $redirect_url ) );
    }
    add_action(‘bp_core_signup_user’, ‘ps_bp_redirect’, 100, 1);

    and I used this to stop the auto activation and this works perfect. I added the code to snippets plugin.

    add_filter( ‘bp_core_signup_send_activation_key’, ‘ps_disable_activation_email’ );
    function ps_disable_activation_email() {
    return false;
    }
    add_filter( ‘gettext’, ‘ps_change_activation_message’, 20, 3 );

    function ps_change_activation_message( $translated_text, $text, $domain ) {

    switch ( $translated_text ) {
    case ‘You have successfully created your account! To begin using this site you will need to activate your account via the email we have just sent to your address.’ :
    $translated_text = __( ‘Your membership account is awaiting approval by the site administrator.’, ‘buddypress’ );
    break;
    }

    return $translated_text;
    }

    I am using the newest version of wordpress and buddypress Version 7.3.0

    Many thanks and kind regards

    Tracey Kinchella

    schnax
    Participant

    Hello, since the BuddyPress 7.3.0 update I can only invite 14 of the 500 wordpress users to a BuddyPress group. Can someone help me there?

    #318168
    systmx
    Participant

    Hey all.

    I’m trying to determine the best way to change the header and footers on my buddypress pages like member etc. I’ve done a fair bit of searching, but haven’t been able to find the right approach. It seems like something simple that I’m just missing. To be clear, I want, for example, member pages or activity to use a theme header or footer I specify for that page…very similar to what I could do for regular wordpress pages.

    Thanks for any help you can provide!
    Tim

    #318143
    Jesus Iniesta
    Participant

    The error seems to be back, uploading any photo under 452px causes the issue.

    The solution suggested by @dragoeco seems to work:

    
    define( ‘BP_AVATAR_ORIGINAL_MAX_WIDTH’, 150 );
    
    

    My installation uses the docker image: wordpress:php7.4-fpm-alpine

    My environment:

    
    PHP: 7.4.13
    WordPress: 5.7.1
    BuddyPress: 7.3.0
    GD: bundled (2.1.0 compatible)
    Imagemagick:3.4.4
    
    

    Plugins enabled:

    
    BuddyPress: 7.3.0
    
    

    Theme:

    
    Twenty Twenty-One: 1.2
    
    
    tantrigger
    Participant

    Hello,

    the signin and signup form is mixing english and german language

    Sign in Form which should be displayed in German language

    Can someone please help me to fix this?

    I’m pretty new to wordpress and buddyboss
    I’m using plattform v.1.5.8 and theme v1.6.5 and wp 5.7.1.

    #318112
    Mathieu Viet
    Moderator

    Hi @olamyklebost,

    I’m sorry to read what happened to your site. I believe something went wrong during the upgrade process with the WordPress.org Plugins directory. I advise you to remove completely the BuddyPress plugin directory to reinstall a fresh download of the 7.3.0 package.

    All previous BuddyPress versions can be downloaded from the advanced area of our plugin’s page on WordPress.org:
    https://wordpress.org/plugins/buddypress/advanced/

    You’ll find a dropdown control where you can choose the needed previous version. Before reverting I strongly encourage you to try again to download 7.3.0 from there https://downloads.wordpress.org/plugin/buddypress.7.3.0.zip and reinstall it.

    The error message says a file is missing, but if you look into the 7.3.0 tag you’ll see the file the error is mentioning bp-core-wp-abstraction.php is not missing into the tag:
    https://plugins.trac.wordpress.org/browser/buddypress/tags/7.3.0/bp-core

    I hope this will help you fix the issue.

    #318103
    olamyklebost
    Participant

    This upgrade crashed my site:

    Om du søker hjelp med dette problemet kan du bli bedt om noe av følgende informasjon:
    WordPress-versjon 5.7
    Nåværende tema: BuddyApp Child (versjon )
    Nåværende utvidelse: BuddyPress (versjon 7.3.0)
    PHP-versjon 7.4.16

    Detaljer om feilen
    ==================
    En feil av typen E_COMPILE_ERROR ble forårsaket i linje 458 i filen /home/2/g/georgernes/www/wp-content/plugins/buddypress/class-buddypress.php. Feilmelding: require(): Failed opening required ‘/home/2/g/georgernes/www/wp-content/plugins/buddypress/bp-core/bp-core-wpabstraction.php’ (include_path=’.:/usr/share/php’)

    Is there somewhere I can find 7.2.1 and reinstall it, please?

Viewing 25 results - 1,101 through 1,125 (of 22,682 total)
Skip to toolbar