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: 25494
    Brajesh Singh on in reply to: [Resolved] Circles by Member Type #24026

    Hi Mike,
    Thank you for sharing the idea.

    The circle is not applicable int sitewide context(Only in user’s context). It is specific to a user. It is not feasible to map member types to circles directly.

    We need to create circles for each user specifically while in member type’s case a global list is sufficient.

    I believe the functionality you are looking for may be achieved by filtering the activity stream by member type in future.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: Request for password on account deletion #24025

    Hi Tosin, Mike,
    Thank you both of you.

    We are going to see if we can get it in next release of BuddyPress.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi Carsten.
    Yes. You can do that.

    On the Admin Menu screen, Use the custom links option and use the following link

    
    http://yoursite.com/members/me/tab-name/
    

    That will link to current user’s profile tab. Please remember “me” is used By BuddyPress to redirect to current user’s tab.

    Please replace:-
    http://yoursite.com with your actual site url
    members – with your member directory slug.
    tab-name:- with actual tab name(e.g friends, mediapress etc).

    Hope that helps.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: Automated Cover Images per Member Type #24020

    Hi Mike,
    We already have an option to remove uploaded image(just below the image).

    To disable a badge from being visible, even if it is assigned to users, either delete the badge or mark it inactive.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: Process for autologin #24019

    Hi Fabrice,
    Thank you for the question.

    Since Google analytics is asking you for a specific page, you will need to setup redirection for that page after account activation. If you don’t, the analytics won’t track.

    There can’t be 2 redirects on 1 activation. You can either keep reload page or redirect to specific page.

    If you want to keep reloading the same page option, you will need to explore and see if Google Analytics allows updating goal data using JS API. If they do, I can trigger a javascript event when a user successfully registers. The code for updating GA Goals can subscribe to that event and mark the update.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: [Resolved] Help with Bp Branded Login #24012

    Hi Samson,
    My apologies for the delayed reply.

    Thank you for using Community Builder and our plugins.

    Here are the steps to configure BuddyPress Branded Login.

    1. Please activate BP Branded Login
    2. Please visit Dashboard->settings->BuddyPress and click on “Pages” tab.
    3. Please assign pages for Login/Logout/Forget Password etc.

    That’s it.
    Now, please open the login page in a new browser and incognito page and test if it is working by logging in.

    PS:- If it does not work, Please let me know I will put a video tutorial tomorrow.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    You are welcome. Glad it worked.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi,
    Welcome to BuddyDev.
    1. It is possible to show multiple profile field groups on BuddyPress Registration.
    It will need a lot of change in theme(specially how the signup_profile_field_ids are managed).

    Please do note that neither any theme or plugin(including member types pro) support conditional logic on registration for multiple profile field group.

    They all assume the default config and will need modification.

    There are 3 ways to handle the issue
    1. Modify template and the specific plugins to show all groups on registration page
    2. Or Put all fields on base profile field group and assign to specific member type(It will work with all plugins).
    3. Or just keep the basic fields on registration and use our free plugin BuddyPress Profile Completion to force users complete other fields.

    Let me know which option you will be going for.

    Regards
    Brajesh