Login     Sign up
welcome email
Cezary Idzik (@idziol)
Join date: Sep 23rd 2010
Community posts: 7
View Profile
Send Message

How I can change welcome email? I translate 90% of welcome massage but I can't transtale "Dear"...and how I can add title to this massage?

166 months ago
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

modules/member/member.php

function signup

change

[code]
// welcome email
$welcome_email = nl2br(get_text('welcome_email'));
[/code]

into

[code]
// welcome email
$welcome_email = nl2br(t(get_text('welcome_email')));
[/code]

and goto admin/translate

166 months ago
Jordi Torres (@palsweb)
Join date: Oct 20th 2010
Community posts: 70
View Profile
Send Message

I put this code and translate but "Dear" not's tranlsate !!

165 months ago
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

did you give a translation in your admin area, translate section ?

165 months ago
Jordi Torres (@palsweb)
Join date: Oct 20th 2010
Community posts: 70
View Profile
Send Message

On my translation section is welcome email now , but "Dear" no isn't .... and all other messages first is "Dear" to .... sorry for my bad english

165 months ago
DeFender (@defender)
Join date: Oct 1st 2010
Community posts: 167
View Profile
Send Message

version 3.3

common.inc.php

search for dear , about line 1860

165 months ago
Jordi Torres (@palsweb)
Join date: Oct 20th 2010
Community posts: 70
View Profile
Send Message

perfect thanks .... and "Report this page" ????

165 months ago
DeFender (@defender)
Join date: Oct 1st 2010
Community posts: 167
View Profile
Send Message

what is your version

165 months ago
Jordi Torres (@palsweb)
Join date: Oct 20th 2010
Community posts: 70
View Profile
Send Message

version 4.1

165 months ago
DeFender (@defender)
Join date: Oct 1st 2010
Community posts: 167
View Profile
Send Message

ss.inc.php

480

165 months ago
Jordi Torres (@palsweb)
Join date: Oct 20th 2010
Community posts: 70
View Profile
Send Message

ok i go very thanks , iff you wanna any .... iam spanish sorry

165 months ago