reverse the default newuser privacy setting to public. Sites can over-ride.
This commit is contained in:
parent
269bb75a14
commit
32d4a359f1
6 changed files with 24 additions and 18 deletions
|
|
@ -69,7 +69,7 @@ function newmember_content(&$a) {
|
|||
|
||||
$o .= '<li>' . '<a target="newmember" href="contacts">' . t('Group Your Contacts') . '</a><br />' . t('Once you have made some friends, organize them into private conversation groups from the sidebar of your Contacts page and then you can interact with each group privately on your Network page.') . '</li>' . EOL;
|
||||
|
||||
if(! get_config('system', 'newuser_public')) {
|
||||
if(get_config('system', 'newuser_private')) {
|
||||
$o .= '<li>' . '<a target="newmember" href="help/Groups-and-Privacy">' . t("Why Aren't My Posts Public?") . '</a><br />' . t("Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above.") . '</li>' . EOL;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue