Skip to content

Instantly share code, notes, and snippets.

View AlexandraLouise's full-sized avatar

Alexandra Louise AlexandraLouise

View GitHub Profile
@svenl77
svenl77 / menue order of groups and profiles
Created May 13, 2011 07:57
Add this functions in your functions.php in your template directory, to adjust the menue order of groups and profiles
// Change the Profile nav tab order
function change_profile_tab_order() {
global $bp;
$order = ''; // Add the component slugs coma separated in the order you like to have the nav menu tabs
$order = str_replace(' ','',$order);
$order = explode(",", $order);
$i = 1;
foreach($order as $item) {