Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
General Discussions
3
Posts
2
Users
0
Reactions
997
Views
Mar 01, 2021 5:51 pm
Is there an easy way that the admin user can "tweak" the score given to a particular comment ?
2 Replies
Mar 02, 2021 10:16 am
You can do it in the Database. The values are stored in theÂ
- wp_comment_meta ( meta key is wpdiscuz_votes).
- wp_wc_users_voted
The wp_ is just a prefix in your case it can differ.
Important: We don't recommend to touch the database if you're not familiar with it.Â
Mar 02, 2021 10:24 am
Thanks for sharing! 🙂Â