How do I stop the validation/confirmation email sent when people subscribe to a topic/replies but are already members of my site?
It seems unnecessary and just another annoying email.
Even when I subscribe and click 'Confirm my subscription' it still does not show under subscriptions:
https://smallcaps.com.au/forums/subscriptions/small-caps/
Thanks in advance
Please execute this SQL query in Website Hosting Service cPanel > phpMyAdmin > your website database > SQL Tab. Make sure the red marked wp_ table prefix matches your database table prefix:
UPDATE `wp_wpforo_profiles` SET `is_email_confirmed` = 1
Then navigate to Dashboard > Forums > Settings > Features admin page and make sure the "Enable Subscription Confirmation" option is set NO.
Then navigate to Dashboard > Forums > Dashboard admin page and click on [Delete all caches] button.