Rating System for SharePoint Foundation
Hi,
I've eventually migrated my rating system to SharePoint 2010. Originally, I didn't plan to migrate it since SharePoint 2010 offers an out of the box rating solution but I didn't notice directly that this feature is only available in SharePoint Server and SharePoint Server Enterprise, not in SharePoint Foundation.
Therefore, because of that and also because of some requests on CodePlex, I decided to make an effort and to find the necessary time to make the migration.
Here is a very brief presentation of the solution, for more info, for the manual and to get the source code, please go to
http://sptoolbasket2010.codeplex.com/ and make sure to chose the rating solution.
Rating Documents and list items


You can also rate from the detailed view of an item

Rating Pages


Rating Discussion Boards

Activating comment approval
If you want to control visitors comments before they become published to everyone, you can activate the moderation feature and decide which persons/groups can validate/delete comments. This validation is only controlling the comments, not the rating itself. When comment approval is enabled, all the unapproved comments appear in red and some icons allow moderators to approve or delete them:


You can decide to use a task list, in that case the system will create a task to warn approvers about the new comment and a link to the related item will be added to the task:

Reports & Global Overview
A webpart is available to show all the rated items within the current site, site and subsites or within the entire site collection:

You can also export reports (list/web/site collection) to excel spreasheets:

Site Definition
A site definition is also available in order to benefit from a preconfigured web site:

For the braves who read the full post :), note that this solution is also compatible with SharePoint Server. It has been tested on both Foundation & Server with Internet Explorer and Firefox.
Comments
Your web part is awesome!
Hi,
Your web part is awesome!
However, may I know if it is possible to keep all comments instead of erasing it every time when I rate the document? Thank you.
Manix
Comment history
Hi,
By default, each user can have one single rating/commenting per document/page etc...You could change that behavior for comments by changing the code yourself.
Best Regards
Date is not updated
i have been using the rating web part. But the problem i am facing right now is, it isn't updating the date so when users rate page next time the rating is updated but the date isn't. Is is supposed to be like that. Or what do i have to do to make date update. Thanks in advance.
Date not updated
Hi,
Indeed...Well, it could be an easy fix so you can indeed change the code if you want. This was never reported before and I didn't notice that. So, according to what you want it could be considered as a bug but certainly not a blocking issue.
Next time I'll update the system, I'll try to pay attention to that.
Happy Coding!
Threaded View on Discussion Board Messed Up
We are using SP2010, if that has anything to do with it, but installed the wsp for SP2010. One would have to decide if this is something you could live without and delete the view. If there was any way you could fix the display of that view that would be awesome!
Thanks!
Threaded view
Hi,
Indeed, I just redownloaded the solution from CodePlex and I observe the same behavior although I could swear it was working fine. I'll have a look and I'll keep you posted.
Best Regards
Hi, I fixed the problem and
Hi,
I fixed the problem and reuploaded the new solution on CodePlex.
Best Regards