Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 2,551 through 2,575 (of 69,061 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

    #318182
    bibblybob
    Participant

    Hello All, I have 2 questions I’m wondering if anyone can help with.

    User Registration
    When a user tries to register, the password field already has a pw entered. Is there a reason this is happening? It didn’t use to happen in previous version of BuddyPress. I can’t imagine people would sign up with a password already in the password box, so I’m wondering what the point of this is:

    1) I’d consider it suspicious. I’d delete and put my own pw in.
    2) I’d have to remember a password generated by the site instead of my own password.
    3) It makes me think there’s some bug with the site. None of the big platforms has a pw already put in there for you to use.

    Is there a way to turn this automatic password generation off?

    Profile navigation
    With the new BuddyPress update, everyone’s profile now has an arrow on the left and right of the page, which directs you to another profile. Is there a way to turn this off, or do we need to use CSS (display: none;) to remove it?

    Thanks.

    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?

    dmcat
    Participant

    Hi there!

    I’m sure this is bit of a crazy ask, but here it goes anyway…

    I’ve been reviewing the code for custom activity posts. Though I’m far from being an expert it seems fairly straight forward. However I’m not quite sure how to pass the data that I want to be in the content of the post.

    On my site users can donate money to good causes. I would like a post to be created whenever a user does this. All donations take place via subdomain (payments.mydomain.co), after completing donation via stripe they are redirected to a success page in that subdomain, which has a link back to the site.

    Firstly, is it possible to generate a post from an action that took place outside of buddypress (and is not a plugin)?

    Secondly if yes, how can you make it work? I can’t seem to quite work it out because I can get it to trigger any actions/filters required for custom posts since it lies outside of buyddpress.

    #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

    #318161
    eddie
    Participant

    Good afternoon!
    With some of the updates, there was a problem with the registration page on the site.
    1. In the BuddyPress settings, the page I created for registration is selected in the “Pages” section. Everything used to work.
    2. There are plugins in collaboration with BuddyPress – BP Disable Activation Reloaded and Youzer. But when I deactivate them, the problem doesn’t go away. But when I deactivate BuddyPress, the problem with redirects disappears.
    3. Urls for site pages without “/”, i.e. site.com/post-name

    BuddyPress 7.3.0

    elliesatt
    Participant

    I am getting registration spam by the bucketloads and I’m not sure how to combat this effectively.

    What I’ve done/considered so far:

    • Activating Recaptcha v3 (done)
    • Hope that email activation weeds out some of the spammers
    • Googling has advised hiding /wp-login.php?action=register since many spambots target this, but I’ve not been able to do this successfully, BuddyPress seems to redirect this to its register page.

    I’d be super glad for any advice on:

    • Hiding /wp-login.php?action=register
    • Any other spam-killing things that I should be doing

    Thanks!

    #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
    
    
    #318139
    kristianyanchevv
    Participant

    Hello. I can’t to find in settings of BuddyPress , how to aprove first as a administrator when some of the user’s want to create a Group in my website ( I want this as my security and as spam or obscene actions of a user) .
    When someone comments on a group or topic i found how to disable or enable hi’s comment , but for creating a groups i don’t know how.

    Thanks in advance for the help.

    #318127
    r083r7
    Participant

    I’m trying to understand if there will be an issue with using BuddyPress groups and SEO. From my reading on SEO the closer a page is to the main domain the better. For example, if I have a forum topic about Butterflies and I was just using bbPress the URL would be:

    MySite.com/forum/topics/butterflies/

    The page “butterflies” would be two jumps away from MySite.com

    But if I use the feature to add my forum inside of a group the URL changes to this:

    MySite.com/group/group-name/forums/topics/butterflies/

    The page “butterflies” would be four jumps away from MySite.com

    I was wondering if anyone knows if using forums inside of BuddyPress will have a negative impact on SEO and if there’s a way around it by having the URL structure different, reducing the number of jumps.

    brianj7
    Participant

    Hi, everyone.
    I want to add the option to choose gender type in BuddyPress profiles.
    The user should be able to choose male, female, or Other (with a ‘specify’ text field) in a check box style option list.
    How can this be done?

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

    #318107
    Ron Suarez
    Participant

    I have had a similar problem with duplicates in the BuddyPress group activity stream. However, I think the problem is due to a delay following a click of the submit button, so users end up clicking twice. Who knows how or where to change the code, so that you can only click the submit button once?

    #318104
    luuigi
    Participant

    I need to use numeric usernames actually I used the last Buddypress version, I received a message says “SORRY, USERNAMES MUST HAVE LETTERS TOO!”

    Could you help me Team?

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

    #318102
    shanebp
    Moderator

    You cannot overload core files in a theme – only template files which are in this dir: bp-templates.
    To change messages, use the language file.

    Customizing Labels, Messages, and URLs

    #318099
    r083r7
    Participant

    Found the file!
    It’s in buddypress > bp-groups > bp-groups-template.php

    But I’m not sure how to create the folder structure in my theme folder, I tried this but it didn’t work 🙁

    [child-theme-folder] > buddypress > bp-groups > bp-groups-template.php

    #318094

    In reply to: Shortcode user profile

    songdove
    Participant

    Darn it. Looking for the same thing. My profile page right now is ugly! Are there buddypress profile integration plugins where I could make this more readable???

    https://www.dropbox.com/s/l55ogi3tffryqm8/bpprofileissue.jpg?dl=0

    When I changed the base title to Main, that seemed to break things a little. But it also wasn’t displaying a new field group I’d created. I deleted that thinking it was what broke the layout, but that hasn’t changed unfortunately. I was hoping to find shortcodes I could use to put the desired new field group onto a custom menu page at the very least. But this profile page is ugly!

    #318092
    michaelsandmichaels
    Participant

    @vapvarun, you are awesome! Thank you so much for the handy code snippet!!

    I don’t suppose you know the answer to the question posed in the thread below? 🙂

    Which file to edit – change private group message?

    #318091
    David Bisset
    Participant

    I would love to be kept up to date on this (and even time permitting help). I’ll look at your comment/path as well. This would be something one would have to opt-in into – I can see this breaking plugins.

    This request isn’t just for a single project – i’ve hit this same scenario more than once. Worthy of pursuit and allows BuddyPress developers to truly branch out even further what groups can do.

    #318090
    sabrinapitre
    Participant

    Hi @vapvarun, thank you for your response! I am very new to all this, so I was wondering where I can find this buddypress CSS to make the appropriate adjustment. The chrome devtools is just a preview, right?

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

    songdove
    Participant

    This user is not technically savvy so they can’t remove themselves. They asked me to remove all their info so I initiated a removal as per their request from admin>tools>Erase Personal Data.

    After running that, I went to mediapress to see if their data was removed, and their images were still in mediapress so I deleted those. Then went to Media, and found their images there too, so I removed those.

    Then I went to my community front end and found their name and image still in the recently-active list so I clicked on it, and lo and behold, but their profile is STILL there!!! Including two images I am not finding via the wp-admin back end.

    I’ve been trying to run around buddypress tools, settings/buddypress, and seriously not finding anywhere to remove this user from the system, although they are no longer listed in wp-admin/users. How can they NOT be in the main wp user list AND BE present in in the buddypress member list with a working profile??!!

    Is there a plugin for admin complete removal of a buddypress user?

    #318083
    fraughtithrouble
    Participant

    Will all my plugins enabled, if I disable BuddyPress 7.3.0, Elementor can edit, but if I enable it it cannot. I rolled back to the previous version of BuddyPress and the problem persists.

    I was editing with both plugins enabled 14 hours ago, without problems, but now there is this conflict. I updated to elmentor pro 2 days ago, and had no problems. I installed Short Codes for Elementor and BP, some 12 hours ago, and after that when I attempted to edit with Elementor I encountered this problem. I raised the php memory to 1GB and uninstalled that plugin, and the problem persists, even with all plugins off except elementor and buddypress, the problem reoccurs. So perhaps it is more accurate to say that Short Codes for Element and BP may have caused a persistent conflict between Elementor and BuddyPress, when editing with Elementor. (Site functionality not otherwise impaired).

    My site is a development site, so I have to fix this problem to continue developing with Elementor.

    #318069
    Mike Witt
    Participant

    We seem to be talking past each other. I’m looking in the WP usermeta table. I’m having trouble identifying the buddypress entries which control notifications. I’m not talking about a table that starts with bp_ I’m talking about entries in usermeta with a meta_key that starts with bp_ (sorry, I guess I wasn’t clear about that).

    Maybe looking for meta_keys with bp_ is not the right way to find what I’m after. But if there is any documentation that describes how notification status is stored I would just like to see it. If this is a case where I have to simply read the code, so be it. I was just hoping for a quick pointer to exactly where I could look in the database to find out what BP notifications a user has turned on.

    Again, sorry if I didn’t make that clear.

Viewing 25 results - 2,551 through 2,575 (of 69,061 total)
Skip to toolbar