Is it possible to use the Image approval in the Administrator backend?
Our site is set up for all administration to be done in the backend.
Sure can, edit a user then select "Approve Image" from the drop-down of the avatar field (or any image field that needs approval for that matter). There's no list of images pending approval though in backend.
Also, all of the profiles are showing in the Image Approval list. None of those profiles have images. They should not be shown as needing approval.
The profiles were created using the CBJuice2 component.
What database setting should be updated so they are not pending approval?
The Avatar field is NULL and the AvatarApproval field is 0.
Bad import, the "avatarapproved" column should be set to 1. It should only be set to 0 if user has an avatar that needs approval, which CB handles when user attempts to upload an avatar when avatar approval is enabled.