Support Node Profiles
budda - February 20, 2008 - 14:28
| Project: | vCard |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Any chance of supporting node profiles rather than just profile.module

#1
+1 for that...
#2
+1, please.
#3
Further 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.
#4
Hi 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
#5
hi all ,
i have done this.
Kamlesh Patidar
#6
AMAZING!!!111
Are you going to tell us how, or should we just guess? :p
#7
Hi 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
nodeprofile_load('type',account->uid);where
type="profile_XXXX"& get your fields as usual
$node->field_YYYY[0]['value'];Kamlesh Patidar