Replies
Hi Quint,
Thank you for the reply.I am sorry, this was not suited for the message use case.
Regards
BrajeshHi 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- Brajesh Singh on June 13, 2022 at 6:26 pm in reply to: [Resolved] BuddyPress Group Tabs Creator Pro – 404 Error #45372
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 - Brajesh Singh on June 13, 2022 at 6:22 pm 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 - This reply has been marked as private.
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- Brajesh Singh on June 13, 2022 at 11:49 am in reply to: [Resolved] GROUP TABS: Remove need for Admin to See Tabs #45356
Hi Dianne,
Thank you for confirming.Regards
Brajesh - Brajesh Singh on June 13, 2022 at 11:46 am 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 Please see
https://codex.wordpress.org/Plugin_API/Action_ReferenceIn 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