vcard.module isn't writing phone numbers to vCards
Christefano - November 3, 2006 - 19:46
| Project: | vCard |
| Version: | HEAD |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | sanduhrs |
| Status: | closed |
Description
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:VCARDI also don't see a property for addresses in /admin/settings/vcard. Is there supposed to be one?

#1
We're noticing this too, with telephone number missing from the vCards
#2
This patch should do the job
#3
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
#4
Together with dman's patch at http://drupal.org/node/119845#comment-639141 (which gets the addresses working), this patch is RTBC.
#5
Commited to HEAD adn 4.7.
Thanks.
#6
Automatically closed -- issue fixed for two weeks with no activity.