One thing that seems to be very useful in a CMS like Umbraco is a ratings module so that the users can rate each article they read. Is there anything already created for that purpose?
Is there any "guide" for installing and using this? I'm getting an error when I try to use it:
Invalid object name 'xtraStarRating'.
Description: An
unhandled exception occurred during the execution of the current web
request. Please review the stack trace for more information about the
error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: Invalid object name 'xtraStarRating'.
This happens when I pass the parameter "RatingBarUniqueId" (if I don't pass that parameter I get an obvious error stating that I need to pass it).
I installed the package (downloaded it and installed through Umbraco)... it should create all necessary tables right? I don't any table with that name in my DB.
Ratings Module
Hello,
One thing that seems to be very useful in a CMS like Umbraco is a ratings module so that the users can rate each article they read. Is there anything already created for that purpose?
Thanks in advance.
Tim made a star rating package about two years ago:
http://www.nibble.be/?page_id=4#starrating
Thank you for your reply.
Is there any "guide" for installing and using this? I'm getting an error when I try to use it:
Invalid object name 'xtraStarRating'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: System.Data.SqlClient.SqlException: Invalid object name 'xtraStarRating'.
This happens when I pass the parameter "RatingBarUniqueId" (if I don't pass that parameter I get an obvious error stating that I need to pass it).
Hi,
Are all of the tables set up in the database for the plugin? That error looks like you're missing a table called "xtraStarRating".
I installed the package (downloaded it and installed through Umbraco)... it should create all necessary tables right? I don't any table with that name in my DB.
Hi, now Star Rating Property Editor is avaliable.
Best, Piotr
is working on a reply...