I'm currently putting together a site in the N2 CMS framework. One of things I'd wanted to do was to be able to have users rate various elements of the site using a fairly standard star rating-style user control or something similar.
Has anyone seem anything similar to this implemented within N2 specifically? Just looking for some pointers as to the best way to achieve this in N2.
Also, don't think it should make a difference, but I'm currently implementing all this using ASP MVC within N2.
Thanks in advance
Paul
Check the source code of BlogSvc (soon to be called AtomServer)
Source/WebCore/Plugins/Rater/RaterService.cs
Here is a snippet: