Portal Engine Questions on portal engine and web parts.
Version 5.x > Portal Engine > Ratings Times 2 View modes: 
User avatar
Member
Member
kelements - 3/16/2011 10:09:34 PM
   
Ratings Times 2
Is it possible to have two different content ratings on the same blog post. If so, how would I create this?

Thanks.

User avatar
Kentico Developer
Kentico Developer
kentico_ondrejv - 3/17/2011 9:19:49 AM
   
RE:Ratings Times 2
Hello,

Actually, you can have multiple content rating webparts on the same page, this is not a problem. However, you need to deal with the fact that they will show the same result. It is because they share the information from the DocumentRatingValue column of the CMS_Document table.

Should you need such ratings to be independent on each other, you would need to create custom webpart instead and save the value to another column (could be any other field in the coupled data table) using your own logic.

Best regards
Ondrej Vasil