<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://telligent.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Global term tokens</title><link>http://telligent.com/community/developers/w/wiki/global-term-tokens.aspx</link><description /><dc:language>en-US</dc:language><generator>6.x Production</generator><item><title>Global term tokens</title><link>http://telligent.com/community/developers/w/wiki/global-term-tokens.aspx</link><pubDate>Sun, 28 Aug 2011 18:45:17 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:5865</guid><dc:creator>Alex Crome</dc:creator><comments>http://telligent.com/community/developers/w/wiki/global-term-tokens.aspx#comments</comments><description>Current Revision posted to Telligent Evolution 5.x Developer Documentation by Alex Crome on 8/28/2011 1:45:17 PM&lt;br /&gt;
&lt;div class="table-of-contents"&gt;&lt;h2 class="title"&gt;In this Article&lt;/h2&gt;&lt;div class="hierarchy-list-header"&gt; &lt;/div&gt;&lt;ul class="hierarchy-list"&gt;&lt;li class="hierarchy-item"&gt;&lt;a href="#capture"&gt;$capture&lt;/a&gt;&lt;/li&gt;&lt;li class="hierarchy-item"&gt;&lt;a href="#globals"&gt;$globals&lt;/a&gt;&lt;/li&gt;&lt;li class="hierarchy-item"&gt;&lt;a href="#helpers"&gt;$helpers&lt;/a&gt;&lt;/li&gt;&lt;li class="hierarchy-item"&gt;&lt;a href="#mg"&gt;$mg&lt;/a&gt;&lt;/li&gt;&lt;li class="hierarchy-item"&gt;&lt;a href="#resources"&gt;$resources&lt;/a&gt;&lt;/li&gt;&lt;li class="hierarchy-item"&gt;&lt;a href="#settings"&gt;$settings&lt;/a&gt;&lt;/li&gt;&lt;li class="hierarchy-item"&gt;&lt;a href="#spam"&gt;$spam&lt;/a&gt;&lt;/li&gt;&lt;li class="hierarchy-item"&gt;&lt;a href="#term"&gt;$term&lt;/a&gt;&lt;/li&gt;&lt;li class="hierarchy-item"&gt;&lt;a href="#urls"&gt;$urls&lt;/a&gt;&lt;/li&gt;&lt;li class="hierarchy-item"&gt;&lt;a href="#viewable"&gt;$viewable&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="hierarchy-list-footer"&gt; &lt;/div&gt;&lt;/div&gt;
&lt;h3 id="capture"&gt;&lt;a name="capture"&gt;&lt;/a&gt;$capture&lt;/h3&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$capture.Url([[Post token|Post]] post)&lt;/span&gt;&amp;nbsp;- string - Returns the URL to capture a forum thread to a wiki.&lt;/p&gt;
&lt;h3 id="globals"&gt;&lt;a name="globals"&gt;&lt;/a&gt;$globals&lt;/h3&gt;
&lt;p&gt;&lt;span style="font-family:courier new,courier;"&gt;$globals.FullPath(string relativeUrl)&lt;/span&gt;&amp;nbsp;- string - Returns the full path version of the relative url.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$globals.FormatDateTime(DateTime time)&lt;/span&gt;&amp;nbsp;- string - Returns a string formated to the Utility_CurrentTime_dateFormat (in Resources.xml)&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$globals.HtmlEncode(string text)&lt;/span&gt;&amp;nbsp;- string - Returns the html encoded text.&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$globals.HtmlDecode(string text)&lt;/span&gt;&amp;nbsp;- string - Returns the html decoded text.&lt;/p&gt;
&lt;h3 id="helpers"&gt;&lt;a name="helpers"&gt;&lt;/a&gt;$helpers&lt;/h3&gt;
&lt;p&gt;&lt;span style="font-family:courier new,courier;"&gt;$helpers.FormatFrom(string name, string address)&lt;/span&gt;&amp;nbsp;- string - Returns a string in the form of &amp;#39;&lt;span style="font-family:courier new,courier;"&gt;&amp;quot;name&amp;quot; &amp;lt;address&amp;gt;&lt;/span&gt;&amp;#39;.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$helpers.FormatFromAutomated()&lt;/span&gt;&amp;nbsp;- string - Returns a string in form of &amp;#39;&lt;span style="font-family:courier new,courier;"&gt;&amp;quot;$settings.SiteName - Automated Email&amp;quot; &amp;lt;$settings.NotificationFromEmailAddress&amp;gt;&lt;/span&gt;&amp;#39;.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$helpers.HtmlEncode(string text)&lt;/span&gt;&amp;nbsp;- string - Returns the html encoded text.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$helpers.HtmlDecode(string text)&lt;/span&gt;&amp;nbsp;- string - Returns the html decoded text.&lt;/p&gt;
&lt;h3 id="mg"&gt;&lt;a name="mg"&gt;&lt;/a&gt;$mg&lt;/h3&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$mg.FormatSubject([[Post token|Post]] post)&lt;/span&gt;&amp;nbsp;- string - Removes &amp;quot;re: &amp;quot; from the post subject and adds prefixes the list name to the post subject.&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$mg.GetUserAddress([[User token|User]] user)&lt;/span&gt;&amp;nbsp;- string - Gets the email address for the user.&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$mg.RenderHtml([[Post token|Post]] post)&lt;/span&gt;&amp;nbsp;- string - Returns the post with html formatting.&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$mg.RenderText([[Post token|Post]] post)&lt;/span&gt;&amp;nbsp;- string - Returns the post without html formatting.&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$mg.IncludePreviousPosts([[Post token|Post]] post)&lt;/span&gt;&amp;nbsp;- bool - Returns true if the post was received via email.&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$mg.MessageID([[Post token|Post]] post)&lt;/span&gt;&amp;nbsp;- string - Returns &amp;quot;&amp;lt;PostID-UserID@HostUri&amp;gt;&amp;quot;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$mg.ParentID([[Post token|Post]] post)&lt;/span&gt;&amp;nbsp;- string - Returns &amp;quot;&amp;lt;ParentID-UserID@HostUri&amp;gt;&amp;quot;&lt;/p&gt;
&lt;h3 id="resources"&gt;&lt;a name="resources"&gt;&lt;/a&gt;$resources&lt;/h3&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$resources.GetString(string resourceName)&lt;/span&gt;&amp;nbsp;- string - The matching string from the resource file.&lt;/p&gt;
&lt;h3 id="settings"&gt;&lt;a name="settings"&gt;&lt;/a&gt;$settings&lt;/h3&gt;
&lt;p&gt;&lt;span style="font-family:courier new,courier;"&gt;$settings.SiteName&lt;/span&gt; - string - The name of the site&lt;br /&gt;
&lt;span style="font-family:courier new,courier;"&gt;$settings.SiteUrl&lt;/span&gt; - string - The URL of the home page of the site&lt;/p&gt;
&lt;h3 id="spam"&gt;&lt;a name="spam"&gt;&lt;/a&gt;$spam&lt;/h3&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$spam.GetSubject([[Post token|Post]] post)&lt;/span&gt;&amp;nbsp;- string - The likelihood of the blog post as spam.&lt;/p&gt;
&lt;h3 id="term"&gt;&lt;a name="term"&gt;&lt;/a&gt;$term&lt;/h3&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$term.Get(string term)&lt;/span&gt;&amp;nbsp;- string - The value of the site term passed in.&lt;/p&gt;
&lt;h3 id="urls"&gt;&lt;a name="urls"&gt;&lt;/a&gt;$urls&lt;/h3&gt;
&lt;p&gt;&lt;span style="font-family:courier new,courier;"&gt;$urls.AcceptFriendship(string requesteeUserName, string requestorUserName)&lt;/span&gt; - string - The url to accept the friendship request.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$urls.AcceptUserInvitation([[User Invitation token|User Invitation]] invitation)&lt;/span&gt; - string - The url to accept the invitation to join the community.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$urls.LoginClean&lt;/span&gt; - string - The url of the login page for the site (Clean because it has no return url).&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$urls.Home&lt;/span&gt; - string - The url of the home page of the site.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$urls.Moderate&lt;/span&gt; - string - The url of the forum moderation control panel page.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$urls.RejectFriendship(string requesteeUserName, string requestorUserName)&lt;/span&gt; - string - The url to reject the friendship request.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$urls.UserChangePassword&lt;/span&gt; - string - The url of the change password page.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$urls.UserFriends(string userName)&lt;/span&gt; - string - The url of the user&amp;#39;s friend list.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$urls.UserEditProfile&lt;/span&gt; - string - The url of the edit profile page.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$urls.UserProfile([[User token|User]] user)&lt;/span&gt; - string - The URL of the user&amp;#39;s profile page.&lt;/p&gt;
&lt;h3 id="viewable"&gt;&lt;a name="viewable"&gt;&lt;/a&gt;$viewable&lt;/h3&gt;
&lt;p&gt;
$viewable.Uri(IViewableContent content) - Uri - The Uri to the content.&lt;br /&gt;$viewable.Uri([[Conversation token|Conversation]] conversation) - Uri - The Uri to the conversation thread page.&lt;br /&gt;$viewable.Uri([[Message token|Message]] message) - Uri - The Uri to a page displaying this message thread.
&lt;/p&gt;
&lt;div&gt;&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
</description></item><item><title>Global and helper term tokens</title><link>http://telligent.com/community/developers/w/wiki/global-term-tokens/revision/5.aspx</link><pubDate>Tue, 21 Dec 2010 15:56:11 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:21810</guid><dc:creator>Blake "Howdy" Smith</dc:creator><comments>http://telligent.com/community/developers/w/wiki/global-term-tokens.aspx#comments</comments><description>Revision 5 posted to Telligent Evolution 5.x Developer Documentation by Blake &amp;quot;Howdy&amp;quot; Smith on 12/21/2010 9:56:11 AM&lt;br /&gt;

&lt;h3 id="capture"&gt;$capture&lt;/h3&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$capture.Url([[Post token|Post]] post)&lt;/span&gt;&amp;nbsp;- string - Returns the URL to capture a forum thread to a wiki.&lt;/p&gt;
&lt;h3 id="globals"&gt;$globals&lt;/h3&gt;
&lt;p&gt;&lt;span style="font-family:courier new,courier;"&gt;$globals.FullPath(string relativeUrl)&lt;/span&gt;&amp;nbsp;- string - Returns the full path version of the relative url.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$globals.FormatDateTime(DateTime time)&lt;/span&gt;&amp;nbsp;- string - Returns a string formated to the Utility_CurrentTime_dateFormat (in Resources.xml)&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$globals.HtmlEncode(string text)&lt;/span&gt;&amp;nbsp;- string - Returns the html encoded text.&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$globals.HtmlDecode(string text)&lt;/span&gt;&amp;nbsp;- string - Returns the html decoded text.&lt;/p&gt;
&lt;h3 id="helpers"&gt;$helpers&lt;/h3&gt;
&lt;p&gt;&lt;span style="font-family:courier new,courier;"&gt;$helpers.FormatFrom(string name, string address)&lt;/span&gt;&amp;nbsp;- string - Returns a string in the form of &amp;#39;&lt;span style="font-family:courier new,courier;"&gt;&amp;quot;name&amp;quot; &amp;lt;address&amp;gt;&lt;/span&gt;&amp;#39;.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$helpers.FormatFromAutomated()&lt;/span&gt;&amp;nbsp;- string - Returns a string in form of &amp;#39;&lt;span style="font-family:courier new,courier;"&gt;&amp;quot;$settings.SiteName - Automated Email&amp;quot; &amp;lt;$settings.NotificationFromEmailAddress&amp;gt;&lt;/span&gt;&amp;#39;.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$helpers.HtmlEncode(string text)&lt;/span&gt;&amp;nbsp;- string - Returns the html encoded text.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$helpers.HtmlDecode(string text)&lt;/span&gt;&amp;nbsp;- string - Returns the html decoded text.&lt;/p&gt;
&lt;h3 id="mg"&gt;$mg&lt;/h3&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$mg.FormatSubject([[Post token|Post]] post)&lt;/span&gt;&amp;nbsp;- string - Removes &amp;quot;re: &amp;quot; from the post subject and adds prefixes the list name to the post subject.&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$mg.GetUserAddress([[User token|User]] user)&lt;/span&gt;&amp;nbsp;- string - Gets the email address for the user.&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$mg.RenderHtml([[Post token|Post]] post)&lt;/span&gt;&amp;nbsp;- string - Returns the post with html formatting.&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$mg.RenderText([[Post token|Post]] post)&lt;/span&gt;&amp;nbsp;- string - Returns the post without html formatting.&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$mg.IncludePreviousPosts([[Post token|Post]] post)&lt;/span&gt;&amp;nbsp;- bool - Returns true if the post was received via email.&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$mg.MessageID([[Post token|Post]] post)&lt;/span&gt;&amp;nbsp;- string - Returns &amp;quot;&amp;lt;PostID-UserID@HostUri&amp;gt;&amp;quot;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$mg.ParentID([[Post token|Post]] post)&lt;/span&gt;&amp;nbsp;- string - Returns &amp;quot;&amp;lt;ParentID-UserID@HostUri&amp;gt;&amp;quot;&lt;/p&gt;
&lt;h3 id="resources"&gt;$resources&lt;/h3&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$resources.GetString(string resourceName)&lt;/span&gt;&amp;nbsp;- string - The matching string from the resource file.&lt;/p&gt;
&lt;h3 id="settings"&gt;$settings&lt;/h3&gt;
&lt;p&gt;&lt;span style="font-family:courier new,courier;"&gt;$settings.SiteName&lt;/span&gt; - string - The name of the site&lt;br /&gt;
&lt;span style="font-family:courier new,courier;"&gt;$settings.SiteUrl&lt;/span&gt; - string - The URL of the home page of the site&lt;/p&gt;
&lt;h3 id="spam"&gt;$spam&lt;/h3&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$spam.GetSubject([[Post token|Post]] post)&lt;/span&gt;&amp;nbsp;- string - The likelihood of the blog post as spam.&lt;/p&gt;
&lt;h3 id="term"&gt;$term&lt;/h3&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$term.Get(string term)&lt;/span&gt;&amp;nbsp;- string - The value of the site term passed in.&lt;/p&gt;
&lt;h3 id="urls"&gt;$urls&lt;/h3&gt;
&lt;p&gt;&lt;span style="font-family:courier new,courier;"&gt;$urls.AcceptFriendship(string requesteeUserName, string requestorUserName)&lt;/span&gt; - string - The url to accept the friendship request.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$urls.AcceptUserInvitation([[User Invitation token|User Invitation]] invitation)&lt;/span&gt; - string - The url to accept the invitation to join the community.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$urls.LoginClean&lt;/span&gt; - string - The url of the login page for the site (Clean because it has no return url).&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$urls.Home&lt;/span&gt; - string - The url of the home page of the site.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$urls.Moderate&lt;/span&gt; - string - The url of the forum moderation control panel page.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$urls.RejectFriendship(string requesteeUserName, string requestorUserName)&lt;/span&gt; - string - The url to reject the friendship request.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$urls.UserChangePassword&lt;/span&gt; - string - The url of the change password page.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$urls.UserFriends(string userName)&lt;/span&gt; - string - The url of the user&amp;#39;s friend list.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$urls.UserEditProfile&lt;/span&gt; - string - The url of the edit profile page.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$urls.UserProfile([[User token|User]] user)&lt;/span&gt; - string - The URL of the user&amp;#39;s profile page.&lt;/p&gt;
&lt;h3 id="viewable"&gt;$viewable&lt;/h3&gt;
&lt;p&gt;
$viewable.Uri(IViewableContent content) - Uri - The Uri to the content.&lt;br /&gt;$viewable.Uri([[Conversation token|Conversation]] conversation) - Uri - The Uri to the conversation thread page.&lt;br /&gt;$viewable.Uri([[Message token|Message]] message) - Uri - The Uri to a page displaying this message thread.
&lt;/p&gt;
&lt;div&gt;&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
</description></item><item><title>Global and helper term tokens</title><link>http://telligent.com/community/developers/w/wiki/global-term-tokens/revision/4.aspx</link><pubDate>Mon, 20 Dec 2010 19:55:33 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:21809</guid><dc:creator>Jenny Jarrard</dc:creator><comments>http://telligent.com/community/developers/w/wiki/global-term-tokens.aspx#comments</comments><description>Revision 4 posted to Telligent Evolution 5.x Developer Documentation by Jenny Jarrard on 12/20/2010 1:55:33 PM&lt;br /&gt;

&lt;h3 id="capture"&gt;$capture&lt;/h3&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$capture.Url([[Post token|Post]] post)&lt;/span&gt;&amp;nbsp;- string - Returns the URL to capture a forum thread to a wiki.&lt;/p&gt;
&lt;h3 id="globals"&gt;$globals&lt;/h3&gt;
&lt;p&gt;&lt;span style="font-family:courier new,courier;"&gt;$globals.FullPath(string relativeUrl)&lt;/span&gt;&amp;nbsp;- string - Returns the full path version of the relative url.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$globals.FormatDateTime(DateTime time)&lt;/span&gt;&amp;nbsp;- string - Returns a string formated to the Utility_CurrentTime_dateFormat (in Resources.xml)&lt;/p&gt;
&lt;h3 id="helpers"&gt;$helpers&lt;/h3&gt;
&lt;p&gt;&lt;span style="font-family:courier new,courier;"&gt;$helpers.FormatFrom(string name, string address)&lt;/span&gt;&amp;nbsp;- string - Returns a string in the form of &amp;#39;&lt;span style="font-family:courier new,courier;"&gt;&amp;quot;name&amp;quot; &amp;lt;address&amp;gt;&lt;/span&gt;&amp;#39;.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$helpers.FormatFromAutomated()&lt;/span&gt;&amp;nbsp;- string - Returns a string in form of &amp;#39;&lt;span style="font-family:courier new,courier;"&gt;&amp;quot;$settings.SiteName - Automated Email&amp;quot; &amp;lt;$settings.NotificationFromEmailAddress&amp;gt;&lt;/span&gt;&amp;#39;.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$helpers.HtmlEncode(string text)&lt;/span&gt;&amp;nbsp;- string - Returns the html encoded text.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$helpers.HtmlDecode(string text)&lt;/span&gt;&amp;nbsp;- string - Returns the html decoded text.&lt;/p&gt;
&lt;h3 id="mg"&gt;$mg&lt;/h3&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$mg.FormatSubject([[Post token|Post]] post)&lt;/span&gt;&amp;nbsp;- string - Removes &amp;quot;re: &amp;quot; from the post subject and adds prefixes the list name to the post subject.&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$mg.GetUserAddress([[User token|User]] user)&lt;/span&gt;&amp;nbsp;- string - Gets the email address for the user.&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$mg.RenderHtml([[Post token|Post]] post)&lt;/span&gt;&amp;nbsp;- string - Returns the post with html formatting.&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$mg.RenderText([[Post token|Post]] post)&lt;/span&gt;&amp;nbsp;- string - Returns the post without html formatting.&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$mg.IncludePreviousPosts([[Post token|Post]] post)&lt;/span&gt;&amp;nbsp;- bool - Returns true if the post was received via email.&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$mg.MessageID([[Post token|Post]] post)&lt;/span&gt;&amp;nbsp;- string - Returns &amp;quot;&amp;lt;PostID-UserID@HostUri&amp;gt;&amp;quot;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$mg.ParentID([[Post token|Post]] post)&lt;/span&gt;&amp;nbsp;- string - Returns &amp;quot;&amp;lt;ParentID-UserID@HostUri&amp;gt;&amp;quot;&lt;/p&gt;
&lt;h3 id="resources"&gt;$resources&lt;/h3&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$resources.GetString(string resourceName)&lt;/span&gt;&amp;nbsp;- string - The matching string from the resource file.&lt;/p&gt;
&lt;h3 id="settings"&gt;$settings&lt;/h3&gt;
&lt;p&gt;&lt;span style="font-family:courier new,courier;"&gt;$settings.SiteName&lt;/span&gt; - string - The name of the site&lt;br /&gt;
&lt;span style="font-family:courier new,courier;"&gt;$settings.SiteUrl&lt;/span&gt; - string - The URL of the home page of the site&lt;/p&gt;
&lt;h3 id="spam"&gt;$spam&lt;/h3&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$spam.GetSubject([[Post token|Post]] post)&lt;/span&gt;&amp;nbsp;- string - The likelihood of the blog post as spam.&lt;/p&gt;
&lt;h3 id="term"&gt;$term&lt;/h3&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$term.Get(string term)&lt;/span&gt;&amp;nbsp;- string - The value of the site term passed in.&lt;/p&gt;
&lt;h3 id="urls"&gt;$urls&lt;/h3&gt;
&lt;p&gt;&lt;span style="font-family:courier new,courier;"&gt;$urls.AcceptFriendship(string requesteeUserName, string requestorUserName)&lt;/span&gt; - string - The url to accept the friendship request.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$urls.AcceptUserInvitation([[User Invitation token|User Invitation]] invitation)&lt;/span&gt; - string - The url to accept the invitation to join the community.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$urls.LoginClean&lt;/span&gt; - string - The url of the login page for the site (Clean because it has no return url).&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$urls.Home&lt;/span&gt; - string - The url of the home page of the site.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$urls.Moderate&lt;/span&gt; - string - The url of the forum moderation control panel page.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$urls.RejectFriendship(string requesteeUserName, string requestorUserName)&lt;/span&gt; - string - The url to reject the friendship request.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$urls.UserChangePassword&lt;/span&gt; - string - The url of the change password page.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$urls.UserFriends(string userName)&lt;/span&gt; - string - The url of the user&amp;#39;s friend list.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$urls.UserEditProfile&lt;/span&gt; - string - The url of the edit profile page.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$urls.UserProfile([[User token|User]] user)&lt;/span&gt; - string - The URL of the user&amp;#39;s profile page.&lt;/p&gt;
&lt;h3 id="viewable"&gt;$viewable&lt;/h3&gt;
&lt;p&gt;
$viewable.Uri(IViewableContent content) - Uri - The Uri to the content.&lt;br /&gt;$viewable.Uri([[Conversation token|Conversation]] conversation) - Uri - The Uri to the conversation thread page.&lt;br /&gt;$viewable.Uri([[Message token|Message]] message) - Uri - The Uri to a page displaying this message thread.
&lt;/p&gt;
&lt;div&gt;&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
</description></item><item><title>Global term tokens</title><link>http://telligent.com/community/developers/w/wiki/global-term-tokens/revision/3.aspx</link><pubDate>Wed, 13 Oct 2010 03:37:03 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:21800</guid><dc:creator>Rob Howard</dc:creator><comments>http://telligent.com/community/developers/w/wiki/global-term-tokens.aspx#comments</comments><description>Revision 3 posted to Telligent Evolution 5.x Developer Documentation by Rob Howard on 10/12/2010 10:37:03 PM&lt;br /&gt;

&lt;h3 id="capture"&gt;$capture&lt;/h3&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$capture.Url([[Post token|Post]] post)&lt;/span&gt;&amp;nbsp;- string - Returns the URL to capture a forum thread to a wiki.&lt;/p&gt;
&lt;h3 id="globals"&gt;$globals&lt;/h3&gt;
&lt;p&gt;&lt;span style="font-family:courier new,courier;"&gt;$globals.FullPath(string relativeUrl)&lt;/span&gt;&amp;nbsp;- string - Returns the full path version of the relative url.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$globals.FormatDateTime(DateTime time)&lt;/span&gt;&amp;nbsp;- string - Returns a string formated to the Utility_CurrentTime_dateFormat (in Resources.xml)&lt;/p&gt;
&lt;h3 id="helpers"&gt;$helpers&lt;/h3&gt;
&lt;p&gt;&lt;span style="font-family:courier new,courier;"&gt;$helpers.FormatFrom(string name, string address)&lt;/span&gt;&amp;nbsp;- string - Returns a string in the form of &amp;#39;&lt;span style="font-family:courier new,courier;"&gt;&amp;quot;name&amp;quot; &amp;lt;address&amp;gt;&lt;/span&gt;&amp;#39;.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$helpers.FormatFromAutomated()&lt;/span&gt;&amp;nbsp;- string - Returns a string in form of &amp;#39;&lt;span style="font-family:courier new,courier;"&gt;&amp;quot;$settings.SiteName - Automated Email&amp;quot; &amp;lt;$settings.NotificationFromEmailAddress&amp;gt;&lt;/span&gt;&amp;#39;.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$helpers.HtmlEncode(string text)&lt;/span&gt;&amp;nbsp;- string - Returns the html encoded text.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$helpers.HtmlDecode(string text)&lt;/span&gt;&amp;nbsp;- string - Returns the html decoded text.&lt;/p&gt;
&lt;h3 id="mg"&gt;$mg&lt;/h3&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$mg.FormatSubject([[Post token|Post]] post)&lt;/span&gt;&amp;nbsp;- string - Removes &amp;quot;re: &amp;quot; from the post subject and adds prefixes the list name to the post subject.&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$mg.GetUserAddress([[User token|User]] user)&lt;/span&gt;&amp;nbsp;- string - Gets the email address for the user.&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$mg.RenderHtml([[Post token|Post]] post)&lt;/span&gt;&amp;nbsp;- string - Returns the post with html formatting.&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$mg.RenderText([[Post token|Post]] post)&lt;/span&gt;&amp;nbsp;- string - Returns the post without html formatting.&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$mg.IncludePreviousPosts([[Post token|Post]] post)&lt;/span&gt;&amp;nbsp;- bool - Returns true if the post was received via email.&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$mg.MessageID([[Post token|Post]] post)&lt;/span&gt;&amp;nbsp;- string - Returns &amp;quot;&amp;lt;PostID-UserID@HostUri&amp;gt;&amp;quot;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$mg.ParentID([[Post token|Post]] post)&lt;/span&gt;&amp;nbsp;- string - Returns &amp;quot;&amp;lt;ParentID-UserID@HostUri&amp;gt;&amp;quot;&lt;/p&gt;
&lt;h3 id="resources"&gt;$resources&lt;/h3&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$resources.GetString(string resourceName)&lt;/span&gt;&amp;nbsp;- string - The matching string from the resource file.&lt;/p&gt;
&lt;h3 id="settings"&gt;$settings&lt;/h3&gt;
&lt;p&gt;&lt;span style="font-family:courier new,courier;"&gt;$settings.SiteName&lt;/span&gt; - string - The name of the site&lt;br /&gt;
&lt;span style="font-family:courier new,courier;"&gt;$settings.SiteUrl&lt;/span&gt; - string - The URL of the home page of the site&lt;/p&gt;
&lt;h3 id="spam"&gt;$spam&lt;/h3&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$spam.GetSubject([[Post token|Post]] post)&lt;/span&gt;&amp;nbsp;- string - The likelihood of the blog post as spam.&lt;/p&gt;
&lt;h3 id="term"&gt;$term&lt;/h3&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$term.Get(string term)&lt;/span&gt;&amp;nbsp;- string - The value of the site term passed in.&lt;/p&gt;
&lt;h3 id="urls"&gt;$urls&lt;/h3&gt;
&lt;p&gt;&lt;span style="font-family:courier new,courier;"&gt;$urls.AcceptFriendship(string requesteeUserName, string requestorUserName)&lt;/span&gt; - string - The url to accept the friendship request.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$urls.AcceptUserInvitation([[User Invitation token|User Invitation]] invitation)&lt;/span&gt; - string - The url to accept the invitation to join the community.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$urls.LoginClean&lt;/span&gt; - string - The url of the login page for the site (Clean because it has no return url).&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$urls.Home&lt;/span&gt; - string - The url of the home page of the site.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$urls.Moderate&lt;/span&gt; - string - The url of the forum moderation control panel page.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$urls.RejectFriendship(string requesteeUserName, string requestorUserName)&lt;/span&gt; - string - The url to reject the friendship request.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$urls.UserChangePassword&lt;/span&gt; - string - The url of the change password page.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$urls.UserFriends(string userName)&lt;/span&gt; - string - The url of the user&amp;#39;s friend list.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$urls.UserEditProfile&lt;/span&gt; - string - The url of the edit profile page.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$urls.UserProfile([[User token|User]] user)&lt;/span&gt; - string - The URL of the user&amp;#39;s profile page.&lt;/p&gt;
&lt;h3 id="viewable"&gt;$viewable&lt;/h3&gt;
&lt;p&gt;
$viewable.Uri(IViewableContent content) - Uri - The Uri to the content.&lt;br /&gt;$viewable.Uri([[Conversation token|Conversation]] conversation) - Uri - The Uri to the conversation thread page.&lt;br /&gt;$viewable.Uri([[Message token|Message]] message) - Uri - The Uri to a page displaying this message thread.
&lt;/p&gt;
&lt;div&gt;&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
</description></item><item><title>Global term tokens</title><link>http://telligent.com/community/developers/w/wiki/global-term-tokens/revision/2.aspx</link><pubDate>Fri, 05 Mar 2010 18:30:17 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:20643</guid><dc:creator>Jenny Jarrard</dc:creator><comments>http://telligent.com/community/developers/w/wiki/global-term-tokens.aspx#comments</comments><description>Revision 2 posted to Telligent Evolution 5.x Developer Documentation by Jenny Jarrard on 3/5/2010 12:30:17 PM&lt;br /&gt;
&lt;div&gt;
&lt;h3&gt;$capture&lt;/h3&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$capture.Url([[Post token|Post]] post)&lt;/span&gt;&amp;nbsp;- string - Returns the URL to capture a forum thread to a wiki.&lt;/p&gt;
&lt;h3&gt;$globals&lt;/h3&gt;
&lt;p&gt;&lt;span style="font-family:courier new,courier;"&gt;$globals.FullPath(string relativeUrl)&lt;/span&gt;&amp;nbsp;- string - Returns the full path version of the relative url.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$globals.FormatDateTime(DateTime time)&lt;/span&gt;&amp;nbsp;- string - Returns a string formated to the Utility_CurrentTime_dateFormat (in Resources.xml)&lt;/p&gt;
&lt;h3&gt;$helpers&lt;/h3&gt;
&lt;p&gt;&lt;span style="font-family:courier new,courier;"&gt;$helpers.FormatFrom(string name, string address)&lt;/span&gt;&amp;nbsp;- string - Returns a string in the form of &amp;#39;&lt;span style="font-family:courier new,courier;"&gt;&amp;quot;name&amp;quot; &amp;lt;address&amp;gt;&lt;/span&gt;&amp;#39;.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$helpers.FormatFromAutomated()&lt;/span&gt;&amp;nbsp;- string - Returns a string in form of &amp;#39;&lt;span style="font-family:courier new,courier;"&gt;&amp;quot;$settings.SiteName - Automated Email&amp;quot; &amp;lt;$settings.NotificationFromEmailAddress&amp;gt;&lt;/span&gt;&amp;#39;.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$helpers.HtmlEncode(string text)&lt;/span&gt;&amp;nbsp;- string - Returns the html encoded text.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$helpers.HtmlDecode(string text)&lt;/span&gt;&amp;nbsp;- string - Returns the html decoded text.&lt;/p&gt;
&lt;h3&gt;$mg&lt;/h3&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$mg.FormatSubject([[Post token|Post]] post)&lt;/span&gt;&amp;nbsp;- string - Removes &amp;quot;re: &amp;quot; from the post subject and adds prefixes the list name to the post subject.&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$mg.GetUserAddress([[User token|User]] user)&lt;/span&gt;&amp;nbsp;- string - Gets the email address for the user.&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$mg.RenderHtml([[Post token|Post]] post)&lt;/span&gt;&amp;nbsp;- string - Returns the post with html formatting.&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$mg.RenderText([[Post token|Post]] post)&lt;/span&gt;&amp;nbsp;- string - Returns the post without html formatting.&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$mg.IncludePreviousPosts([[Post token|Post]] post)&lt;/span&gt;&amp;nbsp;- bool - Returns true if the post was received via email.&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$mg.MessageID([[Post token|Post]] post)&lt;/span&gt;&amp;nbsp;- string - Returns &amp;quot;&amp;lt;PostID-UserID@HostUri&amp;gt;&amp;quot;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$mg.ParentID([[Post token|Post]] post)&lt;/span&gt;&amp;nbsp;- string - Returns &amp;quot;&amp;lt;ParentID-UserID@HostUri&amp;gt;&amp;quot;&lt;/p&gt;
&lt;h3&gt;$resources&lt;/h3&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$resources.GetString(string resourceName)&lt;/span&gt;&amp;nbsp;- string - The matching string from the resource file.&lt;/p&gt;
&lt;h3&gt;$settings&lt;/h3&gt;
&lt;p&gt;&lt;span style="font-family:courier new,courier;"&gt;$settings.SiteName&lt;/span&gt; - string - The name of the site&lt;br /&gt;
&lt;span style="font-family:courier new,courier;"&gt;$settings.SiteUrl&lt;/span&gt; - string - The URL of the home page of the site&lt;/p&gt;
&lt;h3&gt;$spam&lt;/h3&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$spam.GetSubject([[Post token|Post]] post)&lt;/span&gt;&amp;nbsp;- string - The likelihood of the blog post as spam.&lt;/p&gt;
&lt;h3&gt;$term&lt;/h3&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$term.Get(string term)&lt;/span&gt;&amp;nbsp;- string - The value of the site term passed in.&lt;/p&gt;
&lt;h3&gt;$urls&lt;/h3&gt;
&lt;p&gt;&lt;span style="font-family:courier new,courier;"&gt;$urls.AcceptFriendship(string requesteeUserName, string requestorUserName)&lt;/span&gt; - string - The url to accept the friendship request.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$urls.AcceptUserInvitation([[User Invitation token|User Invitation]] invitation)&lt;/span&gt; - string - The url to accept the invitation to join the community.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$urls.LoginClean&lt;/span&gt; - string - The url of the login page for the site (Clean because it has no return url).&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$urls.Home&lt;/span&gt; - string - The url of the home page of the site.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$urls.Moderate&lt;/span&gt; - string - The url of the forum moderation control panel page.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$urls.RejectFriendship(string requesteeUserName, string requestorUserName)&lt;/span&gt; - string - The url to reject the friendship request.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$urls.UserChangePassword&lt;/span&gt; - string - The url of the change password page.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$urls.UserFriends(string userName)&lt;/span&gt; - string - The url of the user&amp;#39;s friend list.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$urls.UserEditProfile&lt;/span&gt; - string - The url of the edit profile page.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$urls.UserProfile([[User token|User]] user)&lt;/span&gt; - string - The URL of the user&amp;#39;s profile page.&lt;/p&gt;
&lt;h3&gt;$viewable&lt;/h3&gt;
$viewable.Uri(IViewableContent content) - Uri - The Uri to the content.&lt;br /&gt;$viewable.Uri([[Conversation token|Conversation]] conversation) - Uri - The Uri to the conversation thread page.&lt;br /&gt;$viewable.Uri([[Message token|Message]] message) - Uri - The Uri to a page displaying this message thread.
&lt;div&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
</description></item><item><title>Global term tokens</title><link>http://telligent.com/community/developers/w/wiki/global-term-tokens/revision/1.aspx</link><pubDate>Fri, 05 Mar 2010 18:05:32 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:16378</guid><dc:creator>Jenny Jarrard</dc:creator><comments>http://telligent.com/community/developers/w/wiki/global-term-tokens.aspx#comments</comments><description>Revision 1 posted to Telligent Evolution 5.x Developer Documentation by Jenny Jarrard on 3/5/2010 12:05:32 PM&lt;br /&gt;
&lt;div&gt;
&lt;h3&gt;$capture&lt;/h3&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$capture.Url([[Post|Post]] post)&lt;/span&gt;&amp;nbsp;- string - Returns the URL to capture a forum thread to a wiki.&lt;/p&gt;
&lt;h3&gt;$globals&lt;/h3&gt;
&lt;p&gt;&lt;span style="font-family:courier new,courier;"&gt;$globals.FullPath(string relativeUrl)&lt;/span&gt;&amp;nbsp;- string - Returns the full path version of the relative url.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$globals.FormatDateTime(DateTime time)&lt;/span&gt;&amp;nbsp;- string - Returns a string formated to the Utility_CurrentTime_dateFormat (in Resources.xml)&lt;/p&gt;
&lt;h3&gt;$helpers&lt;/h3&gt;
&lt;p&gt;&lt;span style="font-family:courier new,courier;"&gt;$helpers.FormatFrom(string name, string address)&lt;/span&gt;&amp;nbsp;- string - Returns a string in the form of &amp;#39;&lt;span style="font-family:courier new,courier;"&gt;&amp;quot;name&amp;quot; &amp;lt;address&amp;gt;&lt;/span&gt;&amp;#39;.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$helpers.FormatFromAutomated()&lt;/span&gt;&amp;nbsp;- string - Returns a string in form of &amp;#39;&lt;span style="font-family:courier new,courier;"&gt;&amp;quot;$settings.SiteName - Automated Email&amp;quot; &amp;lt;$settings.NotificationFromEmailAddress&amp;gt;&lt;/span&gt;&amp;#39;.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$helpers.HtmlEncode(string text)&lt;/span&gt;&amp;nbsp;- string - Returns the html encoded text.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$helpers.HtmlDecode(string text)&lt;/span&gt;&amp;nbsp;- string - Returns the html decoded text.&lt;/p&gt;
&lt;h3&gt;$mg&lt;/h3&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$mg.FormatSubject([[Post|Post]] post)&lt;/span&gt;&amp;nbsp;- string - Removes &amp;quot;re: &amp;quot; from the post subject and adds prefixes the list name to the post subject.&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$mg.GetUserAddress([[User|User]] user)&lt;/span&gt;&amp;nbsp;- string - Gets the email address for the user.&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$mg.RenderHtml([[Post|Post]] post)&lt;/span&gt;&amp;nbsp;- string - Returns the post with html formatting.&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$mg.RenderText([[Post|Post]] post)&lt;/span&gt;&amp;nbsp;- string - Returns the post without html formatting.&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$mg.IncludePreviousPosts([[Post|Post]] post)&lt;/span&gt;&amp;nbsp;- bool - Returns true if the post was received via email.&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$mg.MessageID([[Post|Post]] post)&lt;/span&gt;&amp;nbsp;- string - Returns &amp;quot;&amp;lt;PostID-UserID@HostUri&amp;gt;&amp;quot;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$mg.ParentID([[Post|Post]] post)&lt;/span&gt;&amp;nbsp;- string - Returns &amp;quot;&amp;lt;ParentID-UserID@HostUri&amp;gt;&amp;quot;&lt;/p&gt;
&lt;h3&gt;$resources&lt;/h3&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$resources.GetString(string resourceName)&lt;/span&gt;&amp;nbsp;- string - The matching string from the resource file.&lt;/p&gt;
&lt;h3&gt;$settings&lt;/h3&gt;
&lt;p&gt;&lt;span style="font-family:courier new,courier;"&gt;$settings.SiteName&lt;/span&gt; - string - The name of the site&lt;br /&gt;
&lt;span style="font-family:courier new,courier;"&gt;$settings.SiteUrl&lt;/span&gt; - string - The URL of the home page of the site&lt;/p&gt;
&lt;h3&gt;$spam&lt;/h3&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$spam.GetSubject([[Post|Post]] post)&lt;/span&gt;&amp;nbsp;- string - The likelihood of the blog post as spam.&lt;/p&gt;
&lt;h3&gt;$term&lt;/h3&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;$term.Get(string term)&lt;/span&gt;&amp;nbsp;- string - The value of the site term passed in.&lt;/p&gt;
&lt;h3&gt;$urls&lt;/h3&gt;
&lt;p&gt;&lt;span style="font-family:courier new,courier;"&gt;$urls.AcceptFriendship(string requesteeUserName, string requestorUserName)&lt;/span&gt; - string - The url to accept the friendship request.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$urls.AcceptUserInvitation([[User Invitation|User Invitation]] invitation)&lt;/span&gt; - string - The url to accept the invitation to join the community.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$urls.LoginClean&lt;/span&gt; - string - The url of the login page for the site (Clean because it has no return url).&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$urls.Home&lt;/span&gt; - string - The url of the home page of the site.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$urls.Moderate&lt;/span&gt; - string - The url of the forum moderation control panel page.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$urls.RejectFriendship(string requesteeUserName, string requestorUserName)&lt;/span&gt; - string - The url to reject the friendship request.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$urls.UserChangePassword&lt;/span&gt; - string - The url of the change password page.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$urls.UserFriends(string userName)&lt;/span&gt; - string - The url of the user&amp;#39;s friend list.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$urls.UserEditProfile&lt;/span&gt; - string - The url of the edit profile page.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;$urls.UserProfile([[User|User]] user)&lt;/span&gt; - string - The URL of the user&amp;#39;s profile page.&lt;/p&gt;
&lt;h3&gt;$viewable&lt;/h3&gt;
$viewable.Uri(IViewableContent content) - Uri - The Uri to the content.&lt;br /&gt;$viewable.Uri([[Conversation|Conversation]] conversation) - Uri - The Uri to the conversation thread page.&lt;br /&gt;$viewable.Uri([[Message|Message]] message) - Uri - The Uri to a page displaying this message thread.
&lt;div&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
</description></item></channel></rss>
