Author Topic: Name goes to wrong field in "contacts"  (Read 7356 times)

Karl

  • Sr. Member
  • ****
  • Posts: 339
    • ICQ Messenger - 464979879
    • View Profile
Name goes to wrong field in "contacts"
« on: February 17, 2009, 06:41:44 am »
If I create a new user there is only a field "Display name" where I put the "firstname" and "lastname".

OpenGoo then creates automatically a contact out of this user. But the "Display name" goes to the wrong field "firstname" instead of "firstname" and "lastname".

werner.wuerfel

  • Sr. Member
  • ****
  • Posts: 319
    • View Profile
Re: Name goes to wrong field in "contacts"
« Reply #1 on: February 20, 2009, 01:29:29 pm »
Hi Karl,

I think there is no automatic to transfer the "Display name" from the user to the "firstname" and "lastname" off the contact.

If you using for the "Display name" only a short name or an imaginative name, then it is not possible.

So the developers put the "Display name" into the "firstname" off the contact. You have to change this by eding the contact data of the user.

Karl

  • Sr. Member
  • ****
  • Posts: 339
    • ICQ Messenger - 464979879
    • View Profile
Re: Name goes to wrong field in "contacts"
« Reply #2 on: February 20, 2009, 05:35:15 pm »
Yes, I know. But this is not very useful.
Maybe the developer find another clever way for this issue.
 ;)

mailnet_uk

  • Newbie
  • *
  • Posts: 29
    • View Profile
    • Email
Re: Name goes to wrong field in "contacts"
« Reply #3 on: February 22, 2009, 10:55:49 am »
To the developers:

How about splitting the display name field by a space?

So "Andy Shellam" in display name becomes "Andy" (forename) and "Shellam" (surname) in the contact data.

But like "Billy Bob Thornton" could become "Billy" (forename) and "Thornton" (surname), leaving the middle name "Bob" in the display name only.

That's if I've understood Karl's issue correctly.

Karl

  • Sr. Member
  • ****
  • Posts: 339
    • ICQ Messenger - 464979879
    • View Profile
Re: Name goes to wrong field in "contacts"
« Reply #4 on: February 22, 2009, 11:20:49 am »
Yes, this could work.

But there are countries, where it's common to write the name backwards like in Austria (I think) and Hungary: Surname Forename.

mailnet_uk

  • Newbie
  • *
  • Posts: 29
    • View Profile
    • Email
Re: Name goes to wrong field in "contacts"
« Reply #5 on: February 22, 2009, 11:58:12 am »
Ah yes, that's true, India I think is also popular for this.

Perhaps have this determined by a config option?  Or a quick link on the Contact page next to the Fore/Surname fields that switches the 2 values?

ignacio

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
Re: Name goes to wrong field in "contacts"
« Reply #6 on: February 23, 2009, 08:50:29 pm »
The problem with splitting by spaces is that you can have cases like these where no single way of splitting the name will work for both:
1) John Paul Smith
2) Mary Von Neumann

In the first case John Paul is the name and Smith the lastname. In the second case Mary is the name and Von Neumann is the last name.

Another possible solution would be to have two fields for users, one for the first name and one for the last name. Then the association would be direct.

Karl

  • Sr. Member
  • ****
  • Posts: 339
    • ICQ Messenger - 464979879
    • View Profile
Re: Name goes to wrong field in "contacts"
« Reply #7 on: February 24, 2009, 06:15:45 am »
Another possible solution would be to have two fields for users, one for the first name and one for the last name. Then the association would be direct.

Yes, I think this would be the best solution.

Karl