Hallo,
ich habe den formmailer installiert- es klappt auch soweit alles mit dem Mailversand. Jedoch ist die automatische Fehler bzw. Erfolgsmeldung (Seite) komplett in englisch,obwohl das Mailformular selber in deutsch ist. Wo kann ich denn das so ändern, dass die Fehler\Erfolgsmeldung (Seite)
auch in deutsch erscheint.
Ich arbeite mich gerabe erst in phpowcms ein und im Forum habe ich dazu nichts genaues gefunden.
Vielleicht kann mir jemand helfen.
Where can I change the language of the automatic. error\success message-site?
Formmailer-Sprache der automatische Fehler/Erfolgsseite
- Klappstuhl28
- Posts: 833
- Joined: Fri 4. Mar 2005, 01:58
- Location: Hamburg
- Contact:
Hi jamo,
i guess you mean/are using the contact form generator?
Anyway, you wrote, that you have installed the "formmailer"?
Do you mean a phpmailer-class? This should be still be installed
with phpwcms. You will find it in your include/inc_ext/-directory.
Have you checked you conf.inc.php?
you´ll find this:
$phpwcms["default_lang"] = "de"; //default language
normally this should change all the other settings.
This won´t solve your problem, but i would change it either.
It´s possible that you have to change whatever you
are using additional.
If you use the contact form generator, please read this:
http://www.phpwcms-docu.de/e-mail_formular.phtml
You set the name of the field in german so the fields
are in german. The succes/error-stuff is generated
automaticly so it calls the standard-settings and standard
means "english".
i guess you mean/are using the contact form generator?
Anyway, you wrote, that you have installed the "formmailer"?
Do you mean a phpmailer-class? This should be still be installed
with phpwcms. You will find it in your include/inc_ext/-directory.
Have you checked you conf.inc.php?
you´ll find this:
$phpwcms["default_lang"] = "de"; //default language
normally this should change all the other settings.
This won´t solve your problem, but i would change it either.
It´s possible that you have to change whatever you
are using additional.
If you use the contact form generator, please read this:
http://www.phpwcms-docu.de/e-mail_formular.phtml
You set the name of the field in german so the fields
are in german. The succes/error-stuff is generated
automaticly so it calls the standard-settings and standard
means "english".
Lars
Don't say you don't have enough time. You have exactly the same number of hours per day that were given to Helen Keller, Pasteur, Michaelangelo, Mother Teresa, Leonardo da Vinci, Thomas Jefferson, and Albert Einstein. - H. Jackson Brown -
Don't say you don't have enough time. You have exactly the same number of hours per day that were given to Helen Keller, Pasteur, Michaelangelo, Mother Teresa, Leonardo da Vinci, Thomas Jefferson, and Albert Einstein. - H. Jackson Brown -
Hi Klappstuhl28,
sorry !Of course I mean the contact form generator.
Yes, I've checked my conf. inc. php and there I find the correct entry:
$phpwcms["default_lang"] = "de"; //default language
and this is what I've inscribed on the form generator:
IT|vorname|1|Vorname: |40,100||300
IT|nachname|1|Nachname: |40,100||300
IT|email|1|Email: |40,100||300
TA|bemerkung|0|Bemerkung: |20,3||300
SC|country|0|Land: |10,100|DE|300
but the problem remains !
The error (success) message is in english:
___________________________________________________________
Thank you!
Every needed field in form was filled in.
You will get a confirmation message if you have given a valid e-mail address. If you have technical problems please contact the webmaster of this site......etc.
_____________________________________________________________
You wrote : The succes/error-stuff is generated
automaticly so it calls the standard-settings and standard
means "english".
I don't understand this. In the directory include\inc_lang\formmailer\
there are the DE_formmailer.error.html and DE_formmailer.success.html ! This is what I want. But what I've got to do?
This can't be the solution:
IH|redirect_error|0||10,100|http://www.mydomain\....\...\error.html|0
Please help me ! Thanks for your support !
sorry !Of course I mean the contact form generator.
Yes, I've checked my conf. inc. php and there I find the correct entry:
$phpwcms["default_lang"] = "de"; //default language
and this is what I've inscribed on the form generator:
IT|vorname|1|Vorname: |40,100||300
IT|nachname|1|Nachname: |40,100||300
IT|email|1|Email: |40,100||300
TA|bemerkung|0|Bemerkung: |20,3||300
SC|country|0|Land: |10,100|DE|300
but the problem remains !
The error (success) message is in english:
___________________________________________________________
Thank you!
Every needed field in form was filled in.
You will get a confirmation message if you have given a valid e-mail address. If you have technical problems please contact the webmaster of this site......etc.
_____________________________________________________________
You wrote : The succes/error-stuff is generated
automaticly so it calls the standard-settings and standard
means "english".
I don't understand this. In the directory include\inc_lang\formmailer\
there are the DE_formmailer.error.html and DE_formmailer.success.html ! This is what I want. But what I've got to do?
This can't be the solution:
IH|redirect_error|0||10,100|http://www.mydomain\....\...\error.html|0
Please help me ! Thanks for your support !
- Klappstuhl28
- Posts: 833
- Joined: Fri 4. Mar 2005, 01:58
- Location: Hamburg
- Contact:
This
IH|language|0||10,100|DE|0
doesn´t work?
Really?
IH|language|0||10,100|DE|0
doesn´t work?
Really?
Last edited by Klappstuhl28 on Wed 19. Apr 2006, 20:54, edited 1 time in total.
Lars
Don't say you don't have enough time. You have exactly the same number of hours per day that were given to Helen Keller, Pasteur, Michaelangelo, Mother Teresa, Leonardo da Vinci, Thomas Jefferson, and Albert Einstein. - H. Jackson Brown -
Don't say you don't have enough time. You have exactly the same number of hours per day that were given to Helen Keller, Pasteur, Michaelangelo, Mother Teresa, Leonardo da Vinci, Thomas Jefferson, and Albert Einstein. - H. Jackson Brown -