Can I use this addon as karma? I mean the total number of the likes/dislikes would be displayed below the avatar. if the user has received 10 likes and 5 dislikes, under his avatar will se -5. (sorry for my eng) Thanks. And next question, when i give like/dislike, i wanna see, if liked it before or not .
HiΒ nervosaur,
I'm sorry, but there is no any option for this purpose.Β
However, there is aΒ wv_rating filed in the wp_usermetaΒ table, it stores the total number of the like/dislike. You can get this value and display it using the wpdiscuz_after_label hook.Β
wp_Β is just a WordPress database tables default prefix. In your case, the prefix can be different.
Β And next question, when i give like/dislike, i wanna see, if liked it before or not .
Once you've clicked on the like or dislike buttons, it'll change the color. The colors' value can beΒ changed from Dashboard > Comments > Settings > Addons >Β Advanced Likers admin page ( the "Vote result like color/Vote result dislike color" option).
