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

    Hi,
    Welcome to BuddyDev support forums.
    Thank you for purchasing from us.

    It seems like a tab configuration issue.

    Please post me screenshots showing the configuration of your tab entry.

    you may use an image hosting service such as https://imgbb.com/ to upload and link the screenshots.

    I am looking forward to assist you.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25392
    Brajesh Singh on in reply to: [Resolved] How to Add Name on Registration #45371

    Hi Lisa,
    Are you using Community Builder theme ?

    If yes, Please check if you have the Better Experience plugin enabled. Your issue seems like the setting from this plugin.

    If you have this plugin enabled, Please visit Dashboard-> Settings->BuddyPress Better Experience and click on the “Registration” Tab.

    There is an option “Use username for display name too?”. Please set it to “No”.

    Let me know if it works or not?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25392
    Brajesh Singh on in reply to: [Resolved] Delay when posting on BP #45363
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25392
    Brajesh Singh on in reply to: Failed Download – Network Error #45358

    Hi Tim,
    I had a look at your site.

    You are using bp-nouveau template pack not the bp-default theme.

    Please look into your currently active theme(wp-content/themes) and check for ‘buddypress’ directory in your theme.

    My assumption(from the view of the site) is that there is customizations in user profile header in your theme.

    Can you please look inside your currently active theme?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25392
    Brajesh Singh on in reply to: [Resolved] set permalink via php #45357

    🙂

  • Keymaster
    (BuddyDev Team)
    Posts: 25392

    Hi Dianne,
    Thank you for confirming.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25392
    Brajesh Singh on in reply to: [Resolved] Xprofile Field – Country Select #45355

    Hi Quint,
    No need to apologise. I was just trying to understand things.

    I am glad that it could be made available out of the box.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25392
    Brajesh Singh on in reply to: send message #45354

    Please see
    https://codex.wordpress.org/Plugin_API/Action_Reference

    In case of WordPress, not everything is available immediately for use. There are some of the features which are enabled at certain stage of loading. For example, you may not use post type before init action and so on.

    If your code is loading early, you need to attach to one of the available hooks to make sure the code you are trying to use is available at that time.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25392

    You are welcome.

    I am glad you resolved it. Thank you for sharing the details. It may help others.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25392
    Brajesh Singh on in reply to: send message #45350

    You are calling it too early. Try calling it after init or even better bp_actions hook.

    Regards
    Brajesh