Statistics: Posted by Cristián Lávaque — October 1st, 2011, 3:56 am
Statistics: Posted by crazycoolcam — September 29th, 2011, 6:04 am
Statistics: Posted by crazycoolcam — September 27th, 2011, 7:13 am
Statistics: Posted by Cristián Lávaque — August 20th, 2011, 4:37 pm
add_action('bp_setup_nav', 'remove_member_profile_nav', 15);
function remove_member_profile_nav() {
if (!current_user_can('access_s2member_level0'))
bp_core_remove_nav_item('profile');
}
Statistics: Posted by Cristián Lávaque — August 19th, 2011, 10:54 pm
`function remove_member_profile_nav() {
if (!current_user_can('access_s2member_level0)) {
bp_core_remove_nav_item( 'profile' );
}
}
add_action( 'bp_setup_nav', 'remove_member_profile_nav', 15 );`
Statistics: Posted by Cgoguen — August 19th, 2011, 8:37 pm
Statistics: Posted by Cristián Lávaque — August 17th, 2011, 10:29 pm
Statistics: Posted by Cristián Lávaque — August 17th, 2011, 1:26 am