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 codesnippets for Drupal
Pages: [1]

Author Topic: civimember codesnippets for Drupal  (Read 1819 times)

noraD

  • Guest
civimember codesnippets for Drupal
September 09, 2007, 11:08:27 am
Hello,
how can I get a stripped version of the userdashboard or an output of the Members join, end date and status in Drupal?
I found some snippets here http://drupal.org/node/133855, now I have a nice My Account profile ;). I played with the Membership api , but I´m not that experienced in scripting.
Code: [Select]
function get_membership_statuses($params)
{
    civicrm_initialize(true);
...}

thanx
nd

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: civimember codesnippets for Drupal
September 10, 2007, 09:58:05 am
If you want the user's My Contact Dashboard to just show membership info, you can create a custom version of that template using these procedures:

http://wiki.civicrm.org/confluence/display/CRMDOC/Customize+Built-in+and+Profile+Screens
Protect your investment in CiviCRM by  becoming a Member!

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMember (Moderator: Deepak Srivastava) »
  • civimember codesnippets for Drupal

This forum was archived on 2017-11-26.