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 Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • Adding a custom participant listing for an event
Pages: [1]

Author Topic: Adding a custom participant listing for an event  (Read 1464 times)

trevorwood

  • I post occasionally
  • **
  • Posts: 119
  • Karma: 4
  • CiviCRM version: 4.0.2
  • CMS version: Joomla 1.6
  • MySQL version: 5.0.51a
  • PHP version: 5.2.6-1+lenny8
Adding a custom participant listing for an event
July 28, 2011, 04:08:21 am
I need to list some additional information about participants in an event

I see there's a "Participant Listing Options" in CiviEvent. I've added a new participant listing, but how do I now add the fields that I want to display. It looks to me that a separate PHP file needs to be written and put into CRM\Event\Page\ParticipantListing. Is that correct or is there an easier way of doing this?

Cheers

Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Adding a custom participant listing for an event
July 28, 2011, 05:48:44 am
Once option is to modify CiviCRM code to add values that you need else if you are using drupal then you can use views to create custom listing. Later might be much easier.

Kurund
Found this reply helpful? Support CiviCRM

trevorwood

  • I post occasionally
  • **
  • Posts: 119
  • Karma: 4
  • CiviCRM version: 4.0.2
  • CMS version: Joomla 1.6
  • MySQL version: 5.0.51a
  • PHP version: 5.2.6-1+lenny8
Re: Adding a custom participant listing for an event
July 28, 2011, 07:05:04 am
Thanks

I'm using Joomla

Where in the code do I need to look

Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Adding a custom participant listing for an event
July 31, 2011, 11:20:15 pm
Check files in CRM/Event/Page/ParticipantListing for php code and templates/CRM/Event/Page/ParticipantListing/ for templates.

Kurund
Found this reply helpful? Support CiviCRM

trevorwood

  • I post occasionally
  • **
  • Posts: 119
  • Karma: 4
  • CiviCRM version: 4.0.2
  • CMS version: Joomla 1.6
  • MySQL version: 5.0.51a
  • PHP version: 5.2.6-1+lenny8
Re: Adding a custom participant listing for an event
August 12, 2011, 03:41:02 am
Thanks, I think I've found everything I need, but one further question - how do I now display that list. I can only get a list of "Name" I'm using URL of

index.php?option=com_civicrm&task=civicrm/event/participant&reset=1&id=1 (to list the first event)

Cheers

trevorwood

  • I post occasionally
  • **
  • Posts: 119
  • Karma: 4
  • CiviCRM version: 4.0.2
  • CMS version: Joomla 1.6
  • MySQL version: 5.0.51a
  • PHP version: 5.2.6-1+lenny8
Re: Adding a custom participant listing for an event
August 24, 2011, 08:38:13 am
OK

I've found out how to do this from the back end by selecting correct participant listing in the configure event. This at least gets me part of the way so that I can show all the info I want for the event organiser

Now I need to show a subset of that info to the other delegates. How do I do that?

Cheers

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • Adding a custom participant listing for an event

This forum was archived on 2017-11-26.