Portal Engine Questions on portal engine and web parts.
Version 4.x > Portal Engine > Web Parts in Repeaters View modes: 
User avatar
Member
Member
Topolino - 6/3/2009 7:37:07 AM
   
Web Parts in Repeaters
Is there a simple way to show ratings and page views for reviews in a list, e.g.
http://devnet.kentico.com/Marketplace.aspx?

User avatar
Kentico Support
Kentico Support
kentico_jurajo - 6/4/2009 5:00:26 AM
   
RE:Web Parts in Repeaters
Hi,

You can use the rating control in the transformation as described in Developer's guide - http://devnet.kentico.com/docs/devguide/displaying_ratings_in_transformations.htmDisplaying ratings in transformations.

In very similar way you can use the page views web part in the transformation.

Best Regards,
Juraj Ondrus

User avatar
Member
Member
topolino - 6/6/2009 4:13:49 PM
   
RE:Web Parts in Repeaters
Great, thank you. Is there also a way to let users rate individual 'documents' in a list?

User avatar
Kentico Developer
Kentico Developer
kentico_zbysekn - 6/9/2009 7:56:17 AM
   
RE:Web Parts in Repeaters
Hi,
well currently we don't have control which is capable to do this but you can make it as customization. You will need to copy control, which is used to display rating located in \CMSAdminControls\ContentRating, add to it property which will solve to store NodeID of document which should be rated and in case it will be filled you will rate document with that NodeID instead of Current document.

Best Regards,
Zbysek Nemec.

User avatar
Member
Member
topolino - 6/10/2009 1:51:10 PM
   
RE:Web Parts in Repeaters
I'll try it. Thanks a lot.