Hi,
How can I create an extra tab on member’s profiles, in which I can add user fields, such as a text field “description” and some multiple select user fields (as in the normal profile tab). Thanks! ??
]]>First let me say thank you! you saved me! I have enjoyed using your product and would pay for a premium version with additional features. I really need to be able to hide tabs that are empty. Wondering if you could provide insight as to how I might accomplish this?
Thanks again!
I can’t get this profile to display the tabs. I add new field groups via Users->Profile Fields, but they do not get displayed as tabs. See the screenshot to see what I mean.
]]>Hello there,
Your plugin is really great and allows a very nice flexibility in managing the profile tabs!
I however found a conflict when using it with BP profile search.
I have 2 member types on my site and some profile groups are only meant for one of the type, so I’ve hidden them from the other type thanks to your plugin.
Unfortunately, when creating a search form with BP Profile search, the profile fields from the groups that have been hidden don’t appear.
So my question is, would there be an easy way to make it compatible with BP profile search?
And if not, would you advise a way for me to hide the profile groups manually with PHP?
The few codes I’ve tried haven’t worked, like the one below:
function kida_custom_profiles( $retval ) {
if ( is_user_logged_in() && !bp_is_active( 'xprofile' ) ) {
$membertype = xprofile_get_field_data( 'Type' );
if( $membertype == "Recruiter" ) {
$retval['exclude_groups'] = '7,8,9';
}
}
return $retval;
}
add_filter( 'bp_after_has_profile_parse_args', 'kida_custom_profiles' );
Thanks in advance
]]>Hello Jacob,
I migrated my site to a new server, and the profile tabs seem to no longer work properly. I get a list of links, but the tabs themselves do not show.
NOTE: please ignore the security warning, I’m in the process of getting the client to update his SSL certificate.
https://www.ads-software.com/plugins/buddypress-profile-tabs/
]]>I have tired copying the custom theme folder to my theme and then copying the link into the custom theme field but the custom theme is not showing.
Any help is appreciated!!
https://www.ads-software.com/plugins/buddypress-profile-tabs/
[ No bumping please. ]
Hello Jacob,
Thanks for great plugin.
I want to hide a tab from not logged in user(not base tab). How can I do it? Please let me know.
Thanks.
https://www.ads-software.com/plugins/buddypress-profile-tabs/
]]>Hello there – is it possible to make a url in the profile tab linkable? the URL field does not seem to be working.
Thanks
Anna
https://www.ads-software.com/plugins/buddypress-profile-tabs/
]]>Hi there – first let me say thank you for a great plugin.
I am having difficulties getting the URL field to work. When I use URL, the entry box does not appear on the edit form.
What is the best way to narrow down the issue?
Thanks again!
Anna
https://www.ads-software.com/plugins/buddypress-profile-tabs/
]]>Hello Jacob,
Your plug-in is great. This really should be a standard feature in BuddyPress.
My question is:
Is there a way to modify the code of your plug-in, so that if all fields within a group are empty, then that group’s tab is not displayed?
Any assistance is greatly appreciated.
Thank you.
https://www.ads-software.com/plugins/buddypress-profile-tabs/
]]>Do I have to specifically download the jquery UI in order for the tabs to display? They show in the “settings” configuration page but not in my BuddyPress group or member profiles.
Running WP 4.4.2, BuddyPress 2.4.3, child theme (of Evolve). This is the only BuddyPress plugin I’m trying to run.
Thank you.
https://www.ads-software.com/plugins/buddypress-profile-tabs/
]]>Hi, it’s work well, but only in the tabs (subnav)on edit profile there is a problem.
In this page ( edit profile)
When a user “A” is to change your profile appear all cards of all user’s types
In tabs view profile it’s work well.
buddypress last version
https://www.ads-software.com/plugins/buddypress-profile-tabs/
]]>I want to add the functionality of BuddyPress Docs and BP Resume Page as a new profile field tab. Does there any hook or code segment that can help me?
Thanks in advance.
https://www.ads-software.com/plugins/buddypress-profile-tabs/
]]>Hi,
I’m trying to remove one of the tabs from showing but I’m not quite sure what CSS class or ID to use. I’m trying to remove the fourth tab for I have xprofile data populated in it but displaying elsewhere on the user’s profile page, so it’s not needed.
How can I remove a tab using either CSS or editing the plugin files?
Thank you very much for your help.
Best Regards!
https://www.ads-software.com/plugins/buddypress-profile-tabs/
]]>when you deactivate BuddyPress before Profile Tabs, you get a fatal error.
Call to undefined function bp_get_member_type()
in \buddypress-profile-tabs\public\class-bp-profile-tabs.php:389
To solve this, add a check to the if at these line. Something like
if ( class_exists('buddypress') && isset( $current_user_id ) && $current_user_id > 0 )
.
Now you can deactivate in whatever order, whithout running in this weird issue. ??
https://www.ads-software.com/plugins/buddypress-profile-tabs/
]]>Besides tabs, can I make it into Accordion?
On your reference page, the first example is accordion: https://jqueryui.com/themeroller/
Thanks & look forward to your answer ??
https://www.ads-software.com/plugins/buddypress-profile-tabs/
]]>Hello,
I am using PB profile search and member types.
With V 1.6 of your plugin the tabs are broken and the the same for the profile search.
Waz obliged to revert to V1.59
Can you help ?
Best rgs,
Vint
https://www.ads-software.com/plugins/buddypress-profile-tabs/
]]>Hello,
how can you set tabs acording to member type ?
I cannot gfind the way to use it as in new version .
Best regards,
Vint
https://www.ads-software.com/plugins/buddypress-profile-tabs/
]]>Dear Jason,
With the new version v1.6, the custom jQuery UI theme doesn’t work anymore. The tabs switch to vertical position when a custom jQuery UI theme is selected, while it works normal (horizontally) with a standard theme.
Can you please have a look at it? Thanks
https://www.ads-software.com/plugins/buddypress-profile-tabs/
]]>Hi
I need help!
Currently, I am trying to add your plugin to my site.
But, Unfortunately When I activate your plugin to my site then I got my admin panel blank after the check error log I got below error.
Fatal error: Cannot redeclare cmb_get_option() (previously declared in /nas/wp/www/staging/xrossglobalgro/wp-content/plugins/arconix-faq/includes/metabox/init.php:1055) in /nas/wp/www/staging/xrossglobalgro/wp-content/plugins/buddypress-profile-tabs/admin/includes/CMBF/init.php on line 1057
Can you please help me to resolve this issue with other plugin conflict.
Actually, I fount that My site one plugin which is “arconix-faq” is used the same file which is you used.
buddypress-profile-tabs: /buddypress-profile-tabs/admin/includes/CMBF/init.php
arconix-faq: /arconix-faq/includes/metabox/init.php
Looking forward for help in this matter.
Thanks!
https://www.ads-software.com/plugins/buddypress-profile-tabs/
]]>As the fist tab is not important, would it be possible to hide it?
https://www.ads-software.com/plugins/buddypress-profile-tabs/
]]>Hi,
I’ve just installed the plugin and it works fine.
I’ve also made a custum theme and downloaded the Theme. Can you explain me the best way where to put the folder and how I can link it in a wordpress installation? Do I need to link the zip-file or the folder?
https://www.ads-software.com/plugins/buddypress-profile-tabs/
]]>Dear Jacob,
What happened?
You don’t respond anymore. You have developed a great plugin, but there are some issues with the latest BP version. Are you still planning to improve your plugin, or did you gave up?
Please let us know.
Thanks.
https://www.ads-software.com/plugins/buddypress-profile-tabs/
]]>Hi there,
I currently have two member types in buddypress. The one type only uses the Base Group with Fields inside that and the other member type uses the Base Group Fields as well as an additional Extra Group with Fields inside that.
My problem is this:
When using your plugin, instead of only Base Group fields appearing (base group tab) on the specific member type profile, both Group Fields each appear as a tab on the profile (base group tab + extra group tab), even though the fields of the extra group section are not filled in by the member type.
When I disable your plugin, the correct Group sections are appearing on the two member types profiles, based on the member type, albeit not in a tabbed interface.
So I need the profile tabs to be conditionally rendered on profile pages, according to the member type. Is this possible with your plugin? If so, please guide me on how to achieve this?
https://www.ads-software.com/plugins/buddypress-profile-tabs/
]]>I am finding that if a user has not entered anything into the fields for a given fieldset, then when they click on that tab, the fields are not displayed at all, so the user cannot then enter anything.
WP 4.2.2 and BuddyPress 2.2.3.1
https://www.ads-software.com/plugins/buddypress-profile-tabs/
]]>Hi,
I’m very happy to have discovered your plugin. It’s really what I was looking for.
Is there a way to add a custom theme generated at and downloaded from ThemeRoller to BP Profile Tabs easily?
I was also trying to override the CSS of Smoothness, but I did not succeed either.
Any help will be very much appreciated.
Thank you.
https://www.ads-software.com/plugins/buddypress-profile-tabs/
]]>Thank you for this plugin. I tested it with 2012 theme and BP 2.1.1 and all went up corectly.
The only thing that didn’t came up properly was that i had existing field groups previously to the plugin.
The tabs showed up, but their output was not correct until i changed my field group ID’s to be continuous (1,2,3… instead of 1,4,8,13,16).
The problem sit in bp_profile_tabs_top function, where you fetch the group name, but not the group ID.
The $looper increments new tabs 1 by 1, but IMHO this should also take in account the group ID’s.
All people using several groups with dozen of fields won’t probably not manually refactor the group ID’s in _bp_xprofile_groups and _bp_xprofile_fields table ! ??
https://www.ads-software.com/plugins/buddypress-profile-tabs/
]]>This is the plugin that I was looking for.
Unfortunately it looks like that it’s not working properly for the latest BP and WP versions.
In Settings > BuddyPress Profile Tabs, I selected the Smoothness Theme but it’s not properly loading it. I do see the tabs but with no bounderies and no background colors. It’s also not displaying which tab is activated.
Can you fix it or am I doing something wrong?
https://www.ads-software.com/plugins/buddypress-profile-tabs/
]]>hi there! plugin works great everywhere else, however…
i just installed a clean copy of wordpress as a multisite, default theme 2015 – buddypress, etc…
i install this plugin, and it goes blank – i can access the front-end just fine – but i cannot access any admin side – only way is to delete the plugin directory itself…
i have no errors either on the server end and no debug info…
any help?
thanks!
https://www.ads-software.com/plugins/buddypress-profile-tabs/
]]>Is there a custom php code that I can use to only show certain tabs on certain membership levels.
For example,
S2member_level1 sees TAB1 TAB2 TAB3
s2member_level2 sees TAB1 TAB4 TAB5
I have already checked with s2member and I came up with nothing. Thanks in advance.
https://www.ads-software.com/plugins/buddypress-profile-tabs/
]]>