Closed (fixed)
Project:
vCard
Version:
master
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
3 Nov 2006 at 19:46 UTC
Updated:
29 Jan 2008 at 07:31 UTC
Jump to comment: Most recent file
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?
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | vcard_telephone_url.patch | 697 bytes | geodaniel |
| #2 | vcard_telephone.patch | 353 bytes | geodaniel |
Comments
Comment #1
geodaniel commentedWe're noticing this too, with telephone number missing from the vCards
Comment #2
geodaniel commentedThis patch should do the job
Comment #3
geodaniel commentedHmm, 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
Comment #4
Christefano-oldaccount commentedTogether with dman's patch at http://drupal.org/node/119845#comment-639141 (which gets the addresses working), this patch is RTBC.
Comment #5
sanduhrsCommited to HEAD adn 4.7.
Thanks.
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.