{{trans('user.security-privacy')}}
{{ csrf_field() }} @if(!Config::get('disable-follow'))
{{trans('user.who-can-follow-you')}}
present()->privacy('follow-me', 1) == 1)? 'selected':null}} value="1">Everyone who is a member
present()->privacy('follow-me', 1) == 2)? 'selected':null}} value="2">{{trans('user.only-friends')}}
present()->privacy('follow-me', 1) == 3)? 'selected':null}} value="3">{{trans('user.nobody')}}
@endif @if(Config::get('user-enable-birth-date', 1))
{{trans('user.who-can-see-birth')}}
present()->privacy('view-birth', 'nobody') == 'public')? 'selected':null}} value="public">Everyone who is a member
present()->privacy('view-birth', 'nobody') == 'friends')? 'selected':null}} value="friends">{{trans('connection.friends')}}
present()->privacy('view-birth', 'nobody') == 'friend-follower')? 'selected':null}} value="friend-follower">{{trans('connection.friends-followers')}}
present()->privacy('view-birth', 'nobody') == 'nobody')? 'selected':null}} value="nobody">{{trans('user.nobody')}}
@endif
{{trans('user.who-can-view-profile')}}
present()->privacy('view-profile', 'friend&follower') == 'public')? 'selected':null}} value="public">Everyone who is a member
present()->privacy('view-profile', 'friend&follower') == 'friends')? 'selected':null}} value="friends">{{trans('connection.friends')}}
present()->privacy('view-profile', 'friend&follower') == 'friend-follower')? 'selected':null}} value="friend-follower">{{trans('connection.friends-followers')}}
present()->privacy('view-profile', 'friend&follower') == 'nobody')? 'selected':null}} value="nobody">{{trans('user.nobody')}}
{{trans('user.who-send-you-message')}}
present()->privacy('send-message', 'public') == 'public')? 'selected':null}} value="public">Everyone who is a member
present()->privacy('send-message', 'public') == 'friends')? 'selected':null}} value="friends">{{trans('connection.friends')}}
present()->privacy('send-message', 'public') == 'friend-follower')? 'selected':null}} value="friend-follower">{{trans('connection.friends-followers')}}
present()->privacy('send-message', 'public') == 'nobody')? 'selected':null}} value="nobody">{{trans('user.nobody')}}
{{trans('user.who-can-post-on-timeline')}}
present()->privacy('timeline-post', 'nobody') == 'nobody')? 'selected':null}} value="nobody">{{trans('user.nobody')}}
present()->privacy('timeline-post', 'nobody') == 'friends')? 'selected':null}} value="friends">{{trans('connection.friends')}}
present()->privacy('timeline-post', 'nobody') == 'friend-follower')? 'selected':null}} value="friend-follower">{{trans('connection.friends-followers')}}
present()->privacy('timeline-post', 'nobody') == 'public')? 'selected':null}} value="public">Everyone who is a member
{{trans('user.turn-off-friend-request')}}
present()->privacy('turnoff-friend-request', '0') == '0')? 'selected':null}} value="0">{{trans('global.no')}}
present()->privacy('turnoff-friend-request', '0') == '1')? 'selected':null}} value="1">{{trans('global.yes')}}
Who can see my address
present()->privacy('view-address', 'nobody') == 'nobody')? 'selected':null}} value="nobody">{{trans('user.nobody')}}
present()->privacy('view-address', 'nobody') == 'friends')? 'selected':null}} value="friends">{{trans('connection.friends')}}
present()->privacy('view-address', 'nobody') == 'friend-follower')? 'selected':null}} value="friend-follower">{{trans('connection.friends-followers')}}
present()->privacy('view-address', 'nobody') == 'public')? 'selected':null}} value="public">Everyone who is a member
Who can see my city of origin
present()->privacy('view-origin-city', 'nobody') == 'nobody')? 'selected':null}} value="nobody">{{trans('user.nobody')}}
present()->privacy('view-origin-city', 'nobody') == 'friends')? 'selected':null}} value="friends">{{trans('connection.friends')}}
present()->privacy('view-origin-city', 'nobody') == 'friend-follower')? 'selected':null}} value="friend-follower">{{trans('connection.friends-followers')}}
present()->privacy('view-origin-city', 'nobody') == 'public')? 'selected':null}} value="public">Everyone who is a member
{{trans('connection.connection-preferences')}}
{{trans('connection.select-one')}}
present()->privacy('connection-preferences') == 1) selected=selected @endif value="1">{{trans('connection.similar-thoughts')}}
present()->privacy('connection-preferences') == 2) selected=selected @endif value="2">{{trans('connection.people-from-the-same-community')}}
present()->privacy('connection-preferences') == 3) selected=selected @endif value="3">Friends of friends
present()->privacy('connection-preferences') == 4) selected=selected @endif value="4">{{trans('connection.people-of-the-same-city')}}
present()->privacy('connection-preferences') == 5) selected=selected @endif value="5">{{trans('connection.same-city-of-origin')}}
present()->privacy('connection-preferences') == 6) selected=selected @endif value="6">{{trans('connection.any-of-the-above')}}
Email alert when you receive a message on chat
present()->privacy('someone-message-on-chat', '0') == '0')? 'selected':null}} value="0">{{trans('global.no')}}
present()->privacy('someone-message-on-chat', '0') == '1')? 'selected':null}} value="1">{{trans('global.yes')}}
{{trans('global.save')}}
Cancel