By finedesign on
I'm trying to find a tool that allows me to add site users to my address book. The vCard would do exactly what I want (probably) if I could just get it working. Unfortunately it is only developed to Drupal 4.7
http://drupal.org/project/vcard
Is there something else out there that works for Drupal 5.x? Other options?
I don't really want a tool to download ALL the users since I'll only want to download the ones who have recently signed up.
Thanks.
Comments
there's a patch in the vCard issue queue
Stefan Auditor (the developer of Mobile Media Blog and other modules) has posted a patch to update vCard to D5.
what do I do with the patch?
Ok, I see the patch. Sorry for my ignorance, but what do I do with it?
EDIT: I found how to apply a patch (http://drupal.org/patch/apply), but I'm not strong enough in the cmd line to do it. Could someone just send the updated vCard module to me or make a link available?
Contact me
Contact me via my contact form and I'll send you a copy.
I'm guessing wildly from looking at your website that you're using a Mac, so this is written with that assumption. Most of this should apply, though, even if you're using Linux or Windows (with Cygwin).
patch -p0 < /the/path/to/the/patch(or you can just typepatch -p0 <and drag the patch to the Terminal window -- the path to the patch file will be inserted for you)Upload the whole vcard folder to your Drupal installation and enable it.