vcard.module isn't writing phone numbers (and addresses) to vCards. I have vcard.module v 1.4 2006/08/11 06:30:59.

Here's what I get in my vCards. The personal information has been x'd out to protect the innocent. The address field is empty and telephone number is missing.

BEGIN:VCARD
VERSION:3.0
FN:xxxxx
N:xxxxx;xxxxx;;;
PROFILE:VCARD
NICKNAME:xxxxx
ADR:;;;;;;
EMAIL:xxxxx
ORG:xxxxx
END:VCARD

I also don't see a property for addresses in /admin/settings/vcard. Is there supposed to be one?

Comments

geodaniel’s picture

We're noticing this too, with telephone number missing from the vCards

geodaniel’s picture

StatusFileSize
new353 bytes

This patch should do the job

geodaniel’s picture

Title: vcard.module isn't writing phone numbers (and addresses) to vCards » vcard.module isn't writing phone numbers to vCards
Status: Active » Needs review
StatusFileSize
new697 bytes

Hmm, that will teach me for posting a patch without testing it. This updated patch should actually make the telephone and URL fields work... :)

Addresses would need some more work - ticket at http://drupal.org/node/93043

Christefano-oldaccount’s picture

Status: Needs review » Reviewed & tested by the community

Together with dman's patch at http://drupal.org/node/119845#comment-639141 (which gets the addresses working), this patch is RTBC.

sanduhrs’s picture

Version: 4.7.x-1.x-dev » master
Assigned: Unassigned » sanduhrs
Status: Reviewed & tested by the community » Fixed

Commited to HEAD adn 4.7.
Thanks.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.