• Resolved lomboreb

    (@lomboreb)


    Is it possible to import/export rating values?
    I’ve just migrated from another rating plugin and I would like to introduce all the existing ratings.
    I’ve tried with db inserts on wp_ratings and wp_postmeta, but it is not sufficient…

Viewing 1 replies (of 1 total)
  • Plugin Author Lester Chan

    (@gamerz)

    Sorry, there is no import and export feature. But you can write your own script to do it. The wp_postmeta stores the details of the post ratings, ratings_average store the average score of the post, ratings_users store the number of votes and ratings_score is ratings_average * ratings_users.

    The wp_ratings logs does nothing, those are just logs.

Viewing 1 replies (of 1 total)

The topic ‘Import/Export ratings’ is closed to new replies.