Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 1,126 through 1,150 (of 22,644 total)
  • Author
    Search Results
  • #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?

    #318089
    Mathieu Viet
    Moderator

    Hi @dimensionmedia


    @vapvarun
    brought your topic to our attention during today’s dev-chat. I believe both needs can be satisfied if we migrate our custom URI to WP’s Rewrite API.

    If you look at this comment/patch I had a proof of concept working (the patch probably needs a huge refresh). Our main concern is the potential damage that BuddyPress Plugins/Themes could face.

    One possible way to finally progress about it is to use the patch to build a plugin so that it’s easy to deactivate if there’s an issue, and it’s also faster to iterate from the plugin to solve one by one the compatibility issues as they arrive.

    I’ll look into it once 8.0.0 is released 👋

    Jade
    Participant

    WordPress Version 5.7
    BuddyPress Version 7.2.1

    Hi Team, I haven’t receive any confirmation email during registration. Please help! Thanks!

    #318053
    Varun Dubey
    Participant

    1- BuddyPress does not bundle any theme itself
    2- theme-specific questions
    3- ideally you can view it at domain.com/forums/single-forum-slug or domain.com/forums
    to isolate any theme-specific limitation you can also test with WordPress default 2021 theme.
    4- theme my login plugin provides role base redirect and also when you are using different login pages, they act differently.

    #318049
    Varun Dubey
    Participant

    @epgb101 you can test https://wordpress.org/plugins/buddy-registration-widget/ it offers a shortcode for the register page, which can be used in plugin settings.

    In our next update, we are going to provide options to map any custom page to display restricted content which will give you better content over the content.

    #318036
    epgb101
    Participant

    Hello
    When I install that plugin (https://wordpress.org/plugins/lock-my-bp/) it works perfectly – except now, my existing buddypress registration and login (with custom signup questions) is now replaced by what looks like standard WP Login/Register fields.

    Q: how can I disable keep my original Login/Register signup page/fields?
    (I cannot see any shortcodes in my exiating BuddyPress register page to enter in lock-my-bp ‘Custom Form’ field – it’s blank)

    The page I need help with: https://www.101christianchat.com/members/

    #318012
    sasasasaaa
    Participant

    1. Which version of WordPress are you running?
    5.7

    2. Did you install WordPress as a directory or subdomain install?
    installed on root

    3. If a directory install, is it in root or in a subdirectory?

    4. Did you upgrade from a previous version of WordPress? If so, from which version?
    Fresh install

    5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting.
    yes

    6. Which version of BP are you running?
    7.2.1

    7. Did you upgraded from a previous version of BP? If so, from which version?
    Fresh install

    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?
    NO

    9. Are you using the standard BuddyPress themes or customized themes?
    Divi Theme

    10. Have you modified the core files in any way?
    Not yet

    11. Do you have any custom functions in bp-custom.php?
    Nope

    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?
    no bbPress yet

    13. Please provide a list of any errors in your server’s log files.

    14. Which company provides your hosting? all-inkl.com (Germany)

    15. Is your server running Windows, or if Linux; Apache, nginx or something else?
    not sure

    #318010
    sasasasaaa
    Participant

    Hello,
    I have fresh WordPress, Buddypress and Divi Theme installation.
    No other plugins, no child theme, no .htaccess changes.
    As first I have created a group.
    And then I have made changes in Divi Theme Options.
    After saving Divi changes, no Page Title appear on any buddypress pages.

    I have tested with a another fresh installation again, same happen.

    Can you help why Page Title do not work?

    It looks there is a conflict with divi settings and buddypress.

    Thanks

    #317984
    songdove
    Participant

    Look up Wbcom Designs – Shortcodes & Elementor Widgets For BuddyPress in the wordpress.com plugin database. I used this to make a main feed with the activity shortcode they offer. But sitename.com/activity does it as well without any additional plugin.

    #317913
    casper99
    Participant

    Hi,

    in viewing messages, you can accidently delete the whole conversation by clicking the red button in the header. Even if you ticked the “full conversation” symbol, at this position immediately appers the delete button, which could be accidently be clicked.

    Is there a way to show a confirmation message, if really all messages of this conversation should be deleted?

    Thanks!

    WordPress 5.7
    Buddypress Version 7.2.1
    Theme: bp-nouveau

Viewing 25 results - 1,126 through 1,150 (of 22,644 total)
Skip to toolbar