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) »
  • Discussion (deprecated) »
  • Feature Requests and Suggestions »
  • CiviEvent Suggestions (Moderator: Michał Mach) »
  • Visibility and naming control for event statuses
Pages: [1]

Author Topic: Visibility and naming control for event statuses  (Read 4230 times)

dharmatech

  • I post frequently
  • ***
  • Posts: 280
  • Karma: 53
    • dharmatech.org
Visibility and naming control for event statuses
September 10, 2008, 10:55:40 am
This feature is somewhat mentioned here by Xavier: http://forum.civicrm.org/index.php/topic,3480.0.html

Basically, it's great that you can now determine which statuses are counted so on the registration form you ask people if they are a "yes, no, maybe" status. But when you expose the participant status field within a profile, every status appears to the registrant. This is not ideal since some statuses are only for administrative purposes.

Also, it would be great to be able to rename some of the core statuses to call "registered" something like "yes, i'll be there."

Just throwing this out there for 2.2  Thanks

tony

http://dharmatech.org
oss@dharmatech.org
801.541.8671

Michał Mach

  • Moderator
  • Ask me questions
  • *****
  • Posts: 748
  • Karma: 59
    • CiviCRM site
  • CiviCRM version: latest
  • CMS version: Drupal and Joomla latest
  • MySQL version: numerous
  • PHP version: 5.3 and 5.2
Re: Visibility and naming control for event statuses
September 15, 2008, 03:15:04 am
Hey,

Quote from: dharmatech on September 10, 2008, 10:55:40 am
Basically, it's great that you can now determine which statuses are counted so on the registration form you ask people if they are a "yes, no, maybe" status. But when you expose the participant status field within a profile, every status appears to the registrant. This is not ideal since some statuses are only for administrative purposes.

What would be your suggestion? Marking statuses with public/backend flag and exposing only those public ones in profile participant field?

Quote from: dharmatech on September 10, 2008, 10:55:40 am
Also, it would be great to be able to rename some of the core statuses to call "registered" something like "yes, i'll be there."

This can be done directly in the database: find all the participant statuses (select * from civicrm_option_value where option_group_id = (select id from civicrm_option_group where name like 'participant_status')) and modify the label for appropriate one.

Thx,
m
Found this reply helpful? Contribute NOW and help us improve CiviCRM with the Make it Happen! initiative.

My absolute favourite: Wordpress Integration!.

Donate Now!

dharmatech

  • I post frequently
  • ***
  • Posts: 280
  • Karma: 53
    • dharmatech.org
Re: Visibility and naming control for event statuses
September 15, 2008, 08:04:40 am
Quote
What would be your suggestion? Marking statuses with public/backend flag and exposing only those public ones in profile participant field?

Yes. That is what I propose. Similar to within manage groups you can set a group's visibility as public user pages or user and user admin only. And if the groups' field is within a profile, only those groups with the appropriate visibility will show to anonymous users.

Quote
This can be done directly in the database: find all the participant statuses (select * from civicrm_option_value where option_group_id = (select id from civicrm_option_group where name like 'participant_status')) and modify the label for appropriate one.

Ok. I propose here status names be configurable in a future version to make it easier for non-techies (our clients) :)

I think these two things will be a huge improvement for CiviEvent.

thanks for the help
tony
http://dharmatech.org
oss@dharmatech.org
801.541.8671

Michał Mach

  • Moderator
  • Ask me questions
  • *****
  • Posts: 748
  • Karma: 59
    • CiviCRM site
  • CiviCRM version: latest
  • CMS version: Drupal and Joomla latest
  • MySQL version: numerous
  • PHP version: 5.3 and 5.2
Re: Visibility and naming control for event statuses
September 16, 2008, 03:34:51 am
Quote from: dharmatech on September 15, 2008, 08:04:40 am
Yes. That is what I propose. Similar to within manage groups you can set a group's visibility as public user pages or user and user admin only. And if the groups' field is within a profile, only those groups with the appropriate visibility will show to anonymous users.

I drill down some more, since I would like to understand the suggestion well before we file an issue: did you mention "anonymous" user only to underline the use of profile, or do you have something more in mind? If this feature gets accepted, I would keep it down to simple rule for now - if participant status field is exposed via profile, only public statuses are displayed, doesn't matter if the profile is accessed by anonymous user or registered user. Would you agree?

Quote from: dharmatech on September 15, 2008, 08:04:40 am
Ok. I propose here status names be configurable in a future version to make it easier for non-techies (our clients) :)

Ok - assuming you agree with my suggestion above, could you file two "Improvement" issues in our issue tracker, describing wanted outcome briefly and referring to this forum thread? :-)

Thx,
m
Found this reply helpful? Contribute NOW and help us improve CiviCRM with the Make it Happen! initiative.

My absolute favourite: Wordpress Integration!.

Donate Now!

dharmatech

  • I post frequently
  • ***
  • Posts: 280
  • Karma: 53
    • dharmatech.org
Re: Visibility and naming control for event statuses
September 16, 2008, 08:56:53 am
Sounds good. two issues posted here: http://issues.civicrm.org/jira/browse/CRM-3546 and here http://issues.civicrm.org/jira/browse/CRM-3547

thanks for the help Michal
http://dharmatech.org
oss@dharmatech.org
801.541.8671

Michał Mach

  • Moderator
  • Ask me questions
  • *****
  • Posts: 748
  • Karma: 59
    • CiviCRM site
  • CiviCRM version: latest
  • CMS version: Drupal and Joomla latest
  • MySQL version: numerous
  • PHP version: 5.3 and 5.2
Re: Visibility and naming control for event statuses
September 17, 2008, 04:24:13 am
Great, thanks. Of course, as always - since I forgot to mention this earlier - patches and contributions most welcome. :-)

Thx,
m
Found this reply helpful? Contribute NOW and help us improve CiviCRM with the Make it Happen! initiative.

My absolute favourite: Wordpress Integration!.

Donate Now!

dharmatech

  • I post frequently
  • ***
  • Posts: 280
  • Karma: 53
    • dharmatech.org
Re: Visibility and naming control for event statuses
September 17, 2008, 08:52:32 am
Thanks Michal. The DharmaTech team will look into this and see if we can contribute this feature back. 
http://dharmatech.org
oss@dharmatech.org
801.541.8671

Michał Mach

  • Moderator
  • Ask me questions
  • *****
  • Posts: 748
  • Karma: 59
    • CiviCRM site
  • CiviCRM version: latest
  • CMS version: Drupal and Joomla latest
  • MySQL version: numerous
  • PHP version: 5.3 and 5.2
Re: Visibility and naming control for event statuses
September 17, 2008, 09:16:37 am
Wonderful. That would be very helpful, since we just decided to make 2.2 a quick release (scheduled for Dec/Jan), so we won't be able to fit in too many new features in it by ourselves.

Thx,
m
Found this reply helpful? Contribute NOW and help us improve CiviCRM with the Make it Happen! initiative.

My absolute favourite: Wordpress Integration!.

Donate Now!

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Discussion (deprecated) »
  • Feature Requests and Suggestions »
  • CiviEvent Suggestions (Moderator: Michał Mach) »
  • Visibility and naming control for event statuses

This forum was archived on 2017-11-26.