"Could not open socket" me need
Check if the php curl functions are enabled on your host.
I want to remove it recaptha
use a different registration method in dashboard.
there are four different types of registration available from dashboard.
only the Basic method from dashboard equates to Captcha in config.php
your choice is reflected in config.php
e.g. these are the four options from the dashboard.
$Configuration['Garden']['Registration']['Method'] = 'Approval';
$Configuration['Garden']['Registration']['Method'] = 'Captcha';
$Configuration['Garden']['Registration']['Method'] = 'Invitation';
$Configuration['Garden']['Registration']['Method'] = 'Connect';
there is a fifth method that opens up the forum to simple registration by manually changing config.php
$Configuration['Garden']['Registration']['Method'] = 'Basic';
be careful with using "Basic" in config statement as you will open yourself up to lots of apammers unless you have some other method or plugin that mitigates the potential of bad actors.
and see http://vanillaforums.org/addon/addregistrationquestion-plugin and the readme and description.
Thanx
Comments
Check if the php curl functions are enabled on your host.
I want to remove it recaptha
use a different registration method in dashboard.
there are four different types of registration available from dashboard.
only the Basic method from dashboard equates to Captcha in config.php
your choice is reflected in config.php
e.g. these are the four options from the dashboard.
$Configuration['Garden']['Registration']['Method'] = 'Approval';
$Configuration['Garden']['Registration']['Method'] = 'Captcha';
$Configuration['Garden']['Registration']['Method'] = 'Invitation';
$Configuration['Garden']['Registration']['Method'] = 'Connect';
there is a fifth method that opens up the forum to simple registration by manually changing config.php
$Configuration['Garden']['Registration']['Method'] = 'Basic';
be careful with using "Basic" in config statement as you will open yourself up to lots of apammers unless you have some other method or plugin that mitigates the potential of bad actors.
and see http://vanillaforums.org/addon/addregistrationquestion-plugin and the readme and description.
Thanx