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
Description

Are there plans to port this great module to Drupal 6.0, and if so, is there a timeline?

#1

hickory - September 22, 2008 - 09:08

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

udvranto - October 7, 2008 - 04:34

subscribing.

#3

smitty - May 2, 2009 - 12:39

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

udvranto - October 30, 2009 - 17:09

I would be interested to convert my ratings to fivestar. I am open to any collaboration on this.

#5

udvranto - November 2, 2009 - 07:26

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.

<?php
db_query
("UPDATE {votingapi_cache} SET tag = 'vote' WHERE tag = 'rating'");
db_query("UPDATE {votingapi_vote} SET tag = 'vote' WHERE tag = 'rating'");
?>

 
 

Drupal is a registered trademark of Dries Buytaert.