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 »
  • Using CiviCRM »
  • Using CiviMember (Moderator: Deepak Srivastava) »
  • civimember vcard download link viewable through drupal profile
Pages: [1]

Author Topic: civimember vcard download link viewable through drupal profile  (Read 1407 times)

vandit09

  • Guest
civimember vcard download link viewable through drupal profile
June 20, 2008, 02:52:10 pm
Is there any way to put the civimember vcard download link in their drupal profile page? This would be awesome, because I dont want regular members having access to civimember-merely their basic info.


Deepak Srivastava

  • Moderator
  • Ask me questions
  • *****
  • Posts: 677
  • Karma: 65
Re: civimember vcard download link viewable through drupal profile
June 23, 2008, 01:55:17 am
You can add a link that will appear on drupal's "My account" page, as done for -
» View Contact Record
» View Contact Dashboard

By adding a piece of code something like -
Code: [Select]
        $vCardUrl = CRM_Utils_System::url( 'civicrm/contact/view/vcard', "reset=1&cid=$userID" );
        $contactURL .= '<br/><a href="' . $vCardUrl . '">&raquo; ' .t("vCard") . '</a>';

in the file- CiviCRM/drupal/civicrm.module, line - 571. ( If required, permission check can also be added as done for other links. )

You can also hook into your code to decide when to show the link ..etc.
« Last Edit: June 23, 2008, 01:58:49 am by Deepak Srivastava »
Found this reply helpful? Contribute NOW and help us improve CiviCRM with the Make it Happen! initiative.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMember (Moderator: Deepak Srivastava) »
  • civimember vcard download link viewable through drupal profile

This forum was archived on 2017-11-26.