R – Implement votes for a page in a Sharepoint 2007 web

sharepointsharepoint-2007

I develop a website in Sharepoint 2007. I have pages that have a richhtmlfield with content. I need to add the possibility to add comments by any user and the option to rate the page with a dropdownlist with values from 1-5, then sum all the votes and show a global rate for the page.
i don't know how to do this in Sharepoint or what are my options.

Best Answer

You should give the Document Rating System of the SharePoint Tool Basket a try.

This project allows authenticated users to rate :

  • custom lists, document libraries, picture libraries, issue lists, calendars, links
  • discussion boards
  • pages.
  • Blog posts
  • Moderator module
  • The system also contains a site definition and is now available in English, French & Dutch
Related Topic