With the release of BuddyPress 2.5.0, site administrators can easily edit the contents of email notifications. These notifications use “tokens,” which are generic placeholders that are replaced with specific data when a single message is generated and sent.
隨著BuddyPress 2.5.0版本的更新柿究,消息內(nèi)容已經(jīng)很容易編輯了承二。尤其當(dāng)一條單獨(dú)的消息被指定發(fā)出去的時(shí)候薄风,通知已經(jīng)變得很雞肋了。
We’ve created some general-purpose tokens that are available for use in any message, like the display name of the recipient (tokenized as{{recipient.username}}). Because messages sent in different contexts need different information to be meaningful, each message also has access to more specific tokens. Take the message sent when a member is invited to a group, for instance. It includes tokens that allow you to include the group’s name, the display name and member profile of the member who extended the invitation, and a link to the recipient’s “manage invitations” screen. The tokens available in each specific message are listed below.
我們還是預(yù)設(shè)了一些常用的通知內(nèi)容,比如包含接收消息人的名字秕衙,被寫為{{recipient.username}}止状,如果發(fā)送消息的環(huán)境不同,那么發(fā)送的消息必須有針對(duì)性才有意義慷蠕,每一條消息也都會(huì)發(fā)給更多指定的用戶。舉個(gè)例子食呻,當(dāng)一個(gè)用戶被邀請(qǐng)加入一個(gè)小組流炕,那么他會(huì)受到一條邀請(qǐng)的消息。這些消息還包括允許你加入的小組名字和發(fā)送邀請(qǐng)給你的小組成員的資料仅胞,并且有鏈接直接點(diǎn)擊進(jìn)入管理妮的邀請(qǐng)界面每辟。這些預(yù)設(shè)的消息內(nèi)容我在下面都列出來了。
Finally, some tokens are wrapped in two sets of curly braces, like{{site.description}}, while other are wrapped in three sets, like{{{site.url}}}. Tokens wrapped in three braces are treated differently (they are not escaped on merging) which is critical for including working links, for instance. So, keep track of how many braces the token you’re including needs to work properly.
最后干旧,還有一些預(yù)設(shè)內(nèi)容被作為兩組放在兩個(gè)大括號(hào)里渠欺,像{{site.description}},還有些是三組椎眯,比如{{{site.url}挠将。三組的跟兩組會(huì)有些不同(但依舊是一個(gè)整體),用以表示關(guān)鍵的有效鏈接盅视。所以捐名,請(qǐng)注意各個(gè)預(yù)設(shè)內(nèi)容之間的邏輯關(guān)系以保持可行性。
Global tokens available in all messages
以下這些內(nèi)容各個(gè)環(huán)境下都通用闹击。
{{site.admin-email}}Email address of the site administrator.
{{{site.url}}}Value ofhome_url().
{{site.description}}Value of ‘blog description’.
{{site.name}}Value of ‘blog name’.
{{recipient.email}}Email address of recipient.
{{recipient.name}}Display name of recipient.
{{recipient.username}}Username (login) of recipient.
{{{unsubscribe}}}Link to the recipient’s email notifications settings screen in his or her user profile.
Activity
[{{{site.name}}}] {{poster.name}} mentioned you in a status update
Situation: Recipient was mentioned in an activity update.
{{usermessage}}The content of the activity update.
{{{mentioned.url}}}Permalink to the activity item.
{{poster.name}}Display name of activity item author.
{{receiver-user.id}}The ID of the user who is receiving the update.
[{{{site.name}}}] {{poster.name}} mentioned you in an update
Situation: Recipient was mentioned in agroupactivity update.
{{usermessage}}The content of the activity update.
{{{mentioned.url}}}Permalink to the activity item.
{{poster.name}}Display name of activity item author.
{{group.name}}Name of the group housing the activity update. Empty if not in a group.
{{receiver-user.id}}The ID of the user who is receiving the update.
[{{{site.name}}}] {{poster.name}} replied to one of your updates
Situation: A member has replied to an activity update that the recipient posted.
{{usermessage}}The content of the comment.
{{poster.name}}Display name of comment author.
{{{thread.url}}}Permalink to the original activity item thread.
{{comment.id}}The comment ID.
{{commenter.id}}The ID of the user who posted the comment.
{{original_activity.user_id}}The ID of the user who wrote the original activity update.
[{{{site.name}}}] {{poster.name}} replied to one of your comments
Situation: A member has replied to a comment on an activity update that the recipient posted.
{{usermessage}}The content of the comment.
{{poster.name}}Display name of comment author.
{{{thread.url}}}Permalink to the original activity item thread.
{{comment.id}}The comment ID.
{{parent-comment-user.id}}The ID of the user who wrote the immediate parent comment.
{{commenter.id}}The ID of the user who posted the comment.
Members
[{{{site.name}}}] Activate {{{user-site.url}}}
Situation: Recipient has registered for an account and site.
{{{activate-site.url}}}Link to the site’s membership and new blog activation page.
{{{user-site.url}}}The link to the new blog created by the user.
{{title}}The new blog’s title.
{{domain}}The new blog’s domain.
{{path}}The new blog’s path.
{{key_blog}}The activation key created in wpmu_signup_blog().
{{user.email}}The new user’s email address. (Dupes recipient.email?)
[{{{site.name}}}] Activate your account
Situation: Recipient has registered for an account.
{{{activate.url}}}Link to the site’s membership activation page, including the user’s activation key.
{{key}}Activation key.
{{user.email}}The new user’s email address. (Dupes recipient.email?)
{{user.id}}The new user’s ID.
[{{{site.name}}}] New friendship request from {{initiator.name}}
Situation: A member has sent a friend request to the recipient.
{{{friend-requests.url}}}Link to the user’s friendship request management screen.
{{{initiator.url}}}The initiator’s user profile.
{{initiator.name}}Display name of the initiator.
{{friendship.id}}ID of the friendship object.
{{friend.id}}ID of the request recipient.
{{initiator.id}}ID of the user who initiated the request.
[{{{site.name}}}] {{friend.name}} accepted your friendship request
Situation: Recipient has had a friend request accepted by a member.
{{{friendship.url}}}Link to the request recipient’s user profile.
{{friend.name}}Display name of the request recipient.
{{friendship.id}}ID of the friendship object.
{{friend.id}}ID of the request recipient.
{{initiator.id}}ID of the user who initiated the request.
[{{{site.name}}}] Verify your new email address
Situation: Recipient has changed their email address.
{{{verify.url}}}Link used to verify the new email address.
{{displayname}}Display name of recipient (Dupes recipient.name?)
{{old-user.email}}The user’s previous email address.
{{user.email}}The user’s new email address.
Private Messages
{{{site.name}}}] New message from {{sender.name}}
Situation: Recipient has received a private message.
{{usersubject}}The subject of the message.
{{usermessage}}The content of the message.
{{{message.url}}}Link to the message thread.
{{sender.name}}Display name of the message sender.
Groups
[{{{site.name}}}] Group details updated
Situation: A group’s details were updated.
{{changed_text}}Text describing the details of the change.
{{{group.url}}}Link to the group.
{{group.name}}Name of the group.
{{group.id}}ID of the group.
[{{{site.name}}}] Membership request for group: {{group.name}}
Situation: A member has requested permission to join a group.
{{group.name}}Name of the group.
{{{group-requests.url}}}Link to the group’s membership requests management screen.
{{requesting-user.name}}Display name of the user who is requesting membership.
{{{profile.url}}User profile of the user who is requesting membership.
{{admin.id}}ID of the group admin who is receiving this email.
{{group.id}}ID of the group.
{{membership.id}}ID of the membership object.
{{requesting-user.id}}ID of the user who is requesting membership.
Title: [{{{site.name}}}] Membership request for group “{{group.name}}” accepted
Situation: Recipient had requested to join a group, which was accepted.
{{group.name}}Name of the group.
{{{group.url}}}Link to the group.
{{group.id}}ID of the group.
{{requesting-user.id}}ID of the user who is requesting membership.
Title: [{{{site.name}}}] Membership request for group “{{group.name}}” rejected
Situation: Recipient had requested to join a group, which was rejected.
{{group.name}}Name of the group.
{{{group.url}}}Link to the group.
{{group.id}}ID of the group.
{{requesting-user.id}}ID of the user who is requesting membership.
[{{{site.name}}}] You have been promoted in the group: “{{group.name}}”
Situation: Recipient’s status within a group has changed.
{{group.name}}Name of the group.
{{{group.url}}}Link to the group.
{{promoted_to}}String describing new group responsibilitied. Possible values: ‘a(chǎn)n administrator’ or ‘a(chǎn) moderator’.
{{group.id}}ID of the group.
{{user.id}}ID of the promoted user.
[{{{site.name}}}] You have an invitation to the group: “{{group.name}}”
Situation: A member has sent a group invitation to the recipient.
{{group.name}}Name of the group.
{{{group.url}}}Link to the group.
{{inviter.name}}Inviter’s display name wrapped in a link to that user’s profile.
{{{inviter.url}}}Link to the profile of the user who extended the invitation.
{{{invites.url}}}Link to the recipient’s invitation management screen.
引用自:https://codex.buddypress.org/emails/email-tokens/