From: Greg L. <gp...@ma...> - 2008-02-19 00:58:31
|
Hi Folks, New to the list and to php. I love this little program. I am new to learning php but I'm working my way through the language. Could someone tell me which file is mailing out the list results. I would like to modify the emails a bit, assuming that is possible. I think a major weakness is the formatting of the results of the surveys in the emails. All the best, G.Landry |
From: Franky V. L. <lie...@te...> - 2008-02-19 22:05:28
|
On Mon, 18 Feb 2008 19:58:25 -0500 "Greg Landry" <gp...@ma...> wrote: > Hi Folks, > > New to the list and to php. I love this little program. I am new to > learning php but I'm working my way through the language. > > Could someone tell me which file is mailing out the list results. I > would like to modify the emails a bit, assuming that is possible. I > think a major weakness is the formatting of the results of the > surveys in the emails. > > All the best, > G.Landry It can be found in admin/lib/espresponse.inc, search for "function response_send_email" Franky |
From: <fid...@pl...> - 2008-02-20 10:32:13
|
Hi All, I'm using phpESP with a dutch language pack. When using the "!other" function the word other is shown in the survey. So you have an mixed language survey. Dutch and Enlisch. Is it possible to change the word "other" into "anders". I coun't find it int he english or dutch language pack nor the other php files. (I used Dreamweaver to search al php files without any results.) Groeten / Greatings Jasper |
From: <fid...@pl...> - 2008-02-20 10:59:41
|
Hi All, I'm using phpESP with a dutch language pack. When using the "!other" function the word other is shown in the survey. So you have an mixed language survey. Dutch and Enlisch. Is it possible to change the word "other" into "anders". I coun't find it int he english or dutch language pack nor the other php files. (I used Dreamweaver to search al php files without any results.) Groeten / Greatings Jasper |
From: Franky V. L. <lie...@te...> - 2008-02-20 16:11:24
|
Well, it's not really translation, but you can use other text as an option to it: !other=othertext This is mentioned in the help page ... Franky On 2/20/08, fid...@pl... <fid...@pl...> wrote: > > > Hi All, > > I'm using phpESP with a dutch language pack. > When using the "!other" function the word other is shown in the survey. > So you have an mixed language survey. Dutch and Enlisch. > Is it possible to change the word "other" into "anders". I coun't find it > int he english or dutch language pack nor the other php files. (I used > Dreamweaver to search al php files without any results.) > > Groeten / Greatings > > Jasper > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > > |
From: Jasper F. <j.j...@pl...> - 2008-02-20 18:51:01
|
Aah ok J thx. I only used the help page on the install I've to admit. But ok, this work J Besides this I've got another problem. if someone is making the survey and did not filled in all the questions. You get an response message. after this message the questions is quoted like this: ==> the question. I would like remove the ==> Symbol / characters if that is possible. Jasper |
From: Franky V. L. <lie...@te...> - 2008-02-20 20:10:46
|
Look for "==>" in lib/espresponse.inc Franky On Wed, 20 Feb 2008 19:44:21 +0100 "Jasper Fidder" <j.j...@pl...> wrote: > Aah ok J thx. > > I only used the help page on the install I've to admit. But ok, this > work J > > > > Besides this I've got another problem. > > if someone is making the survey and did not filled in all the > questions. > > You get an response message. after this message the questions is > quoted like this: > > > > ==> the question. > > > > I would like remove the ==> Symbol / characters if that is possible. > > > > Jasper > > > |