X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fnewmember.php;h=8028e7e08d9f263cfa3a40a274a8843f1294a14a;hb=1e0f26da8d0ad31fb654b4c6353846eb3c410b02;hp=eff258d21c0dfa0f8228b0ad4e5d3be1422eb570;hpb=e591ed6b30808cabf1f0c80a356f3fa12ce4aa31;p=friendica.git diff --git a/mod/newmember.php b/mod/newmember.php index eff258d21c..8028e7e08d 100644 --- a/mod/newmember.php +++ b/mod/newmember.php @@ -3,43 +3,87 @@ function newmember_content(&$a) { - $o = '

' . t('Welcome to Friendika') . '

'; + $o = '

' . t('Welcome to Friendica') . '

'; $o .= '

' . t('New Member Checklist') . '

'; $o .= '
'; - $o .= t('We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page.'); + $o .= t('We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear.'); + + $o .= '

' . t('Getting Started') . '

'; $o .= ''; + + $o .= '

' . t('Settings') . '

'; + + $o .= ''; + + $o .= '

' . t('Profile') . '

'; + + $o .= ''; + + $o .= '

' . t('Connecting') . '

'; + + $o .= ''; - $o .= '
  • ' . '' . t('Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships.') . '
  • ' . EOL; + $o .= '

    ' . t('Groups') . '

    '; - $o .= '
  • ' . '' . t('Your Contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the Connect dialog.') . '
  • ' . EOL; + $o .= ''; + + $o .= '

    ' . t('Getting Help') . '

    '; + + $o .= ''; $o .= '
    '; return $o; -} \ No newline at end of file +}