X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fnewmember.php;h=a5e41f1e2444204dd95e174b3390b83eaf59b248;hb=1c6535c0b45c32ccbb0e2bd49e5bb7a6d5435d27;hp=8f71a7c0dab6618395271fe7793945005c6e9d18;hpb=1e3ebccb97a54caa4ac0740c017ec934d5c2e13d;p=friendica.git diff --git a/mod/newmember.php b/mod/newmember.php index 8f71a7c0da..a5e41f1e24 100644 --- a/mod/newmember.php +++ b/mod/newmember.php @@ -1,9 +1,9 @@ ' . t('Welcome to Friendica') . ''; + $o = '

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

'; $o .= '

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

'; @@ -11,39 +11,72 @@ function newmember_content(&$a) { $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 .= ''; - if(in_array('facebook', $a->plugins)) - $o .= '
  • ' . '' . t("Authorise the Facebook Connector if you currently have a Facebook account and we will \x28optionally\x29 import all your Facebook friends and conversations.") . '
  • ' . EOL; - else - $o .= '
  • ' . '' . t("If this is your own personal server, installing the Facebook addon may ease your transition to the free social web.") . '
  • ' . EOL; + $o .= '

    ' . t('Connecting') . '

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

    ' . t('Groups') . '

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

    ' . t('Getting Help') . '

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