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) »
  • Provisional status while awaiting membership approval
Pages: [1]

Author Topic: Provisional status while awaiting membership approval  (Read 1028 times)

petednz

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4899
  • Karma: 193
    • Fuzion
  • CiviCRM version: 3.x - 4.x
  • CMS version: Drupal 6 and 7
Provisional status while awaiting membership approval
November 25, 2009, 01:21:45 am
Just jumping back to this thorny issue and noting the comments from 2007 by Dave here http://forum.civicrm.org/index.php/topic,530.msg2106.html#msg2106
Quote
CiviCRM does not (yet) offer a built-in approval / moderation workflow per se. However, configuring a Profile that automatically adds contacts to a "Pending Approval" Group is an approach that some folks have used successfully. Then it's easy to go through contacts in that group and take some action - e.g. create a Membership for them and remove them from "pending" group.
If the client wants to accept the money, then when approved, kick the membership process off there are several non-code routes - keen to hear of others, or any code-based solutions.
1/ Online Contribution Form, triggers email to 'approval committee' and adds contact to Pending Approval Group. Once approved Membership is added - but, is there any simple way to link the membership to the contribution - I know we can reclassify the contribution but suspect no easy way to link it to the Membership
2/ Online Membership Form, Drupal account requires approval (unless they already have one), membership gets set to "Administrator Only" status.

Hmm, thinking aloud, I think it is going to have to be option 2 plus some code that causes the Membership to automatically go in to a 'administer only' status of 'pending'?

Can anyone point to the hooks required?
Sign up to StackExchange and get free expert advice: https://civicrm.org/blogs/colemanw/get-exclusive-access-free-expert-help

pete davis : www.fuzion.co.nz : connect + campaign + communicate

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Provisional status while awaiting membership approval
November 26, 2009, 07:08:08 am

the postProcess hook for the contribution page Confirm form should be the right place

main issue would be to get the contribution/membership ids

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMember (Moderator: Deepak Srivastava) »
  • Provisional status while awaiting membership approval

This forum was archived on 2017-11-26.