diff options
author | friendica <info@friendica.com> | 2013-05-20 20:22:26 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-05-20 20:22:26 -0700 |
commit | ab10db7e34d1e7eaa5b2a633b3185b28fd16175c (patch) | |
tree | 30b257f484c61c2d8d6fbf9c4125f4622b47a71d /mod/settings.php | |
parent | 92ecc6fe43dc38e91c6a4dcb1529698039649387 (diff) | |
download | volse-hubzilla-ab10db7e34d1e7eaa5b2a633b3185b28fd16175c.tar.gz volse-hubzilla-ab10db7e34d1e7eaa5b2a633b3185b28fd16175c.tar.bz2 volse-hubzilla-ab10db7e34d1e7eaa5b2a633b3185b28fd16175c.zip |
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.
Diffstat (limited to 'mod/settings.php')
-rw-r--r-- | mod/settings.php | 5 |
1 files changed, 5 insertions, 0 deletions
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')), |