-
TPdaking#7782 replied to the topic Notifications tab still break site in the forum How-to & Troubleshooting 10 years, 10 months ago
@gsj does it still break the page as bp 1.9?
-
meg@info replied to the topic Make Profile Name field visible by admin only? in the forum Installing BuddyPress 11 years, 6 months ago
Hi @gsj,
Add this code to functions.php file of the current theme.
add_filter(‘bp_xprofile_get_hidden_fields_for_user’,’bp_define_hidden_fields’, 10 ,3 );
function bp_define_hidden_fields( $hidden_fields, $displayed_user_id, $current_user_id ) {
//if not admin or if not the the profile of the current user
if ( !is_super_admin(…
@gsj
Not recently active