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.

This commit is contained in:
friendica
2013-05-20 20:22:26 -07:00
parent 92ecc6fe43
commit ab10db7e34
4 changed files with 93 additions and 1 deletions

View File

@@ -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')),