Title: mbearss's Replies | WordPress.org

---

# mbearss

  [  ](https://wordpress.org/support/users/mbearss/)

 *   [Profile](https://wordpress.org/support/users/mbearss/)
 *   [Topics Started](https://wordpress.org/support/users/mbearss/topics/)
 *   [Replies Created](https://wordpress.org/support/users/mbearss/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/mbearss/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/mbearss/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/mbearss/engagements/)
 *   [Favorites](https://wordpress.org/support/users/mbearss/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BadgeOS] Possible error in nomination check code](https://wordpress.org/support/topic/possible-error-in-nomination-check-code/)
 *  Thread Starter [mbearss](https://wordpress.org/support/users/mbearss/)
 * (@mbearss)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/possible-error-in-nomination-check-code/#post-6176298)
 * I have noticed the issue occurring when the nominations are pending, approved,
   or denied. The only way I can get a nomination to occur is by modifying the code,
   or deleting the row from _postmeta.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BadgeOS] Possible error in nomination check code](https://wordpress.org/support/topic/possible-error-in-nomination-check-code/)
 *  Thread Starter [mbearss](https://wordpress.org/support/users/mbearss/)
 * (@mbearss)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/possible-error-in-nomination-check-code/#post-6176249)
 * In function badgeos_create_nomination() line 47
 * before the nomination is inserted
 * `if ( ! badgeos_check_if_user_has_nomination( absint( $user_nominated ), absint(
   $achievement_id ) ) ) {`
 * Following that call
 *     ```
       function badgeos_check_if_user_has_nomination( $user_id = 0, $achievement_id = 0 ) {
       	return badgeos_check_if_user_has_feedback( $user_id, $achievement_id, 'nomination' );
       }
       ```
   
 * It would seem from the function name that it would check feedback, but this check
   is causing the nomination to fail.

Viewing 2 replies - 1 through 2 (of 2 total)