I have made all the edits for mod version 1.0.4 to:
- includes/ucp/ucp_register.php
includes/acp/acp_board.php
language/en/acp/board.php
language/en/ucp.php
language/en/common.php
styles/prosilver/template/ucp_register.html
styles/subsilver2/template/ucp_register.html
The MySQL changes have been made.
Code: Select all
INSERT INTO phpbb_config (config_name, config_value, is_dynamic) VALUES ('enable_abquestion', '0', '0');
INSERT INTO phpbb_config (config_name, config_value, is_dynamic) VALUES ('abquestion','','0');
INSERT INTO phpbb_config (config_name, config_value, is_dynamic) VALUES ('abanswer','','0');
INSERT INTO phpbb_config (config_name, config_value, is_dynamic) VALUES ('abanswer2','','0');
When I have the Anti-Bot Question turned on, there is no question that appears as part of the registration yet when trying to register there is the error for an incorrect response.
I purged my cache and the problem still exists.
Apparently I am missing something. Help!