diff options
author | friendica <info@friendica.com> | 2012-04-01 16:49:19 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-01 16:49:19 -0700 |
commit | 845b123b477cad21afffa66640901427d66ad138 (patch) | |
tree | 49c8e91f210815eeccd6925457664f39380f0a82 /mod/newmember.php | |
parent | 23dc376364b7d8f8e27e3493fe3edbf5cf768a35 (diff) | |
parent | 210586eaed18afc4d9ff613ee8f1ea0acdec621a (diff) | |
download | volse-hubzilla-845b123b477cad21afffa66640901427d66ad138.tar.gz volse-hubzilla-845b123b477cad21afffa66640901427d66ad138.tar.bz2 volse-hubzilla-845b123b477cad21afffa66640901427d66ad138.zip |
Merge pull request #198 from beardy-unixer/master
New User Quick Start
Diffstat (limited to 'mod/newmember.php')
-rwxr-xr-x | mod/newmember.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/newmember.php b/mod/newmember.php index 2ecc89024..683463ecb 100755 --- a/mod/newmember.php +++ b/mod/newmember.php @@ -13,6 +13,8 @@ function newmember_content(&$a) { $o .= '<ul>'; + $o .= '<li>' . '<a target="newmember" href="/help/guide">' . t('On your <em>Quick Start</em> page - find a brief introduction to your profile and network tabs, connect to Facebook, make some new connections, and find some groups to join.') . '</a></li>' . EOL; + $o .= '<li>' . '<a target="newmember" href="settings">' . t('On your <em>Settings</em> page - change your initial password. Also make a note of your Identity Address. This looks just like an email address - and will be useful in making friends on the free social web.') . '</a></li>' . EOL; $o .= '<li>' . '<a target="newmember" href="settings">' . t('Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you.') . '</a></li>' . EOL; |