In the latest version of this plugin it appears normal users have the ability to vote infinitely, like only admins are supposed to.
http://wordpress.org/extend/plugins/buddypress-rate-forum-posts/
In the latest version of this plugin it appears normal users have the ability to vote infinitely, like only admins are supposed to.
http://wordpress.org/extend/plugins/buddypress-rate-forum-posts/
We got it working changing this:
$rating_history = get_user_meta( $rater, 'rfp_rating_history' );
to
$rating_history = get_user_meta( $rater, 'rfp_rating_history', true );
thanks, updated in version 1.6.6
This topic has been closed to new replies.