Possible error in nomination check code
-
We were having issues with the nomination system on the site. Users who have submitted nominations for badges were unable to receive nominations for the same badge. I was able to fix the problem by modifying
line 1009 of /includes/submission-actions.php// If nomination, modify our query to look for nominations by this user if ( 'nomination' == $feedback_type ) { unset( $args['author'] ); $args['meta_query'][] = array( 'key' => '_badgeos_nomination_user_id', // change nominating to nomination 'value' => absint( $user_id ) ); }
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Possible error in nomination check code’ is closed to new replies.