Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: customizing buddypress profile page default tab and item-nav order


cwheelsone
Participant

@cwheelsone

Found solution on my buddypress site – This drove me crazy :) .. My clients wanted ‘Profile’ to show first when their link was clicked on. OK, makes sense for this site.
1. Did not work: This method broke my buddydress theme in IE (but not Mozilla) – adding ‘define(‘BP_DEFAULT_COMPONENT’,’profile’); ‘ to bp-custom.php and uploading it to /wp-content/plugins. .. useless for me.
2. Worked – adding ‘define(‘BP_DEFAULT_COMPONENT’,’profile’);’ to my wp-config.php file (up top, above – ‘// ** MySQL settings – You can get this info from your web host ** //’) – UREEKA BABY!!
I’m using buddypress 1.2.7 , buddydress themes and wordpress 3.0.4 – Hope this helps someone..

Skip to toolbar