By glitz on
I am looking for the easist way to implement an imdb-like star meter for user profiles.
so, It would take a users profile and measures of popularity for people by certain criteria (# of user relationships, page visits, ect)
Sort of like what user-points do, but show as a "Ranking" and not a number. I also want the rankings are updated on a weekly basis.
Are there any modules out there that is capable of doing this? (Maybe some flavor of Voting API, or IMDB Voting??. Not sure.)
Thanks,
Chris
Comments
Fivestar Module?
Fivestar Module?
I have 5 star, and I thought
I have 5 star, and I thought of that too.... but I dont really want anything based on voting. I want the users ranking based on actions performed on the site like # of friends they have, or site visits, or profile hits, ects. kind of like a popularity guage that refreshes by week.
i realize this might not be out there but thought id ask...
i tink u have to build custom
i tink u have to build custom function,
you can get the result count through SQL query and show the meter
Fllowing link might help you.
http://www.9lessons.info/2010/04/live-character-count-meter-with-jquery....