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) »
  • Modifying Search Option "Find Participant"
Pages: [1]

Author Topic: Modifying Search Option "Find Participant"  (Read 621 times)

nmudgal

  • I post occasionally
  • **
  • Posts: 31
  • Karma: 0
    • It's Really Me
  • CiviCRM version: civicrm 3.3
  • CMS version: Drupal 6.20
  • MySQL version: mysql 5
  • PHP version: php 5
Modifying Search Option "Find Participant"
April 28, 2011, 05:45:30 am
how can I populate the textfield of event name automatically with particular event name when clicked on particular hyperlink or something while Search "Find Participants" option, so that an automate search can be performed & I can get respective results ?

What I am trying to achieve is let's say on the event dashboard I have a link called "modify participant" in a seperate column in every event row, whenever anyone will click on that link, he/she will be redirected to the search result of that event's registered participant & from there participant's information can be modified ?
How can I do this ?
Hope I am clear!
Thanks
GPG Key Fingerprint: 8B97 082A D923 2860 E0BE 3ED3 8F81 0702 6AE9 2A57

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: Modifying Search Option "Find Participant"
April 28, 2011, 06:19:02 am
You can pass event id via url to Find Participant form. Check

http://drupal.demo.civicrm.org/civicrm/event/search?reset=1&force=1&event=2&status=true&role=true

HTh
Kurund
Found this reply helpful? Support CiviCRM

nmudgal

  • I post occasionally
  • **
  • Posts: 31
  • Karma: 0
    • It's Really Me
  • CiviCRM version: civicrm 3.3
  • CMS version: Drupal 6.20
  • MySQL version: mysql 5
  • PHP version: php 5
Re: Modifying Search Option "Find Participant"
April 28, 2011, 06:43:57 am
What if I have to do same thing for particular event report detail rather than getting report of all event [same like when filtered via event report criteria] like same by passing event id in url How can I access report of that event directly?

How can I see what url params are being passed to generate particular page ?
Thanks
GPG Key Fingerprint: 8B97 082A D923 2860 E0BE 3ED3 8F81 0702 6AE9 2A57

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: Modifying Search Option "Find Participant"
April 28, 2011, 07:42:12 am
Yes, for reports also you can pass params via url and populate filters.

Fo eg: civicrm/report/instance/24?reset=1&force=1&id_op=in&id_value=1

Kurund
« Last Edit: April 28, 2011, 07:45:04 am by Kurund Jalmi »
Found this reply helpful? Support CiviCRM

nmudgal

  • I post occasionally
  • **
  • Posts: 31
  • Karma: 0
    • It's Really Me
  • CiviCRM version: civicrm 3.3
  • CMS version: Drupal 6.20
  • MySQL version: mysql 5
  • PHP version: php 5
Re: Modifying Search Option "Find Participant"
April 28, 2011, 10:34:55 am
whenever I tried using civicrm/report/instance/14?reset=1&force=1&id_op=in&id_value=11 this url to access particular event report I see report of all events?
I am trying to access event income report(summary) & then by clicking on particular event's report but still all event report are being shown.
Tried everything but nothing happening.
How to solve this? Using civi 3.3.5
GPG Key Fingerprint: 8B97 082A D923 2860 E0BE 3ED3 8F81 0702 6AE9 2A57

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Developer Discussion (Moderator: Donald Lobo) »
  • Modifying Search Option "Find Participant"

This forum was archived on 2017-11-26.