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) »
  • Custom data against Events
Pages: [1]

Author Topic: Custom data against Events  (Read 539 times)

davesage

  • I post frequently
  • ***
  • Posts: 153
  • Karma: 3
  • CiviCRM version: 3.4 & 4.1
  • CMS version: Joomla 1.5 & 2.5
  • MySQL version: 5.1
  • PHP version: 5.3
Custom data against Events
July 11, 2011, 01:59:20 am
Hi,

Was trying to generate some custom data against events to hold cost information for internal staff to track.

Found that unlike contact custom data there seems to be no option for 'multiple records' and any fields created against events get shown on the event information in the front end automatically? (Can they be hidden for admin use only?)

Has anyone else used civient to hold non-public event management data like costs against an event?

Thanks for any thoughts,

Dave

Hershel

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4640
  • Karma: 176
    • CiviHosting
  • CiviCRM version: Latest
  • CMS version: Mostly WordPress and Drupal
Re: Custom data against Events
July 11, 2011, 06:49:46 am
You can customize the template CRM/Events/Page/EventInfo.tpl to hide custom data.

Find this line:

Code: [Select]
    {include file="CRM/Custom/Page/CustomDataView.tpl"}
and replace it with:

Code: [Select]
  {if ''!= $config->userFrameworkFrontend}
    {include file="CRM/Custom/Page/CustomDataView.tpl"}
  {/if}
CiviHosting and CiviOnline -- The CiviCRM hosting experts, since 2007

See here for the official: What to do if you think you've found a bug.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviEvent (Moderator: Yashodha Chaku) »
  • Custom data against Events

This forum was archived on 2017-11-26.