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: 25486
    Brajesh Singh on in reply to: [Resolved] BuddyPress User Circles #45374

    Hi Quint,
    Thank you for the reply.

    I am sorry, this was not suited for the message use case.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25486
    Brajesh Singh on in reply to: Adding a Header to BuddyPress forms #45373

    Hi Robert,
    Welcome to BuddyDev support forums.

    I am sorry, I am not aware of any Header field type. We forked this plugin from another one(as that was abandoned) and I don’t remember having a header field.

    The problem with BuddyPress/BuddyBoss fields on profile loop is, they are only visible/fetched if there is some user entered data associated with it.

    That’s one of the reasons you don’t find a header field in the plugin.

    You can use the Profile Field Group title(core feature of BuddyPress) to achieve similar result.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25486

    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: 25486
    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: 25486
    Brajesh Singh on in reply to: [Resolved] Delay when posting on BP #45363
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25486
    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: 25486
    Brajesh Singh on in reply to: [Resolved] set permalink via php #45357

    🙂

  • Keymaster
    (BuddyDev Team)
    Posts: 25486

    Hi Dianne,
    Thank you for confirming.

    Regards
    Brajesh

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