respect hidewall
This commit is contained in:
parent
94b21245bc
commit
65286f79ed
2 changed files with 11 additions and 8 deletions
|
@ -305,13 +305,16 @@ function populate_acl($user = null,$celeb = false,$show_jotnets = false) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!$user['hidewall']) {
|
||||||
if($mail_enabled) {
|
if($mail_enabled) {
|
||||||
$selected = (($pubmail_enabled) ? ' checked="checked" ' : '');
|
$selected = (($pubmail_enabled) ? ' checked="checked" ' : '');
|
||||||
$jotnets .= '<div class="profile-jot-net"><input type="checkbox" name="pubmail_enable"' . $selected . ' value="1" /> '
|
$jotnets .= '<div class="profile-jot-net"><input type="checkbox" name="pubmail_enable"' . $selected . ' value="1" /> ' . t("Post to Email") . '</div>';
|
||||||
. t("Post to Email") . '</div>';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
call_hooks('jot_networks', $jotnets);
|
call_hooks('jot_networks', $jotnets);
|
||||||
|
} else
|
||||||
|
$jotnets .= sprintf(t('Connectors disabled, since "%s" is enabled.'),
|
||||||
|
t('Hide your profile details from unknown viewers?'));
|
||||||
}
|
}
|
||||||
|
|
||||||
// We shouldn't need to prune deadguys from the block list. Either way they can't get the message.
|
// We shouldn't need to prune deadguys from the block list. Either way they can't get the message.
|
||||||
|
|
|
@ -507,7 +507,7 @@ function events_content(&$a) {
|
||||||
'$sh_text' => t('Share this event'),
|
'$sh_text' => t('Share this event'),
|
||||||
'$sh_checked' => $sh_checked,
|
'$sh_checked' => $sh_checked,
|
||||||
'$preview' => t('Preview'),
|
'$preview' => t('Preview'),
|
||||||
'$acl' => (($cid) ? '' : populate_acl(((x($orig_event)) ? $orig_event : $a->user),false, false)),
|
'$acl' => (($cid) ? '' : populate_acl(((x($orig_event)) ? $orig_event : $a->user),false)),
|
||||||
'$submit' => t('Submit')
|
'$submit' => t('Submit')
|
||||||
|
|
||||||
));
|
));
|
||||||
|
|
Loading…
Reference in a new issue