13-Mar-2014, 11:52 PM
Hi Steven,
I want to filter ratings calculation via a different method other than average. So I started to create a query to begin to select from the ratings table, but discovered it is empty. I have submitted some test rating data via the front end, and it displays fine, with average, but the table doesn't seem to get populated when a user creates a rating.
I can see in rate.php where the ratings table is written to and selected from, but it seems that for the average calculation it is only retrieving data using the first of the select statements, that is, from the rating field in the comments table.
Have I missed something? Can you shed any light on why the ratings table is not being populated?
Thanks
Lisa
I want to filter ratings calculation via a different method other than average. So I started to create a query to begin to select from the ratings table, but discovered it is empty. I have submitted some test rating data via the front end, and it displays fine, with average, but the table doesn't seem to get populated when a user creates a rating.
I can see in rate.php where the ratings table is written to and selected from, but it seems that for the average calculation it is only retrieving data using the first of the select statements, that is, from the rating field in the comments table.
Have I missed something? Can you shed any light on why the ratings table is not being populated?
Thanks
Lisa