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 Joomla Extensions (Moderator: lcdweb) »
  • How do I show user membership status, update contact info, etc.
Pages: [1]

Author Topic: How do I show user membership status, update contact info, etc.  (Read 3786 times)

dwebb

  • I’m new here
  • *
  • Posts: 13
  • Karma: 0
  • CiviCRM version: 4.2
  • CMS version: Joomla 2.5.6
  • MySQL version: 5.5.22
  • PHP version: 5.3.10
How do I show user membership status, update contact info, etc.
December 08, 2012, 10:15:59 am
I'm integrating J & C and we don't use the user side of Joomla for anything currently, so I'd like to make it possible for a member to login to Joomla and see their membership status, renew their membership, and update their mailing address.

I had a profile that is properly creating a new Joomla user and I have the registration being redirected to the civicrm contribution page for new membership just fine.

But the module for showing a member their memberships and groups is from 1.5 and when I try to use it in 2.5 its clearly not functional.  It looks like the api.php helper files are much different in the current release of civicrm causing errors like this:

PHP Fatal error:  Call to undefined method CivicrmHelperApi::setPaths() in ~/modules/mod_my_civimemberships/mod_my_civimemberships.php on line 19

How can I accomplish these tasks?

- When a user logs in put them into a view of their membership status, show their contact address information, etc.
- Have an option to renew or maybe even up sell to a higher membership type?
- If possible, allow them to update their contact information should they have moved

Can I just redirect to a user dashboard somehow?
« Last Edit: December 08, 2012, 11:58:04 am by dwebb »

lcdweb

  • Forum Godess / God
  • I live on this forum
  • *****
  • Posts: 1620
  • Karma: 116
    • www.lcdservices.biz
  • CiviCRM version: many versions...
  • CMS version: Joomla/Drupal
  • MySQL version: 5.1+
  • PHP version: 5.2+
Re: How do I show user membership status, update contact info, etc.
December 08, 2012, 11:37:04 am
there's a menu item for a user dashboard. that will show the membership history (you can turn on/off different sections of that page in the system settings).

for contact details, you'll want to create a profile and then create a menu item to it in edit mode.
support CiviCRM through 'make it happen' initiatives!
http://civicrm.org/mih

dwebb

  • I’m new here
  • *
  • Posts: 13
  • Karma: 0
  • CiviCRM version: 4.2
  • CMS version: Joomla 2.5.6
  • MySQL version: 5.5.22
  • PHP version: 5.3.10
Re: How do I show user membership status, update contact info, etc.
December 08, 2012, 11:58:51 am
Thanks!

Am I missing where this type of stuff is explained in the documentation?  I've tried reading everything I can get my hands on.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Joomla Extensions (Moderator: lcdweb) »
  • How do I show user membership status, update contact info, etc.

This forum was archived on 2017-11-26.