Hi,
in bulgarian language is different description on the word Welcome, for wimin is one, for men is other. How I can change code on Welcome screen (and everywhere where is need) linked to sex on the users when they are registered?
Unfortunately there is no easy way to change that (although I would like to change that in the future..) If you only need to change the one word 'Welcome' that can be done, but if there are many words that need to be changed that will be hard. Can you use a gender-less word instead? It doesn't need to be an exact translation of 'Welcome'.
Thank You for the answer.
Yes, I need to change "Welcome" for everibody who reserve their sex.
May be work some like that:
<select name="gender" size="1">
<option value="0"></option>
<option value="1"', ($context['member']['gender']['name'] == 'm' ? ' selected="selected"' : ''), '>', $txt[238], '</option>
<option value="2"', ($context['member']['gender']['name'] == 'f' ? ' selected="selected"' : ''), '>', $txt[239], '</option>
with correct settings on correct place... :-\
Which version of SMF do you use?
1.1RC3
p.s. We have word like "Hi", and I use it, but "Welcome" is better ;)
This is no general problem, I just wish it.
I'm going away sorry. If you haven't fixed it I'll help again in a week's time.