Hey guys; Generally, this sounds like something that doesn't need to be part of CE. There are tons of ratings plugins out there, and your needs may be pretty specific. In my case I used the ajaxful-ratings plugin, found here:
http://github.com/edgarjs/ajaxful-rating/tree But with a few modifications to allow me to rate along multiple dimensions for a given model (rather than just one rating per model). Here's my repo for that: http://github.com/bborn/ajaxful-rating/tree/master Integrating a plugin like this one into your app is pretty simple, and I'd just as soon let people choose their own ratings implementation than provide a generic one with CE. Thanks! Bruno On Wed, Dec 17, 2008 at 2:55 PM, Levi Rosol <[email protected]> wrote: > Bruno- > > for your ratings code, I like what you've done on the TM site, but how well > will that work in a centralized scenario? > > for example, i'm looking to add a rating to users, blog posts, comments, > photos and groups. those ratings would be centrally stored so that you could > build a score for the author based on all content that they have > contributed. Ideally this would be configurable so that an admin could turn > on and off comments per model, and could assign weight to them. So that a > site that is focused on photos and not blog posts could put more weight onto > the photos of their site and less on the blog posts or comments. > > I'm looking at implementing this to accomplish this: > http://agilewebdevelopment.com/plugins/acts_as_rateable > > -- > Levi Rosol > Twitter: @LeviRosol > > > > On Wed, Dec 17, 2008 at 2:45 PM, mspecht <[email protected]> wrote: > >> >> I would be interested in your code as well Bruno. I have added the >> favourites but I am looking to build a ratings component as well. >> >> > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CommunityEngine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/communityengine?hl=en -~----------~----~----~----~------~----~------~--~---
