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: 25336

    Hi,
    About Ajax Registration form and conditional Profile field. They should be compatible. Please share me a page on your site and I can test and assist quickly.

    It is possible, there compatibility broke with Ajax register 2.0. Please link me to a page and I will provide an update.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25336

    Hi Chris,
    Thank you for your feedback.

    Please allow me to clarify a few things.

    1. BuddyPress legacy template is neither buggy nor outdated. If someone told you it is outdated, they have misguided you.
    2. BuddyPress Nouveu is a broken template and uses outdated Backbonejs.
    3. We did not support the Nouveau initially due to the way events were handled in Nouveau. It makes simple tasks complex.
    4. Yes, legacy looks less elegant than Nouveau but has better extension feasible.

    Now that I have clarified about BP Legacy’s position vs Nouveau, I believe Conditional Profile Field will work with both.

    The message that you saw was for BP Profile search’s template. We no more support condition with Profile Search plugin.

    So, you can use both template packs without issue.

    Also, If you are using our member types pro, You may avoid the Conditional field and use member types for conditions instead.(You will need to enable Conditional registration option in settings). It works in both the template packs.

    PS:- Replying about the Ajax registration Form in next reply.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25336

    Hi Tosin,
    Thank you for reminding.

    At the moment, the kind of resource it needs is to feasible for us. I am still hoping we can create something similar in future.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25336
    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: 25336
    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: 25336
  • Keymaster
    (BuddyDev Team)
    Posts: 25336

    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: 25336
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25336
    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: 25336
    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