Reorder Buddypress Tabs
Last Updated on Monday, 16 August 2010 03:35
Written by Erock
Monday, 16 August 2010 03:31
Written by Erock
Monday, 16 August 2010 03:31
To reorder those buddypress tabs on the profile and activity page, drop the following code into your /plugins/bp-custom.php
{code type=php}
function erocks_change_bp_tag_position()
{
global $bp;
function erocks_change_bp_tag_position()
{
global $bp;
$bp->bp_nav['profile']['position'] = 10;
$bp->bp_nav['posts']['position'] = 20;
$bp->bp_nav['activity']['position'] = 30;
$bp->bp_nav['blogs']['position'] = 40;
$bp->bp_nav['friends']['position'] = 50;
$bp->bp_nav['messages']['position'] = 60;
$bp->bp_nav['groups']['position'] = 70;
$bp->bp_nav['settings']['position'] = 80;
}
add_action( ‘bp_init’, ‘erocks_change_bp_tag_position’, 999 );
{/code}
This entry was posted on Monday, August 16th, 2010 at 3:31 pm and is filed under Wordpress Tips.
You can follow any responses to this entry through the RSS 2.0 feed.
You can skip to the end and leave a response. Pinging is currently not allowed.
Categories
Archives
- Automatic WP Photo Gallery From Facebook Page Photos!
- Analytics 360 For Editors
- Add nofollow rel tags to image widget
- Image Widget Alignment Fix
- Add GD Star Rating next to Post Title
- Change The Buddypress Admin Bar Logo And Link In WP3 & BP 1.2+!
- New Dashboard Lockdown & WordPress To Buddypress Profile Page Plugin!
- Hide The WordPress Dashboard and wp-admin COMPLETELY!
- Blogs & Members Directory, Strange Nav Spacing FIX
- Add All Pages To Buddypress Admin Bar Dynamically
Tags
art wear
ashland
ashland oregon
buddypress
chrome
clear dashboard
code
dashboard widgets
download
drop down menu
hawaii
iframe
image widget
kauai
kauai hawaii
kauai web
limit login attempts
multi-site
new blog defaults
oregon
paintball
plugin commander
plugin management
plugin management update
remove dashboard widgets
remove recent drafts
remove right now
safari
search engine optimization
shortcode
southern Oregon
web design
web development
web hosting
webkit
wordpress
wordpress mu
wordpress security
wp3
wp3 compatible
wpms
wpmu
wpmu2.9
wpmu compatible
wpmu security
















































Leave a Reply