Hi, I know currently the number of ratings/votes is shown when you hover over the summary, however is there a shortcode I can use to call the number of ratings/votes?
Thanks!
We're really sorry, but there neither option nor shortcode for that. If you're a developer you should get the value from the comment_meta table and display it where you want.
Hi,
My name is Dimitris. I want to insert manually old post ratings and ratings count at the DB, because I make some changes and I accidentaly delete some tables.
I install again the wpdiscuz but the tables are empty, I found the wpdiscuz_post_rating and the wpdiscuz_post_rating_count and I inserted the old values but when someone rate then the rate and the count return to the old values.
For instance after new installation of wpdiscuz, users started to rate again the posts, a post has 5 new votes with 3 stars, I went to wpdiscuz_post_rating and the wpdiscuz_post_rating_count to set the old values but after a new vote it shows again 6 votes and 3.5 stars, not the 62 votes and 2 stars.
Is there a solution for my situation? Thanks!