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

    Hi,
    Welcome to BuddyDev support forums.

    I am sorry, simply removing the redirect is not going to help much as there are 2 many other places where there will be checks for logged user when you submit the form.

    My suggestion will be to looking for an alternative to add support for BuddyPress Fields on user registration in the Dashboard->Users->add New page.

    There does not seem to be any plugin available for this and it is not feasible to achieve in few lines of code, so I will suggest an alternative).

    You should register the user from Dashboard->Users->add new and then go to dashboard->Users and edit the profile of that user. You will find the “Extended Profile” section. You can add the xprofile data there.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    Brajesh Singh on in reply to: [Resolved] Auto Join not working for new users #41890

    Hi,
    by activation, I mean the action hook used by BuddyPress when it activates user account. Different plugins can use different hook. Since you are using the FF for registration, It is not calling BuddyPress’s activation hook(you can confirm with the original developers of FF).

    Coming back to your reply, I assume that the free Fluent Form plugin allows mapping of BuddyPress fields to form fields. If that’s the case, our team will test and make sure it works with Fluent Form Registration/Activation by day end tomorrow.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    Brajesh Singh on in reply to: [Resolved] Auto Join not working for new users #41888

    Hi,
    Thank you for purchasing the plugin.

    The plugin triggers on BuddyPress Account Activation if you are using Xprofile fields and BuddyPress profile Update(not individual field update via programmatic means).

    From your details, It seems that Fluent Forms is updating BuddyPress fields.

    Does their free plugin allows settings up this? If yes, Please let me know and we will test and add support for it within 2 working days. If no, we will need access to the plugin to add support.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    Brajesh Singh on in reply to: Avatar position Buddypress #41874

    Hi Asmaa,
    Welcome to BuddyDev support forums.

    Can you please tell me which theme and template pack are you using?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472

    Hi Daniel,
    Thank you for the question.
    yes, It is controlled by the Blog Categories templa file.

    We are using the following tag.

    
    <?php the_time() ?>
    

    Please change it to

    
    <?php the_time( 'F j Y' ); ?>
    

    in the bcg/posts.php and It will show the date instead.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    Brajesh Singh on in reply to: Object cache question #41871

    Hi Tosin,
    I am sorry, I don’t have any data to verify if their claims are correct or not. I will suggest giving it a try and see if it works for your site. it is actually difficult to compare two caching systems with real users.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472

    Hi Nifty,
    Thank you.

    Which theme are you using? Please let me know the theme and the template name and I will assist.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472

    Hi Kyle,
    I might have updated the meta while testing. Can you please re-check.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472

    Hi Kyle,
    Thank you for the details.

    If I change the “Featured Image Style” settings in your BuddyBoss theme, The meta becomes visible.

    Will it be feasible to keep it that way(It affects the global archive page too).

    Regards
    Brajesh