In the beta 1 I can edit a CCK VCard settings in edit content type. I can also add a VCard field to a content type but nothing shows up. I assigned a couple of fields in the cck vcard settings (editing the content type) without luck.
In the beta 1 I can edit a CCK VCard settings in edit content type. I can also add a VCard field to a content type but nothing shows up. I assigned a couple of fields in the cck vcard settings (editing the content type) without luck.
Comments
Comment #1
michaelpporter commentedThere should be a vcard link that gets output to the node, if you view the source of the node page you should see the vcard content in a hidden dev/hcard format
Comment #2
icetristar commentedI have the same issue. All the settings are ok, however nothing shows up. I use the CCK VCard module with advanced profile kit and content profile.
Comment #3
icetristar commentedBtw, I don't see anything in the source. No hidden content.
Comment #4
silkyD commentedApparently, the module will only work if the content type is named, 'people.' Not sure if the following will work in all cases, but try opening the module and hacking line 186 and change
if($object->type == 'people') {to match the name of the content type you're using.Also, maybe I'm missing something, but there's no css included with this module, so I see no reason why the 'view vcard' link would be hidden by default. After making this change, I get a regular link with the class vcard-view.
Comment #5
michaelpporter commentedlooking in to it
Comment #6
michaelpporter commentedI found the issue and fixed it.
Comment #7
magnus commentedIt seems this has not been committed to CVS. Thus, 6.x-1.0, does not include the fix.
Comment #8
michaelpporter commentedUpdated in 6.x-1.2