IMPORTANT: This version of Sitefinity CMS is out of support and the respective product documentation is no longer maintained and can be outdated. Use the version selector to view a supported product version.
You manage the comments and reviews in your website with the Comments and Reviews widgets. You use these widgets for enabling users to leave comments on pages.
In addition, you can associate the widgets with particular item, for example, news, blogs, and so on. To do so, you use the helper methods for associating Comments and Reviews widgets with an IDataItem.
IDataItem
Use the following helper method to include information how many comments are added by users and what is the average rating of an item:
@using Telerik.Sitefinity.Frontend.Mvc.Helpers; @Html.CommentsCount(navigateUrl, @Model.Item.DataItem)
In the code above:
navigateUrl
The following table illustrates how the helper method works.
Use the following helper method to add comments or reviews that are associated with the particular IDataItem:
@using Telerik.Sitefinity.Frontend.Mvc.Helpers; @Html.CommentsList(@Model.Item.DataItem)
NOTE: Depending on whether you enabled user rating and comments for the item, Sitefinity CMS automatically detects whether reviews and comments should be displayed for this item. For more information, see Administration: Administration: Enable comments and ratings.
Back To Top
To submit feedback, please update your cookie settings and allow the usage of Functional cookies.
Your feedback about this content is important