celebrity/group/community pages about 75% implemented
This commit is contained in:
parent
f5a8a92df1
commit
0f47ac282c
15 changed files with 133 additions and 62 deletions
|
|
@ -1,27 +1,19 @@
|
|||
|
||||
Dear $username,
|
||||
|
||||
I've got good news and bad news... first the good news.
|
||||
'$fn' at '$dfrn_url' has accepted your connection request at
|
||||
'$sitename'.
|
||||
'$fn' at '$dfrn_url' has accepted
|
||||
your connection request at '$sitename'.
|
||||
|
||||
The bad news is that '$fn' did not make you a "full friend",
|
||||
but rather accepted you as a "fan". [Maybe you were expecting this,
|
||||
maybe not.]
|
||||
'$fn' has chosen to accept you a "fan", which restricts
|
||||
some forms of communication - such as private messaging and some profile
|
||||
interactions. If this is a celebrity or community page, these settings were
|
||||
applied automatically.
|
||||
|
||||
What this means is that '$fn' can communicate with you at any
|
||||
time and comment on your activities, but your communications to
|
||||
'$fn' may be restricted. In particular, you do NOT have the
|
||||
ability to exchange private mail. You are only able to communicate
|
||||
with '$fn' via your own status updates.
|
||||
'$fn' may choose to extend this into a two-way or more permissive
|
||||
relationship in the future.
|
||||
|
||||
In the future, '$fn' MAY decide to seek a full connection and make
|
||||
a reciprocal request. If you approve such a request, you will then be
|
||||
considered mutual friends with full communication ability.
|
||||
|
||||
The network at $sitename allows many types of relationships -
|
||||
as opposed to older social networks where friendship is either
|
||||
"yes" or "no" - with nothing in between.
|
||||
You will start receiving public status updates from '$fn',
|
||||
which will appear on your 'Network' page at
|
||||
|
||||
$siteurl
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<form action="" method="post" >
|
||||
<input type="hidden" name="auth-params" value="login" />
|
||||
<div id="login-name-wrapper">
|
||||
<label for="login-name" id="label-login-name">Username or Email: </label>
|
||||
<label for="login-name" id="label-login-name">Nickname or Email: </label>
|
||||
<input type="text" maxlength="60" name="login-name" id="login-name" value="" />
|
||||
</div>
|
||||
<div id="login-name-end" ></div>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ Enter your email address and submit to have your password reset. Then check your
|
|||
|
||||
<form action="lostpass" method="post" >
|
||||
<div id="login-name-wrapper">
|
||||
<label for="login-name" id="label-login-name">Email address: </label>
|
||||
<label for="login-name" id="label-login-name">Nickname or Email: </label>
|
||||
<input type="text" maxlength="60" name="login-name" id="login-name" value="" />
|
||||
</div>
|
||||
<div id="login-extra-end"></div>
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@
|
|||
type="text/html"
|
||||
href="$profile_url" />
|
||||
<Link rel="http://webfinger.net/rel/avatar"
|
||||
type="image/jpeg"
|
||||
href="$photo" />
|
||||
<Link rel="salmon"
|
||||
href="$salmon" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue