From ab10db7e34d1e7eaa5b2a633b3185b28fd16175c Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 20 May 2013 20:22:26 -0700 Subject: privacy settings macros - the basics except for toggling "publish in directory" which is rather hard because it's a custom on/off button and not a normal input thingy. --- mod/settings.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'mod/settings.php') diff --git a/mod/settings.php b/mod/settings.php index 54e96d118..2a3e76dd8 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -1011,6 +1011,11 @@ function settings_content(&$a) { '$h_prv' => t('Security and Privacy Settings'), + '$lbl_pmacro' => t('Quick Privacy Settings:'), + '$pmacro3' => t('Very Public - extremely permissive'), + '$pmacro2' => t('Typical - default public, privacy when desired'), + '$pmacro1' => t('Private - default private, rarely open or public'), + '$pmacro0' => t('Blocked - default blocked to/from everybody'), '$permiss_arr' => $permiss, '$maxreq' => array('maxreq', t('Maximum Friend Requests/Day:'), intval($channel['channel_max_friend_req']) , t('May reduce spam activity')), -- cgit v1.2.3