Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 1,101 through 1,125 (of 22,687 total)
  • Author
    Search Results
  • 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
    jesusinica
    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

    cmikel
    Participant

    Found this plugin that worked for me:

    Wbcom Designs – BuddyPress Activity Filter

    #317882
    michaelsandmichaels
    Participant

    I just installed BuddyPress 7.2.1 on a development site running Elementor 3.1.4 and Elementor Pro 3.2.0 on WordPress 5.7. I discovered that BuddyPress causes the Elementor editor to hang when you attempt to edit an element. Deactivating BuddyPress immediately restored standard functionality. I am also running bbPress 2.6.6 and have had no issues with that. I had already configured a number of BuddyPress group forums and was really looking forward to using it, but this is a deal-breaker if I can’t use the Elementor editor! I really hope the conflict can be resolved as we’re hoping to go live with the site soon. I can share the url and answer questions in more detail if we are able to continue this conversation offline. Let me know how to submit a support ticket or email support if so. Thank you!

    #317874
    erotmil
    Participant

    Running latest wordpress 5.7 php 7.4 BP Group Documents 1.12.3 buddypress 7.2.1
    tried twenty twenty theme, tried deactivating plugins. running Divi theme with a child them
    with custom PDO crud code in child theme for some functions.
    any of the documents on documents/?category=# pages draw a blank page.
    I used duplicator to reinstall and old backup copy and even it draws the blank.
    So I wondering if there is some external reference that changed or moved (like a JS library).
    This happened with the last two weeks (today is 3/28/2021) .
    Also noticed the Divi’s front end editor doesn’t work on those blank pages.
    Gonna submit a Divi tech support ticket also.
    my test website for troubleshooting is
    http://airvacrepair.com/groups/asc-documents/documents/?category=57&order=newest
    that’s the link that draws a blank (no documents showing)?
    Any help appreciated

    #317824
    julesrutherford
    Participant

    Hi there, non-developer here. I have created a group and have added a member as admin when I was in wordpress. I want members to be able to discover groups and request to join. I realise that Groups in the profile menu is there to access groups you’re a member of but where can members brows/discover groups that might be of interest to them?

    #317809
    fatdogstudios
    Participant

    Hi,

    We’re hoping to have email notifications sent if there is activity on a BuddyPress thread someone has commented in.

    For example, I’d like to receive an email notification when I post on someone’s thread and they respond. (Kind of like the “notify me of follow up replies via email” check box I’m seeing beside the submit button below.)

    Hoping someone has some insight, plugin or php that can help with this.

    We’re running WordPress 5.7, BuddyPress 7.2.1

    Thank you!

    #317772
    shanebp
    Moderator

    > This requires that the site admin be able to add a validated member without the user log in.

    So they can make the payment without signing up as a WordPress user on your site?
    If they don’t have a login name, then they don’t have an ID and cannot be added to a group – by any method.

    If they do have a WP login name, then you can add them in wp-admin.
    Go to Groups, mouse-over a Group Name and click Edit.
    On the Edit screen you will see this section: Add New Members.

    #317756
    Venutius
    Moderator

    Hi Reiner, I’ve got two options for you. Firstly I’ve built this into a plugin of mine – BP Messaging Control – https://wordpress.org/plugins/bp-messaging-control/

    So that’s the easy option.

    The alternative is to add this code to your functions.php file in your child theme folder:

    function venutius_user_deletion_notify( $user_id ) {
    	
    	$site_admin_email = get_option( 'admin_email' );
    	$userdata = get_userdata( $user_id );
    	$subject = __( 'User deleted', 'bp-messaging-control' ) . ': "' . $userdata->user_login . '"';
    	$message = __( 'A user has been deleted.', 'bp-messaging-control' );
    	$message .= "\r\n\r\n";
    	$message .= __( 'User Name', 'bp-messaging-control' ) . ': ' . $userdata->user_login . "\r\n";
    	$message .= __( 'User ID', 'bp-messaging-control' ) . ': ' . $user_id . "\r\n";
    	$result = wp_mail( $site_admin_email, $subject, $message );
    	
    }
    add_action( 'bp_core_pre_delete_account', 'venutius_user_deletion_notify', 10 );
    roberto.vergallo
    Participant

    Hello,
    I use version 7.2.0 . WordPress version 5.5.3 . Website address https://www.corsetty.it/ .
    Please try this. Post an activity in a group. Then write a comment to the activity. Everything is ok, until you write a comment to the above comment (i.e. a comment to the comment). This makes the 1st level thread disappear.
    I’ve seen what happen in the database. The problem is with the mptt left and right fields in the wp_bp_activity table.
    Is this a bug? Please it is very urgent.
    Thank you,
    Roberto

    #317737
    shanebp
    Moderator

    I think you can do that with a WP filter

    add_filter( 'wp_mail_from', 'custom_wp_mail_from' );
    function custom_wp_mail_from( $original_email_address ) {
        //Make sure the email is from the same domain 
        //as your website to avoid being marked as spam.
        return 'webmaster@mydomainname.com';
    }

    wp_mail_from

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