Active
Project:
vCard
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 Feb 2008 at 14:28 UTC
Updated:
10 Mar 2010 at 16:53 UTC
Any chance of supporting node profiles rather than just profile.module
Comments
Comment #1
burlap commented+1 for that...
Comment #2
graphicalphabet commented+1, please.
Comment #3
niklp commentedFurther to that, the focus should probably be on http://drupal.org/project/content_profile (for D6) rather than node_profile or bio, although bio support is probably easier as it's less complicated than NP.
It would be nice to see this support CCK-based profiles in D6 somehow though.
Comment #4
kamleshpatidar commentedHi Nathan Paterson,
Have you done that? i want v card support to Node profile module.please guide how can i achieve this one?
Kamlesh Patidar
Comment #5
kamleshpatidar commentedhi all ,
i have done this.
Kamlesh Patidar
Comment #6
niklp commentedAMAZING!!!111
Are you going to tell us how, or should we just guess? :p
Comment #7
kamleshpatidar commentedHi NikLP,
a lot of customization is required to fulfill requirement using Node profile. i completely cleaned up Vcard code ,b'coz i don't wanna to use Pear library with Vcard. But with pear library it's easy Use
where
type="profile_XXXX"& get your fields as usual
Kamlesh Patidar
Comment #8
attiks commentedFYI: i needed this as well, included a quick/dirty fix
in vcard.module, function _vcard_get_map add the following before the return
in vcard.admin.inc, function _vcard_profile_fields add the following before the return
Comment #9
sportel commentedHi attiks,
I added the code you suggested. On the vCard config-page I can now make the mappings (all content_profile fields show up nicely). The config-page also gets saved nicely, but my vCard stays empty (it opens in MS-Outlook). Any suggestions for where to find the problem?
Thanks,
Mike.
Comment #10
attiks commentedtry opening the vcard with notepad, so you'll see what's going on, feel free to post it here so I can have a look
Comment #11
sportel commentedHi,
I opened the vcard with notepad:
BEGIN:VCARD
VERSION:3.0
FN:
N:;;;;
PROFILE:VCARD
NICKNAME:
ADR:;;;;;;
EMAIL:
END:VCARD
It's empty. But, I didn't install Contact_Vcard_Build. Might that be the problem? If so, I'm sorry to have bothered you with my stupid mistake.
Thanks,
Mike.
edit:
I downloaded Contact_Vcard_Build, unpacked and now have Contact_Vcard_Build-1.1.2 (without extension). Where do I put this file? I have a local Drupal installation on a Xampp server.
Thanks.
Comment #12
attiks commentedYou have to install the pear package, using
pear install Contact_Vcard_Build, check the install.txt file