New Profile Field in your User Account
- WelchTC
- Senior Member
- Posts: 2085
- Joined: Wed Sep 06, 2006 8:51 am
- Location: Kaysville, UT, USA
- Contact:
New Profile Field in your User Account
We have added a new field in your user profile. This field (at the bottom of the "Edit Your Details" section) is titled Languages Spoken. We would encourage everyone to update this field as it will help us understand what languages we have support for.
Thanks for your help!
Tom
Thanks for your help!
Tom
- dobrichelovek
- Member
- Posts: 98
- Joined: Thu Oct 11, 2007 3:35 pm
- Location: Utah, USA
Language Field
This is kind of exciting, knowing that we're at the point where language coverage on the tech website is 'important' to future projects. So I added my language 'Russian' and went to the member list. Noticed that it's not listed on the page, but the search allows search on this new field.
So I searchedfor Russian and it came up with 1. Mine. Let me just say that if there is an interest in Russian, I can solicit some participation from over the arctic. I am currently in touch with some key individuals in the Church that could get involved on this site, however, I would rather not solicit such participation until there is something that could be participated in that is specifically Russian focused.
Please keep this in mind should we get to the point where Russian language input is needed.
So I searchedfor Russian and it came up with 1. Mine. Let me just say that if there is an interest in Russian, I can solicit some participation from over the arctic. I am currently in touch with some key individuals in the Church that could get involved on this site, however, I would rather not solicit such participation until there is something that could be participated in that is specifically Russian focused.
Please keep this in mind should we get to the point where Russian language input is needed.
- WelchTC
- Senior Member
- Posts: 2085
- Joined: Wed Sep 06, 2006 8:51 am
- Location: Kaysville, UT, USA
- Contact:
Awesome! Thanks for the feedback.dobrichelovek wrote:This is kind of exciting, knowing that we're at the point where language coverage on the tech website is 'important' to future projects. So I added my language 'Russian' and went to the member list. Noticed that it's not listed on the page, but the search allows search on this new field.
So I searchedfor Russian and it came up with 1. Mine. Let me just say that if there is an interest in Russian, I can solicit some participation from over the arctic. I am currently in touch with some key individuals in the Church that could get involved on this site, however, I would rather not solicit such participation until there is something that could be participated in that is specifically Russian focused.
Please keep this in mind should we get to the point where Russian language input is needed.
Tom
- opee
- Member
- Posts: 338
- Joined: Mon Jun 25, 2007 3:00 am
- Location: Sunnyvale, CA
List languages spoken with your "post" information?
Is there a way to post the language spoken on the left side of each of our posts--along with the other information that is posted there? Does that make sense? I think that it is easier to people to see it there (with our posts) than to go to each profile and see what languages you speak...
Just a thought.
Just a thought.
- WelchTC
- Senior Member
- Posts: 2085
- Joined: Wed Sep 06, 2006 8:51 am
- Location: Kaysville, UT, USA
- Contact:
That is a really good idea. I just checked but could not see a way to do it. Hmmmmopee wrote:Is there a way to post the language spoken on the left side of each of our posts--along with the other information that is posted there? Does that make sense? I think that it is easier to people to see it there (with our posts) than to go to each profile and see what languages you speak...
Just a thought.
Tom
- WelchTC
- Senior Member
- Posts: 2085
- Joined: Wed Sep 06, 2006 8:51 am
- Location: Kaysville, UT, USA
- Contact:
- Jesse Smith-p40
- New Member
- Posts: 20
- Joined: Mon May 14, 2007 2:45 am
- Location: Oregon
Admin --> Styles & Templates --> Style Manager --> Edit Templates --> postbitetomw wrote:That is a really good idea. I just checked but could not see a way to do it. Hmmmm
Look for something like
<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>
<if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
around line 63 in vBulletin v3.6.4, and add...
<if condition="$post['field6']"><div>Language: $post[field6]</div></if>
to those.
.
- WelchTC
- Senior Member
- Posts: 2085
- Joined: Wed Sep 06, 2006 8:51 am
- Location: Kaysville, UT, USA
- Contact:
Thanks Jessie, does that break updates in the future or do I just need to reapply that patch after each update?Jesse Smith wrote:Admin --> Styles & Templates --> Style Manager --> Edit Templates --> postbite
Look for something like
<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>
<if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
around line 63 in vBulletin v3.6.4, and add...
<if condition="$post['field6']"><div>Language: $post[field6]</div></if>
to those.
Tom
- Jesse Smith-p40
- New Member
- Posts: 20
- Joined: Mon May 14, 2007 2:45 am
- Location: Oregon