add expire setting, take out unknown mailers and max friend requests per day which aren't implemented
This commit is contained in:
parent
fa5ac26828
commit
2dda5d6c70
@ -956,6 +956,7 @@ function settings_content(&$a) {
|
||||
|
||||
'$lbl_p2macro' => t('Advanced Privacy Settings'),
|
||||
|
||||
'$expire' => array('expire',t('Expire other channel content after this many days'),$expire,t('0 or blank prevents expiration')),
|
||||
'$maxreq' => array('maxreq', t('Maximum Friend Requests/Day:'), intval($channel['channel_max_friend_req']) , t('May reduce spam activity')),
|
||||
'$permissions' => t('Default Post Permissions'),
|
||||
'$permdesc' => t("\x28click to open/close\x29"),
|
||||
|
@ -67,9 +67,9 @@
|
||||
|
||||
{{include file="field_yesno.tpl" field=$blocktags}}
|
||||
|
||||
{{include file="field_input.tpl" field=$maxreq}}
|
||||
|
||||
{{include file="field_input.tpl" field=$cntunkmail}}
|
||||
{{include file="field_input.tpl" field=$expire}}
|
||||
|
||||
</div>
|
||||
|
||||
<div id="settings-default-perms" class="settings-default-perms" >
|
||||
|
Reference in New Issue
Block a user