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 CiviEvent (Moderator: Yashodha Chaku) »
  • Is there a configuration so an Attendee can update their Status to Attended?
Pages: [1]

Author Topic: Is there a configuration so an Attendee can update their Status to Attended?  (Read 696 times)

cjungheim

  • I’m new here
  • *
  • Posts: 5
  • Karma: 0
Is there a configuration so an Attendee can update their Status to Attended?
August 09, 2010, 05:20:35 pm
I would like to make it so an attendee of an event can mark their own status to attended after event has taken place. Is there a way to configure this? I am thinking something along the lines of the confirmation logic for an event for a potential attendee that requires confirmation, but in this case the confirmation being sought is the marking of status Attended after the event has actually taken place. If this can't be configured are there any good jumping off places for customizing for this behavior?
« Last Edit: August 09, 2010, 05:22:54 pm by cjungheim »

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: Is there a configuration so an Attendee can update their Status to Attended?
August 09, 2010, 06:04:47 pm

your best bet to do this would be to extend and customize a profile via the buildForm/postProcess hook. Check the hook definitions and the CiviCRM book for help on getting started

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

SarahG (FountainTribe)

  • Ask me questions
  • ****
  • Posts: 782
  • Karma: 29
  • CiviCRM version: 4.4.7
  • CMS version: Drupal 6, Drupal 7
  • MySQL version: 5.5
  • PHP version: 5.3
Re: Is there a configuration so an Attendee can update their Status to Attended?
August 09, 2010, 10:54:23 pm
I created a profile with just one field "Participant Status".  Then I created a link to to the profile so that a person could update their status " ie change it to attended ) . However, when using the URL http://devd.mygroup.com/civicrm/profile/edit?reset=1&gid=8  I get the error message:
Profile search, view and edit are not supported for Profiles which include fields for more than one record type.

What fields should be configured within this profile?
Did I help you? Please donate to the Civi-Make-It-Happen campaign  CiviCRM for mobile devices! 

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: Is there a configuration so an Attendee can update their Status to Attended?
August 10, 2010, 08:11:13 am

non contact related profiles cannot be created/edited via those urls. hence the suggestion for the hook

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 CiviEvent (Moderator: Yashodha Chaku) »
  • Is there a configuration so an Attendee can update their Status to Attended?

This forum was archived on 2017-11-26.