implemented "Subscribe To Topic"
This commit is contained in:
@@ -438,6 +438,34 @@ Hope to see you in "${community.name}" soon!
|
||||
<!-- Parameters: community.name = name of community -->
|
||||
<subj-invite>Invitation to "${community.name}" Community</subj-invite>
|
||||
|
||||
<!-- Template used for E-mailing posts to users (top half of E-mail) -->
|
||||
<!-- Parameters: message.poster, topic.name, topic.locator, conference.name, community.name -->
|
||||
<mail-post-top>
|
||||
<![CDATA[
|
||||
The following message was just posted by "${message.poster}" to the
|
||||
"${topic.name}" topic in the "${conference.name}" conference
|
||||
of the "${community.name}" community on the Venice community system.
|
||||
--------------------------------------------------------------------------
|
||||
]]>
|
||||
</mail-post-top>
|
||||
|
||||
<!-- Template used for E-mailing posts to users (bottom half of E-mail) -->
|
||||
<!-- Parameters: message.poster, topic.name, topic.locator, conference.name, community.name -->
|
||||
<mail-post-bottom>
|
||||
<![CDATA[
|
||||
--------------------------------------------------------------------------
|
||||
Join the ongoing discussion at:
|
||||
http://delenn/venice/go/${topic.locator}
|
||||
|
||||
To stop receiving new posts in this topic by E-mail, visit the above URL,
|
||||
click the "Manage" button, and click the "Stop Subscribing To This Topic" link.
|
||||
]]>
|
||||
</mail-post-bottom>
|
||||
|
||||
<!-- Subject line for posts that are E-mailed to users -->
|
||||
<!-- Parameters: message.poster, topic.name, topic.locator, conference.name, community.name -->
|
||||
<subj-mail-post>New Post in ${topic.name}</subj-mail-post>
|
||||
|
||||
</messages>
|
||||
|
||||
</venice-config>
|
||||
|
||||
Reference in New Issue
Block a user