Replies
- 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- Brajesh Singh on June 13, 2022 at 11:20 am in reply to: [Resolved] Text automically added to the Multiline text field – “TRANSLATE with X…” #45351
You are welcome.
I am glad you resolved it. Thank you for sharing the details. It may help others.
Regards
Brajesh You are calling it too early. Try calling it after init or even better bp_actions hook.
Regards
Brajesh