Extra fields on user pages or registration form in multiple and multilingual Q2A sites
The fact is that these fields are the same for all related multiple sites Q2A, with the same users.
I add a field on one site, it is added to others. But in the same language, how do I change the language on all sites?
1. I use mysql table '`qa_userfields`' set 'content'=NULL for standart fields
|
fieldid |
title |
content |
position |
flags |
permit |
|
|
|
1 |
name |
NULL |
1 |
0 |
150 |
|
|
|
2 |
location |
NULL |
3 |
0 |
120 |
|
|
|
3 |
website |
NULL |
4 |
2 |
150 |
|
|
|
4 |
about |
NULL |
5 |
1 |
120 |
|
|
|
6 |
custom-field |
My Custom field |
2 |
4 |
120 |
|
|
|
7 |
new-field |
NULL |
6 |
0 |
120 |
translite 'qa-lang-users.php' standart fields is work
If I add additional fields it doesn't work.
How can I change the standard names in English (website-> My website) and add additional ones with translation to another site