auto-approve followers checkbox not doing its job?
Using Jamroom
from the DATABASE ADMIN tool you can run this query:
select * from jr_jrprofile_item_key where `key` = 'profile_jrFollower_approve'
to
SEE all of the values of the approve followers for all your profiles.
and you can use this query to
CHANGE those values to 'off'
update jr_jrprofile_item_key set `value` = 'off' where `key` = 'profile_jrFollower_approve'
The database admin tool is found at:
ACP -> DEVELOPER -> DEVELOPER TOOLS -> TOOLS -> DATABASE ADMIN
And you run queries by (screenshot)