Closed (fixed)
Project:
vCard
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 Feb 2012 at 09:32 UTC
Updated:
20 Mar 2013 at 10:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
rurri commentedFor our purposes it was weird to have the hcard as separate data because most of it was redundant. The attached patch modifies the code such that, if vcard_display_profile_hcard is FALSE, then hcard information is displayed inline.
When hcard information is displayed inline:
In this way, each user profile is also a "hidden" hcard with any information that is available to the user viewing the profile.
In addition to the above changes, the variable names used as keys for the mapped data in the module needed to be changed to match their vcard equivalent. thus givenname became given_name, organization became org, etc.
Comment #2
rurri commentedComment #3
rurri commentedComment #4
rurri commentedComment #5
sanduhrsCommited to 7.x-1.x.
Thanks.