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) »
  • General Discussion (please no support requests here!) (Moderator: Michał Mach) »
  • Tying Events into a competitive atmosphere
Pages: [1]

Author Topic: Tying Events into a competitive atmosphere  (Read 1427 times)

JMOmandown

  • I’m new here
  • *
  • Posts: 11
  • Karma: 0
  • CiviCRM version: 4.1.0
  • CMS version: Drupal 7
  • MySQL version: Latest
  • PHP version: Latest
Tying Events into a competitive atmosphere
March 06, 2012, 08:02:08 pm
 I am fairly new to CiviCRM and thus don't know the intricacies of the code all that well.  Some very basic programming theory with reference to combining attributes of different components of CiviCRM.  We are holding a fundraising event in which participants are rated by skill level and donation (sponsorships in this instance) amount.  The overall rating is determined by a simple math equation that places various weights on the different attributes.  For keeping up with who has donated what in the most dynamic fashion I have determined two approaches.  The first would be to automatically register participants into a separate group and track donation amounts to their name for a set period of time.  The problem with this approach is that it forces the participant to do the donations for the sponsor (which some sponsors may not be comfortable with).  The second option would be to force (maybe through code modification of emails or the event itself) participants to create their own contribution pages.  This solves the issue with sponsors but would require much more intuitive programming and work to set up.  Brief description but I was curious what the more experienced users thought of the most dynamic and efficient approach to this circumstance is?

Eileen

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4195
  • Karma: 218
    • Fuzion
Re: Tying Events into a competitive atmosphere
March 07, 2012, 02:31:43 am
Would having the participants set up personal contribution pages (PCP) help?
Make today the day you step up to support CiviCRM and all the amazing organisations that are using it to improve our world - http://civicrm.org/contribute

JMOmandown

  • I’m new here
  • *
  • Posts: 11
  • Karma: 0
  • CiviCRM version: 4.1.0
  • CMS version: Drupal 7
  • MySQL version: Latest
  • PHP version: Latest
Re: Tying Events into a competitive atmosphere
March 07, 2012, 11:52:49 am
That is what I meant by the second approach.  As you know the more you require someone to do the less likely they are to do it "out of their giving nature".  So I would think that this would have to be automatically set up (without further input from the user) upon event registration.  Which is partly my question for you more experienced users.  What would be the most efficient way to pass along information to the separate Contribution section of API from the Event section short of hard-coding the information to be sent piece by piece to a new entry in the SQL database?

I do see that the information is readily available because it is displayed on the top donors report, so maybe a third option is to just post that exact query call that it is making and modify it to include matching donations on behalf of the matching person, but then we run into problems with mispelled names
« Last Edit: March 07, 2012, 02:35:09 pm by JMOmandown »

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • General Discussion (please no support requests here!) (Moderator: Michał Mach) »
  • Tying Events into a competitive atmosphere

This forum was archived on 2017-11-26.