"Could not open socket" me need
Check if the php curl functions are enabled on your host.
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
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.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Thanx
Comments
Check if the php curl functions are enabled on your host.
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
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.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Thanx