Description
There is an admin section Options -> BP Profile Tabs where you can change the jQuery UI Theme, the default is cupertino.
Any of the themes available at https://jqueryui.com/themeroller/ can be used for the tabs, it loads either Google or Microsoft hosted jQuery UI theme CSS.
Screenshots
Installation
- Upload bp-profile-tabs.zip to the
/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Configure the options under Options -> BP Profile Tabs in the WordPress Admin section.
FAQ
- Why is the theme cupertino?
-
You can change the theme BuddyPress Profile Tabs is using in the options section for the plugin under Options -> BP Profile Tabs.
Reviews
Contributors & Developers
“BuddyPress Profile Tabs” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “BuddyPress Profile Tabs” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.6.0
- Added ability to control which tabs show for each member type
1.5.9
- Updated WordPress compatible up to version.
1.5.8
- Allow for custom jQuery UI theme
- Bug fix
1.5.5
- Using the same version of the jQuery UI theme as the jQuery UI installed in the current version of WordPress on the server.
- Added example tabs in the admin section.
- Registering scripts based on http or https protocol to avoid https errors.
1.5.1
- Fixed anonymous function issue ( for WordPress installs running on PHP version < 5.3 )
1.5
- Updates for BuddyPress 2.0
- Added jQuery CDN
- Added options import and export
- Removed base theme as no longer supported by jQuery UI
- Updated jQuery UI themes to version 1.11.0 ( except from Microsoft which is still at 1.10.4 )
- Various performance enhancements and fixes
1.4
- New jQuery UI CSS
- Fixed tab order issue
- Verified to work with BuddyPress 1.8
- Verified to work with WordPress 3.6
1.3
- Allows either Google or Microsoft hosted jQuery UI CSS
- Changed how the menu names are loading, using PHP instead of several small Javascript insertions
1.1
- A bit of code cleanup to make it easier to read for developers.
- Re-organizing the code to make it a little more efficient.
- Re-worked a bit of the javascript to ensure compatibility.