Port to Drupal 6.0?
talatnat - September 20, 2008 - 04:35
| Project: | jRating |
| Version: | 5.x-1.0 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Are there plans to port this great module to Drupal 6.0, and if so, is there a timeline?

#1
I haven't got plans to port it yet, because I'm still using Drupal 5. There's a version of Fivestar for Drupal 6 though, maybe use that?
#2
subscribing.
#3
Is there anything new about port to D6?
End of the year probably a D7-release will be in place and so D5 will not be supported any more. I think it’s high time to do the upgrade to D6!
If there are still no plans to port to D6: Are there any experiences in converting to Fivestar?
#4
I would be interested to convert my ratings to fivestar. I am open to any collaboration on this.
#5
Since jrating and fivestar both uses votingapi module, the votes are equivalent in both cases. Drupal 4.7 to Drupal 5.x update for jrating needs a patch.
<?phpdb_query("UPDATE {votingapi_cache} SET tag = 'vote' WHERE tag = 'rating'");
db_query("UPDATE {votingapi_vote} SET tag = 'vote' WHERE tag = 'rating'");
?>