X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fnewmember.php;h=e17a0db037085c55a66abd8e9cf16c9811a18dbe;hb=2ace7d664627b4caf6491fb9ccb3d4ca3e256e8b;hp=60ca49757d9fb6041ca900bbe2eaef2b4cf17c45;hpb=431a4abd2563e8aa271549e5f18c523dcef4acaa;p=friendica.git diff --git a/mod/newmember.php b/mod/newmember.php index 60ca49757d..e17a0db037 100644 --- a/mod/newmember.php +++ b/mod/newmember.php @@ -3,43 +3,87 @@ function newmember_content(&$a) { - $o = '

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

'; + $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 Add New Contact dialog.') . '
  • ' . EOL; + $o .= ''; + + $o .= '

    ' . t('Getting Help') . '

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