CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Pre-installation Questions (Moderator: Dave Greenberg) »
  • Is there any way to provide a download link for civimember vcard in drupal prof?
Pages: [1]

Author Topic: Is there any way to provide a download link for civimember vcard in drupal prof?  (Read 1434 times)

vandit09

  • Guest
Is there any way to provide a download link for civimember vcard in drupal prof?
June 21, 2008, 02:13:43 am
Basically i want registered users to be able to download member vcard off that person's drupal profile, instead of going to civimember. Is that possible or are there any modules that do that?

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: Is there any way to provide a download link for civimember vcard in drupal p
June 23, 2008, 11:24:50 am
I haven't tried this (and there may be permissioning issues) - but I think you could paste the button element for the vCard download which is included in the Contact Summary page into a custom copy of a profile template. (Check out "Customizing CiviCRM Screens" in the Develop section of the documentation if you haven't played w/ customizing templates yet).

The button code (from templates/CRM/Contact/Page/View/Tabbed.tpl) is:
Code: [Select]
<input type="button" value="{ts}vCard{/ts}" name="vCard_export" onclick="window.location='{crmURL p='civicrm/contact/view/vcard' q="reset=1&cid=$contactId"}';"/>

You'll have to verify how the contact ID is passed to the profile (i.e. variable name).
Protect your investment in CiviCRM by  becoming a Member!

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Pre-installation Questions (Moderator: Dave Greenberg) »
  • Is there any way to provide a download link for civimember vcard in drupal prof?

This forum was archived on 2017-11-26.