I was wondering if you were planning on adding a title field for the phone numbers?

Such as:

  • Cell
  • Fax
  • Phone
  • Home
  • Work

To avoid having to implement database ids or some kind of unique identifier maybe you could add a field in the CCK set up stating that:
List Phones in Order of appearance:

  • Home
  • Work
  • Cell

And then all your output would then cycle through the titles in that order.
The downside would be that you would have to fill out all the fields.

The best solution would be to directly relate a phone number to a title on the fly.
But that would be the most complex to do.

Thanks for reading this.

Comments

ckng’s picture

Marked as duplicate.

Yes. It is being discussed over #849006: Phone types (home, work, mobile, fax, etc) support.

Your suggestion is how I would see it will be implemented, but not sure we will add that for D6 unless someone contribute a backport. ;-)

ckng’s picture

Status: Active » Closed (duplicate)