diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-07-08 20:25:05 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-07-08 20:25:05 -0700 |
commit | a26f4eeff6edcb49ad2e7607512853ddd24374cc (patch) | |
tree | 6d6c610d9690f5f2367388b53eca5d044b34f730 /view | |
parent | 9cd9ce9c170fbda524c06f62922cbe33a8fe9b82 (diff) | |
download | volse-hubzilla-a26f4eeff6edcb49ad2e7607512853ddd24374cc.tar.gz volse-hubzilla-a26f4eeff6edcb49ad2e7607512853ddd24374cc.tar.bz2 volse-hubzilla-a26f4eeff6edcb49ad2e7607512853ddd24374cc.zip |
new nickname policy
Diffstat (limited to 'view')
-rw-r--r-- | view/profile.php | 2 | ||||
-rw-r--r-- | view/settings_nick_unset.tpl | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/view/profile.php b/view/profile.php index 54087404a..808e2dbaa 100644 --- a/view/profile.php +++ b/view/profile.php @@ -19,7 +19,9 @@ <?php } ?>
<div id="profile-extra-links">
+
<a id="dfrn-request-link" href="dfrn_request/<?php echo $profile['uid']; ?>">Introductions</a>
+
</div>
<?php if ( (strlen($profile['address']))
diff --git a/view/settings_nick_unset.tpl b/view/settings_nick_unset.tpl index 0ea99d68b..903768b59 100644 --- a/view/settings_nick_unset.tpl +++ b/view/settings_nick_unset.tpl @@ -1,10 +1,11 @@ <div id="settings-nick-wrapper" > <p id="settings-nickname-desc"> +Your profile URL is currently <strong>'$baseurl/profile/$uid'</strong>. Setting a nickname will allow a friendly profile URL such as -<strong>$baseurl/profile/nickname</strong> -Once set, it can never be changed. Only letter, numbers, spaces and -underscore are allowed and the nickname must start with a space. +<strong>'nickname@$basepath'</strong>. +<br /> +Once set, it can never be changed. The nickname <strong>must</strong> start with a letter; and only letters, numbers, dashes, and underscores are allowed. </p> <label id="settings-nick-label" for="settings-nick" >URL Nickname: </label> <input type="text" name="nick" id="settings-nick" value="$nickname" /> |