Shape the future of Social networking with WordPress: Join Project Midnight Sun! The next generation platform for community building with WordPress!

BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25365
    Brajesh Singh on in reply to: Category for buddypress links #34653

    Hi Corrado,
    Thank you for the question.

    I am sorry but I ma not sure what is BuddyPress Links page? Can you please help me understand it(is it the BuddyPress members/groups page etc?).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25365
    Brajesh Singh on in reply to: [Resolved] Submit Button on Register Page #34652

    Hi Mark,
    to answer your earlier questions:-

    
    1. What does buddypress first call when a user navigates to mysite.com/register, or even if they go to a random page like mysite.com/register22. I feel like this is important for me to understand. What’s the first .php to run or file to run?
    

    BuddyPress checks that is it the registration page as set in BuddyPress settings. If it is, the theme compatibility kicks in and the content of that page(using the_content filter) is replaced with the actual BuddyPress registration template.

    
    2.  I tried copying the register.php into my child themes root folder, but the page only showed blank. I followed an old post and moved it to child-theme/buddypress/members and worked. What’s preventing me from directly putting it into my child-theme root folder?
    
    

    It should go to your-child-theme/buddypress/members directory if you wnat to override the default one.

    For more details on handling, Please check plugins/buddypress/bp-members/screens/register.php

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25365
    Brajesh Singh on in reply to: [Resolved] Managing users data #34651

    Hi Saleam,
    Thank you for the questions and the reply.

    This plugin seems to support exporting of users and profile data

    https://wordpress.org/plugins/import-users-from-csv-with-meta/

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25365

    Hi Bernard,
    Thank you for the post.

    There is a bug in BuddyPress/BuddyBoss where you can not insert group loops inside single group. That breaks the single group.

    Since you are using the group type shortcode from BuddyBoss, It will not work.

    You will have the same issue even if you wrote custom code. My suggestion is to avoid using groups loops inside single group.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25365
    Brajesh Singh on in reply to: Member type sorting and auto friendship #34642

    Hi,
    Welcome to BuddyDev forums.

    Thank you for using our plugins.

    Are you using standard BuddyPress registration or something else. Also, Is there any other plugin affecting the registration process(e.g registration redirect or activation redirect etc).

    For the member type issue, Please let me know which theme & template pack are you using?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25365
    Brajesh Singh on in reply to: [Resolved] Submit Button on Register Page #34630

    Hi Mark,
    Are you familiar with WordPress actions/filters? The actions are events which are fired when something happens.The callbacks are functions which gets called on these events.

    bp_screens is one of those custom events created/triggered by BuddyPress which allows us to handle some front end actions.

    In this particular case, the handler for registration is attached to that action.

    Like I suggested in my previous reply, if you are trying to create a custom workflow, you will need to handle the form rendering and submission both.

    You can use the register.php code and code from the signup submission handling as example and make a copy of them(rename the functions) and modify.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25365
    Brajesh Singh on in reply to: Post As Group Name – Not As User Profile #34629
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25365
    Brajesh Singh on in reply to: [Resolved] Changing reCAPTCHA Language #34627

    Hi Saleam,
    That’s good to know.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25365
    Brajesh Singh on in reply to: Buddycommerce "shop" tab slug can't be customized #34626

    Hi,
    These settings are available on “Dashboard->settings->BuddyCommerce”. Since you will not be able to provide us access, Please create a video or screnshot(s) showing settings for all the setting tabs. I may get a better idea on the problem then.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25365
    Brajesh Singh on in reply to: DIVI and BuddyBlog compatibility #34625

    Hi,
    Thank you for the questions and reporting the issue.

    If you edit from dashboard of WordPress(posts list), BuddyBlog will not filter edit link and you can use the Divi editor as usual.

    The issue you are seeing is because you are editing one of the post created by divi in BuddyBlog. BuddyBlog uses classic editor and you should not edit any DIVI created post in it.

    These two will have no issues if you use the edit link from Dashboard for editing with Divi and use front end for non divi post.

    In the fture version I am adding role based option to disallow filtering of links for admin.

    Regards
    Brajesh