Nudaii Well-known member Aug 7, 2013 #1 its been hanging around for a long time in the mod bar (since the 1.1.4 upgrade i think, i upgraded before the fix was applied to correct it) yet there is no user to approve. how can i reset it to 0?
its been hanging around for a long time in the mod bar (since the 1.1.4 upgrade i think, i upgraded before the fix was applied to correct it) yet there is no user to approve. how can i reset it to 0?
P Paul B XenForo moderator Staff member Aug 7, 2013 #2 Have you tried running this query? Code: UPDATE xf_user SET user_state = 'valid' WHERE user_state = 'moderated'; Be aware that will affect all users with the moderated state. Upvote 0 Downvote
Have you tried running this query? Code: UPDATE xf_user SET user_state = 'valid' WHERE user_state = 'moderated'; Be aware that will affect all users with the moderated state.
Nudaii Well-known member Aug 7, 2013 #3 yes i had, sadly no effect. I can't recall the thread but i recall @Mike mentioned it was a glitch in 1.1.4 or 1.1.5 the very first few downloads before patched Upvote 0 Downvote
yes i had, sadly no effect. I can't recall the thread but i recall @Mike mentioned it was a glitch in 1.1.4 or 1.1.5 the very first few downloads before patched
xf_phantom Well-known member Aug 7, 2013 #4 Running the query won't have any effect, because this is a cached value. You'll have to call rebuildUserModerationQueueCache inside of the usermodel or delete userModerationCounts from the dataRegistry. That's why i suggested http://xenforo.com/community/threads/registry-cache-rebuild-manager.56873/ Upvote 0 Downvote
Running the query won't have any effect, because this is a cached value. You'll have to call rebuildUserModerationQueueCache inside of the usermodel or delete userModerationCounts from the dataRegistry. That's why i suggested http://xenforo.com/community/threads/registry-cache-rebuild-manager.56873/
Nudaii Well-known member Aug 7, 2013 #5 http://xenforo.com/community/threads/users-awaiting-approval-not-counting-down.47036/ @Mike and @Brogan thats the bug Upvote 0 Downvote
http://xenforo.com/community/threads/users-awaiting-approval-not-counting-down.47036/ @Mike and @Brogan thats the bug