SilverCart Forum

We moderate this Forum and we're here to help. Have you already run a forum search to check if your problem has already been solved?

You can help us helping you by providing detailed error messages, screenshots and logfile entries.

SebastianRamon

Page: 1
Topic [resolved] Bug: Herr/Frau is not translated in reset password email 1867 Views

[resolved] Bug: Herr/Frau is not translated in reset password email

12 November 2013 at 2:49pm Last edited: 16 November 2013 10:45am

Hi,

Despite the placeholder "$Salutation" bing used in the template, Herr/Frau gets displayed, instead of the translated ones.

My quick fix was to remove $Salutation, but this is really not a fix :)

regards,
Szabesz

Re: [resolved] Bug: Herr/Frau is not translated in reset password email

13 November 2013 at 9:38am Last edited: 13 November 2013 10:02am

Thanks for this hint!

Use $SalutationText instead, this will return the translated salutation.

We will fix this issue for the next release!

EDIT:
This won't really work for this template.

Cheers,
Sebastian

Re: [resolved] Bug: Herr/Frau is not translated in reset password email

15 November 2013 at 9:43am

Hi Szabesz,

this issue is fixed for the next release.

We are using the default reset password email function out of sapphire, this limits the available template variables to the real default database attributes of Member (and some email meta information).

I think it won't be possible to fix this issue using the current version without core modifications (next release will be next week) or a custom Member_ForgotPasswordEmail class.

Cheers
Sebastian

Re: [resolved] Bug: Herr/Frau is not translated in reset password email

15 November 2013 at 9:49am

Hi Sebastian,

Thanx for the info. This is a very minor issue, and I've already hacked the core enough, so I think I can wait for the update :)

Thank you for confirming it anyway!
cheers
Szabesz