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) »
  • Developer Discussion (Moderator: Donald Lobo) »
  • please help. event confirmation
Pages: [1]

Author Topic: please help. event confirmation  (Read 783 times)

antvibe

  • I’m new here
  • *
  • Posts: 6
  • Karma: 0
  • CiviCRM version: 4.3
  • CMS version: drupal
  • MySQL version: 5.3
  • PHP version: 5.2
please help. event confirmation
September 26, 2013, 06:14:14 am
Is there away that i can send a confirmation email to a person that has registered for an event. It will also let them approve their event without having the admin login and change their status just for the approval email to be sent. Basicallly once you click the link your status is updated no action needed from admin

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: please help. event confirmation
September 26, 2013, 07:14:54 am

No. The approval process requires admin intervention. You should be able to do this via a custom link you insert in the mail and handle that link in custom php code

if you do this, please share your changes so others can benefit

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

antvibe

  • I’m new here
  • *
  • Posts: 6
  • Karma: 0
  • CiviCRM version: 4.3
  • CMS version: drupal
  • MySQL version: 5.3
  • PHP version: 5.2
Re: please help. event confirmation
September 26, 2013, 07:59:28 am
Uggh. The problem is I am not very familiar with CIVICRM under the hood. I under the .tpl files and .php code to a certain degree.

The way this is setup. A staffer or volunteer is signing people up. They go online and enter people information for them. Then they get an email to confirm these people. BUt the Admin of the Event system does not want to have to log in everytime and change their status.

And the status change is the only way to kick off an email.

Is there away to create a scheduled task that can do this and change the status of these new people which will kick off an email automatically with the link that is needed to approve. Without writing a hook etc..

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: please help. event confirmation
September 26, 2013, 09:29:32 am

1. Please avoid posting the same question under multiple topics

2. If you just want to register a person, why are you keeping them in pending status. You can put them as registered and an email should be triggered

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

antvibe

  • I’m new here
  • *
  • Posts: 6
  • Karma: 0
  • CiviCRM version: 4.3
  • CMS version: drupal
  • MySQL version: 5.3
  • PHP version: 5.2
Re: please help. event confirmation
September 26, 2013, 09:52:20 am
Sorry about that. Because they want an email to go to the person first. And then they click a link that says oh this is a valid request which I did.

Once they click that link the status changes and is updated in the system. I know it is stupid trust me, but its what they want.

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: please help. event confirmation
September 26, 2013, 10:03:20 am

U'll need to implement this via some custom code. There is no scheduled task for this.

i've deleted your other forum topic

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) »
  • Developer Discussion (Moderator: Donald Lobo) »
  • please help. event confirmation

This forum was archived on 2017-11-26.