My Dolphin V6.0.0003 site runs in English and Japanese languages.
When I login from English, there is no problem and I can login.
When I login from Japanese, it does not show “Please wait” comment and do not redirect to member.php
It just shows a blank page.
Do you have any idea?



Make Meaning Or Die
We have checked the login on your site and it works fine.
We have checked that in IE6, IE7, Mozilla FF on Windows and Safari, Camino on Mac Leopard.
Have you done something that resolved the problem?
Let us know the details.
P.S. Dolphin looks awesome in Japanese language. Well done, azia.
No. I still have the problem with Japanese IE6 and IE7. But I finally found a cause of the problem.
When I click Login, it processes to /member.php.
In English, no problem. In Japanese, it shows like a blank page but when I see the source, it shows correct source.
I found that when I click login, it turns to “Shift-JIS” encoding. So, I changed manually to “UTF-8″, then “Please wait” words appeared and then normal account screen was shown after logged-in without problem.
The solution should be, member.php should always be shown in UTF-8 automatically. Are you able to change some codes to solve the problem and can I test?
P.S. I always appreciate your great work. Especially, Dolphin 6 was designed based on UTF-8 and it is trully multi-lingual. I’m impressed with your development speed and I think it is your biggest advantage.
I have already translated to Japanese not only front end but Admin panel, installation file and installation instructions.txt. It works fine but the login problem.
My first plan was to sell language file or Japanese package. But now I am thinking of distribution of Japanese version for free to be defact standard in Japanese market. It will increase large number of Dolphin in Japan. By the way, do you have a plan to offer an affiliate program for Dolphin Link-Free and other purchasing in the future?
I also like the idea of BoonEx ID and Unity as they connect all Dolphin sites like a global network.
I would like to help to translate BoonEX ID registration, Unity website and BoonExpress to Japanese.
Azia - I tried creating a user (in japanese form) I was able to login perfect.
Also I have uploaded a test video that works good.
Just one thing I did not receive welcome message while signup - may be I did a typo while entering email address
Good question Azia - Is there any affiliate program to purchase Ad free dolphin. (May be I should ask this in separate post)
Lea
http://Infrenion.com
Free Dolpin Installation
Maybe this login encoding problem happens with Japanese Internet Explorer only.
@azia
Please try to insert the following code in “inc/design.inc.php” file on line 660:
header('Content-type: text/html; charset=utf-8');before this:
echo $templ;This should help. If not, let me know.
Another suggestion is try to disable ‘OFF’ or set to ‘Universal’ auto-detection of the encoding in your browser.
Hi Victor,
I revised the file and now it works fine!
Thank you for your support.
You are always welcome