Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Extended Application Form
Mark
Vanilla Staff
Extended Application Form
0
This discussion has been closed.
Comments
--Applicant Discovery 1.1
--Applicant Email Verification 0.4.2.a
This extension...
--Extended Application Form 1.0
...causes a fatal error upon sending the application.
Posted: Tuesday, 13 March 2007 at 2:40PM (AEDT)
I have installed the Japanese language for my forum. All works well except that when I install this extension, the "First" and "Last" name text that appears to the left of the fields is not translated into Japanese. I found that the translation does in fact exist. So it would appear that the bug at work here is not properly accessing that Japanese translation even when the user has selected Japanese as the language of the forum interface.
Also, I certainly do not want Japanese to override any other language because my forum is bi-lingual. I have an English Category and a Japanese Category. Obviously, if I put Japanese and kill the English, then my English users will be faced with the same exact problem that plagues my Japanese users with respect to this extension. I would therefore appreciate hearing your thoughts in light of this.
Thank you.
/extensions/ExtendedApplicationForm/default.php
The pertinent content within that particular "default.php" file is as follows:
$Context->Dictionary["FirstName"] = "First name";
$Context->Dictionary["LastName"] = "Last name";
$Context->Dictionary["FirstNameLower"] = "first name";
$Context->Dictionary["LastNameLower"] = "last name";
$Context->Dictionary["ErrReadTOS"] = "You must READ the terms of service.";
I think you are suggesting that I copy the first 2 lines in the above and paste them into the following:
/languages/Japanese/definitions.php
If you are suggesting that, please note that the following two lines already exist in that "definitions.php" file (but are not being used for whatever reason):
$Context->Dictionary['YourFirstName'] = 'åå‰';
$Context->Dictionary['YourLastName'] = 'åå—';
So I would appreciate your specific clarifications in light of this.
(Sorry to pound on "specifics" but I get totally lost without them.)
Thanks!
Many thanks for the excellent advice. I had to edit the following 3 files to make it work:
/languages/Japanese/definitions.php
/languages/English/definitions.php
/extensions/ExtendedApplicationForm/default.php
I first went to the default.php file and CUT the following data out:
$Context->Dictionary["FirstName"] = "åå‰";
$Context->Dictionary["LastName"] = "åå—";
I then pasted that data into each of my language "definitions.php" files. Works like a charm!
Thanks again!
Thanks
Can someone with appropriate access update that? Thanks.
Also, can we have an options menu in the settings which allows you to turn off the forced viewing terms and conditions script.
Thanks.
What problems have you seen on other themes?
Parse error: parse error, unexpected $ in /var/www/vhost/skytime.info/home/html/foro/extensions/ExtendedApplicationForm/default.php on line 53
any help?
Thanks