Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => Topic started by: Average Mom on January 06, 2011, 11:03:51 PM

Title: [Solved] 2.0 RC4 Registration field "Not Defined Yet"
Post by: Average Mom on January 06, 2011, 11:03:51 PM
Hi there, today I did a fresh install of smf 1.1.12, imported my existing db, then upgraded to 2.0 RC4...

I only have 4 mods installed.
1.    SMF Articles    1.3.2.1
2.    Users Online Today    1.5.6
3.    Contact Page    2.1.1
4.    TinyPortal    1.102

When a new member registers, the image, with the letters, IS there, but the input field says :  Not Defined Yet

Is there a file I can edit to change what is written there? I did a search but found no answer.

edited to add:  It's also the same issue with the verification on the contact form.
Title: Re: 2.0 RC4 Registration field "Not Defined Yet"
Post by: Farjo on January 07, 2011, 12:06:30 AM
Hi, not sure what you mean by "the image" and "the letters". Would you put up a printscreen please? Which input field is causing the trouble?
Title: Re: 2.0 RC4 Registration field "Not Defined Yet"
Post by: Average Mom on January 07, 2011, 12:27:18 AM
Sorry I wasn't clear, I meant the verification image... here you go.
Title: Re: 2.0 RC4 Registration field "Not Defined Yet"
Post by: Arantor on January 07, 2011, 01:33:58 AM
Admin > Configuration > Security and Moderation > Anti-Spam, look under Verification Questions - one should be listed. If you change it, it will update. (You're putting in one or more questions to which new registrants have to put in the answer)
Title: Re: 2.0 RC4 Registration field "Not Defined Yet"
Post by: Average Mom on January 07, 2011, 09:04:41 AM
Quote from: IncognitoMuse on January 07, 2011, 01:33:58 AM
Admin > Configuration > Security and Moderation > Anti-Spam, look under Verification Questions - one should be listed. If you change it, it will update. (You're putting in one or more questions to which new registrants have to put in the answer)

That didn't do it.

I've tried changing the type of verification from none to simple to extreme, they all yield the same result.
I've tried removing the verification questions completely, but still, where it should read "Type the letters shown in the picture:" it reads "Not defined yet:"
Title: Re: 2.0 RC4 Registration field "Not Defined Yet"
Post by: Arantor on January 07, 2011, 01:33:20 PM
Find Themes/default/languages/index.english.php and look for an entry relating to $txt['visual_verification_description'].
Title: Re: 2.0 RC4 Registration field "Not Defined Yet"
Post by: Average Mom on January 07, 2011, 06:13:00 PM
$txt['visual_verification_description'] = 'Type the letters shown in the picture';  That's what it shows... I don't know which other file would be related or affect it.
Title: Re: 2.0 RC4 Registration field "Not Defined Yet"
Post by: Arantor on January 07, 2011, 06:36:42 PM
It's down to TinyPortal.

For reasons I cannot comprehend, they have this in Themes/default/TPortal.english.php:
$txt['visual_verification_description'] = 'Not Defined Yet';

Change that, should solve the problem.
Title: Re: 2.0 RC4 Registration field "Not Defined Yet"
Post by: Average Mom on January 07, 2011, 07:15:30 PM
YES!! Thanks so much!! I usually manage at doing things myself, but I just didn't know which file needed to be edited.

Thanks for your help!  :-*