Subscription
Tags, loops and code examples available for subscribtion to forum categories or threads.
Available tags
Category:Moderator.CategoryID
Returns ID of moderator ID.
@GetInteger("Category:Moderator.CategoryID")
Category:Moderator.Email
Returns moderator email eddress.
@GetString("Category:Moderator.Email")
Category:Moderator.Image
Returns an image of moderator.
@GetString("Category:Moderator.Image")
Category:Moderator.Image.Clean
Returns an URL to an image of moderator.
@GetString("Category:Moderator.Image.Clean")
Forum:Category.Active
Returns True if the category is active.
@GetBoolean("Forum:Category.Active")
Forum:Category.Description
Returns the description of the forum category.
@GetString("Forum:Category.Description")
Forum:Category.IsActive
Returns True if the category is active.
@GetBoolean("Forum:Category.IsActive")
Forum:Category.IsSubscribed
Returns True if the category is suscribed.
@GetBoolean("Forum:Category.IsSubscribed")
Forum:Category.Replies.Count
Returns quontity of replies within category
@GetInteger("Forum:Category.Replies.Count")
Forum:Category.Threads.Count
Returns quontity of threads within category
@GetInteger("Forum:Category.Threads.Count")
Forum:FirstAnswer.Author
Returns name of author of the first answer
@GetString("Forum:FirstAnswer.Author")
Forum:FirstAnswer.Author.Group.501
Returns True if author of the first answer belongs to regular (not system) user group
@GetBoolean("Forum:FirstAnswer.Author.Group.501")
Forum:FirstAnswer.Author.Image.Clean
Returns the path to the image of first answer author.
@GetString("Forum:FirstAnswer.Author.Image.Clean")
Forum:FirstAnswer.Author.Image.HasImage
Returns True if author of the first answer has image
@GetString("Forum:FirstAnswer.Author.Image.HasImage")
Forum:FirstAnswer.Author.Image.IsInternal
Returns True if image of author of first answer locates within the solution
@GetString("Forum:FirstAnswer.Author.Image.IsInternal")
Forum:FirstAnswer.AuthorEMail
Returns email address of author the first answer.
@GetString("Forum:FirstAnswer.AuthorEMail")
Forum:FirstAnswer.AuthorID
Returns ID of author of first answer.
@GetInteger("Forum:FirstAnswer.AuthorID")
Forum:FirstAnswer.Body
Returns of text string within first answer.
@GetString("Forum:FirstAnswer.Body")
Forum:FirstAnswer.Body.Resume
Returns of text string within first answer.
@GetString("Forum:FirstAnswer.Body.Resume")
Forum:FirstAnswer.CategoryID
Returns ID of category which first answer belongs to.
@GetInteger("Forum:FirstAnswer.CategoryID")
Forum:FirstAnswer.Created
Returns the creation timestamp for first answer.
@GetDate("Forum:FirstAnswer.Created")
Forum:FirstAnswer.IsAnswer
Returns True if first answer is answer.
@GetBoolean("Forum:FirstAnswer.IsAnswer")
Forum:FirstAnswer.IsSticky
Returns True if first answer is sticky.
@GetBoolean("Forum:FirstAnswer.IsSticky")
Forum:FirstAnswer.IsThread
Returns True if first answer is thread.
@GetBoolean("Forum:FirstAnswer.IsThread")
Forum:FirstAnswer.Name
Returns text string of first anwser's name.
@GetString("Forum:FirstAnswer.Name")
Forum:FirstAnswer.ParentID
Returns ID of parent the first answer.
@GetInteger("Forum:FirstAnswer.ParentID")
Forum:FirstAnswer.Replies.Count
Returns count of replies within first answer.
@GetInteger("Forum:FirstAnswer.Replies.Count")
Forum:FirstAnswer.ThreadID
Returns ID of first answer thread.
@GetInteger("Forum:FirstAnswer.ThreadID")
Forum:Global.Category.IsModerated
Returns True if category has any active moderators attached.
@GetBoolean("Forum:Global.Category.IsModerated")
Forum:Global.ParagraphID
Returns ID of the parent Paragraph housing the forum module.
@GetInteger("Forum:Global.ParagraphID")
Forum:Global.User.Email
Returns E-mail of the currently logged in Extranet user.
@GetString("Forum:Global.User.Email")
Forum:Global.User.ID
Returns ID of the currently logged in Extranet user.
@GetInteger("Forum:Global.User.ID")
Forum:Global.User.Name
Returns username of the currently logged in Extranet user.
@GetString("Forum:Global.User.Name")
Forum:LastActiveThread.Author
Returns author of last active thread.
@GetBoolean("Forum:LastActiveThread.Author")
Forum:LastActiveThread.Author.Group.263
Returns True if author of last active thread belongs to not system user group.
@GetBoolean("Forum:LastActiveThread.Author.Group.263")
Forum:LastActiveThread.Author.Group.271
Returns True if author of last active thread belongs to not system user group.
@GetBoolean("Forum:LastActiveThread.Author.Group.271")
Forum:LastActiveThread.Author.Image.Clean
Returns the path to the image of author of last active thread.
@GetString("Forum:LastActiveThread.Author.Image.Clean")
Forum:LastActiveThread.Author.Image.IsInternal
Returns True if image of author of last active thread locates within the solution.
@GetBoolean("Forum:LastActiveThread.Author.Image.IsInternal")
Forum:LastActiveThread.AuthorEMail
Returns email address of author of last active thread.
@GetString("Forum:LastActiveThread.AuthorEMail")
Forum:LastActiveThread.AuthorID
Returns ID of author of last active thread.
@GetString("Forum:LastActiveThread.AuthorID")
Forum:LastActiveThread.Body
Returns body text within last active thread.
@GetString("Forum:LastActiveThread.Body")
Forum:LastActiveThread.Body.Resume
Returns body text within last active thread.
@GetString("Forum:LastActiveThread.Body.Resume")
Forum:LastActiveThread.CategoryID
Returns ID of the forum category which last active thread belongs to.
@GetInteger("Forum:LastActiveThread.CategoryID")
Forum:LastActiveThread.Created
Returns the creation timestamp for last active thread.
@GetDate("Forum:LastActiveThread.Created")
Forum:LastActiveThread.FirstAnswerMessageID
Returns ID of first answered message in last active thread.
@GetInteger("Forum:LastActiveThread.FirstAnswerMessageID")
Forum:LastActiveThread.HasAnswer
Returns True if last active thread has at least one answer.
@GetString("Forum:LastActiveThread.HasAnswer")
Forum:LastActiveThread.ID
Returns ID of last active thread.
@GetInteger("Forum:LastActiveThread.ID")
Forum:LastActiveThread.IsAnswer
Returns True if last active thread is answer.
@GetBoolean("Forum:LastActiveThread.IsAnswer")
Forum:LastActiveThread.IsSticky
Returns True if last active thread is sticky.
@GetBoolean("Forum:LastActiveThread.IsSticky")
Forum:LastActiveThread.IsThread
Returns True if last active thread is thread.
@GetBoolean("Forum:LastActiveThread.IsThread")
Forum:LastActiveThread.Name
Returns name of last active thread.
@GetString("Forum:LastActiveThread.Name")
Forum:LastActiveThread.ParentID
Returns ID of parent the last active thread.
@GetInteger("Forum:LastActiveThread.ParentID")
Forum:LastActiveThread.Replies.Count
Returns count of replies within last active thread
@GetInteger("Forum:LastActiveThread.Replies.Count")
Forum:LastActiveThread.ThreadID
Returns thread ID related to last active thread.
@GetInteger("Forum:LastActiveThread.ThreadID")
Forum:LastActiveThread.Title
Returns text of title the last active thread.
@GetString("Forum:LastActiveThread.Title")
Forum:LastReply.Author
Returns author name of last reply.
@GetString("Forum:LastReply.Author")
Forum:LastReply.Author.Group.263
Returns True if author of last reply belongs to not system user group.
@GetBoolean("Forum:LastReply.Author.Group.263")
Forum:LastReply.Author.Image.Clean
Returns the path to the image of author the last reply answer.
@GetString("Forum:LastReply.Author.Image.Clean")
Forum:LastReply.Author.Image.HasImage
Returns True if author of last reply has image.
@GetString("Forum:LastReply.Author.Image.HasImage")
Forum:LastReply.Author.Image.IsInternal
Returns True if image of author of last reply locates within the solution
@GetString("Forum:LastReply.Author.Image.IsInternal")
Forum:LastReply.AuthorEMail
Returns email address of author the last reply.
@GetString("Forum:LastReply.AuthorEMail")
Forum:LastReply.AuthorID
Returns ID of author the last reply.
@GetInteger("Forum:LastReply.AuthorID")
Forum:LastReply.Body.Resume
Returns text of body the last reply.
@GetString("Forum:LastReply.Body.Resume")
Forum:LastReply.CategoryID
Returns category ID where last reply belongs to.
@GetInteger("Forum:LastReply.CategoryID")
Forum:LastReply.Created
Returns the creation timestamp for last reply creation.
@GetDate("Forum:LastReply.Created")
Forum:LastReply.IsAnswer
Returns True id the last reply is answer.
@GetBoolean("Forum:LastReply.IsAnswer")
Forum:LastReply.IsSticky
Returns True if last reply is sticky.
@GetBoolean("Forum:LastReply.IsSticky")
Forum:LastReply.IsThread
Returns True if last reply is thread.
@GetBoolean("Forum:LastReply.IsThread")
Forum:LastReply.ParentID
Returns parend ID of the last reply.
@GetInteger("Forum:LastReply.ParentID")
Forum:LastReply.Replies.Count
Returns replies count of the last reply.
@GetInteger("Forum:LastReply.Replies.Count")
Forum:LastReply.ThreadID
Returns thread ID of the last reply.
@GetInteger("Forum:LastReply.ThreadID")
Forum:LastReply.Title
Returns title text of the last reply.
@GetString("Forum:LastReply.Title")
Forum:LastThread.Author
Returns author name of last thread
@GetString("Forum:LastThread.Author")
Forum:LastThread.Author.Group.263
Returns True if group of author the last thread is not system.
@GetBoolean("Forum:LastThread.Author.Group.263")
Forum:LastThread.Author.Group.271
Returns True if group of author the last thread is not system.
@GetBoolean("Forum:LastThread.Author.Group.271")
Forum:LastThread.Author.Image.Clean
Returns the path to the image of author the last thread.
@GetString("Forum:LastThread.Author.Image.Clean")
Forum:LastThread.Author.Image.IsInternal
Returns True if author of the last thread has image
@GetInteger("Forum:LastThread.Author.Image.IsInternal")
Forum:LastThread.AuthorEMail
Returns email address for author of last thread
@GetString("Forum:LastThread.AuthorEMail")
Forum:LastThread.AuthorID
Returns ID for author of last thread.
@GetInteger("Forum:LastThread.AuthorID")
Forum:LastThread.Body.Resume
Returns body text of last thread.
@GetString("Forum:LastThread.Body.Resume")
Forum:LastThread.CategoryID
Returns category ID which the last thread belongs to.
@GetInteger("Forum:LastThread.CategoryID")
Forum:LastThread.Created
Returns the creation timestamp for last thread.
@GetDate("Forum:LastThread.Created")
Forum:LastThread.FirstAnswerMessageID
Returns ID for first answer message of the last thread.
@GetInteger("Forum:LastThread.FirstAnswerMessageID")
Forum:LastThread.HasAnswer
Returns True if the last thread has at least one answer.
@GetString("Forum:LastThread.HasAnswer")
Forum:LastThread.IsAnswer
Returns True if the last thread is answer.
@GetBoolean("Forum:LastThread.IsAnswer")
Forum:LastThread.IsSticky
Returns True if the last thread is sticky.
@GetBoolean("Forum:LastThread.IsSticky")
Forum:LastThread.IsThread
Returns True if the last thread is thread.
@GetBoolean("Forum:LastThread.IsThread")
Forum:LastThread.ParentID
Returns parent ID of last thread.
@GetInteger("Forum:LastThread.ParentID")
Forum:LastThread.Replies.Count
Returns count of replies the last thread contains.
@GetInteger("Forum:LastThread.Replies.Count")
Forum:Message.Body.Resume
Returns the text body of the message.
@GetString("Forum:Message.Body.Resume")
Forum:Message.CategoryID
Returns the ID of the current forum category.
@GetInteger("Forum:Message.CategoryID")
Forum:Message.Created
Returns the date the message was created.
@GetDate("Forum:Message.Created")
Forum:Message.File.Extension
Returns extension of file the message.
@GetString("Forum:Message.File.Extension")
Forum:Message.File.Name
Returns name of file the message.
@GetString("Forum:Message.File.Name")
Forum:Message.File.Url
Returns the current link URL to the file.
@GetString("Forum:Message.File.Url")
Forum:Message.HasFiles
Returs True if the message contains not image files.
@GetBoolean("Forum:Message.HasFiles")
Forum:Message.HasImages
Returns True if the message contains image files.
@GetBoolean("Forum:Message.HasImages")
Forum:Message.Image.Clean
Returns the path to the image of the message.
@GetString("Forum:Message.Image.Clean")
Forum:Message.Image.Extension
Returns image extension of the message.
@GetString("Forum:Message.Image.Extension")
Forum:Message.Image.Name
Returns image name of the message.
@GetString("Forum:Message.Image.Name")
Forum:Message.isAnswer
Returns True if the message is answer.
@GetBoolean("Forum:Message.isAnswer")
Forum:Message.isSticky
Returns True if the message is sticky
@GetBoolean("Forum:Message.isSticky")
Forum:Message.isThread
Returns True if the message submitted as thread.
@GetBoolean("Forum:Message.isThread")
Forum:Message.ParentID
Returns ID of the message parent.
@GetInteger("Forum:Message.ParentID")
Forum:Message.Replies.Count
Returns count of replies on the message.
@GetInteger("Forum:Message.Replies.Count")
Forum:Message.ThreadID
Returns ID of thread the message belongs to.
@GetString("Forum:Message.ThreadID")
HasModerators
Returns True if the category has any moderators attached.
@GetString("HasModerators")
Available loops
Forum:FirstAnswer.Author.Groups
This Loop contains all user groups the author of first answer belongs to.
@foreach (LoopItem item in GetLoop("Forum:FirstAnswer.Author.Groups")){ <p>@item.GetValue("TagName")</p> }
Forum:LastActiveThread.Author.Groups
This Loop contains all user groups the author of last active thread belongs to.
@foreach (LoopItem item in GetLoop("Forum:LastActiveThread.Author.Groups")){ <p>@item.GetValue("TagName")</p> }
Forum:LastReply.Author.Groups
This Loop contains all user groups the author of last reply belongs to.
@foreach (LoopItem item in GetLoop("Forum:LastReply.Author.Groups")){ <p>@item.GetValue("TagName")</p> }
Forum:LastThread.Author.Groups
This Loop contains all user groups the author of last thread belongs to.
@foreach (LoopItem item in GetLoop("Forum:LastThread.Author.Groups")){ <p>@item.GetValue("TagName")</p> }