Merge pull request #192 from lcdservices/master
[civicrm-core.git] / templates / CRM / Event / Form / ManageEvent / EventInfo.hlp
1 {*
2 +--------------------------------------------------------------------+
3 | CiviCRM version 4.3 |
4 +--------------------------------------------------------------------+
5 | Copyright CiviCRM LLC (c) 2004-2010 |
6 +--------------------------------------------------------------------+
7 | This file is a part of CiviCRM. |
8 | |
9 | CiviCRM is free software; you can copy, modify, and distribute it |
10 | under the terms of the GNU Affero General Public License |
11 | Version 3, 19 November 2007 and the CiviCRM Licensing Exception. |
12 | |
13 | CiviCRM is distributed in the hope that it will be useful, but |
14 | WITHOUT ANY WARRANTY; without even the implied warranty of |
15 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
16 | See the GNU Affero General Public License for more details. |
17 | |
18 | You should have received a copy of the GNU Affero General Public |
19 | License and the CiviCRM Licensing Exception along |
20 | with this program; if not, contact CiviCRM LLC |
21 | at info[AT]civicrm[DOT]org. If you have questions about the |
22 | GNU Affero General Public License or the licensing of CiviCRM, |
23 | see the CiviCRM license FAQ at http://civicrm.org/licensing |
24 +--------------------------------------------------------------------+
25 *}
26 {htxt id="id-template-title-title"}
27 {ts}Title{/ts}
28 {/htxt}
29 {htxt id="id-template-title"}
30 {ts}This is the title that users will see when they are selecting an event template to clone for a new event. It is <em>not</em> the title of the event itself.{/ts}
31 {/htxt}
32
33 {htxt id="id-select-template-title"}
34 {ts}Template{/ts}
35 {/htxt}
36 {htxt id="id-select-template"}
37 {if $params.isTemplate}
38 {ts}You can select an existing Event Template as the basis for the new template you are creating, or you can create the template from scratch.{/ts}
39 {else}
40 {ts}You can select a pre-configured Event Template to streamline setting up your new event. The information and configuration settings from the selected template will be automatically copied to this new event. You can then add and modify as needed for this specific event instance. Event templates do NOT store the event date and time - so you will definitely need to set those on this page.{/ts}
41 {/if}
42 {/htxt}
43
44 {htxt id="id-participant-role-title"}
45 {ts}Participant Role{/ts}
46 {/htxt}
47 {htxt id="id-participant-role"}
48 <p>{ts}The Role you select here is automatically assigned to people when they register online for this event (usually the default 'Attendee' role).{/ts}</p>
49 <p>{ts}You can also allow people to choose a Role by creating a Profile with the Participant Role field. Then include that Profile when you configure the Online Registration page for this event.{/ts}</p>
50 {/htxt}
51
52 {htxt id="id-listing-title"}
53 {ts}Participant Listing{/ts}
54 {/htxt}
55 {htxt id="id-listing"}
56 {ts}To allow users to see a listing of participants, set this field to 'Name' (list names only), 'Name and Email', or 'Name, Status and Register Date'.{/ts}
57 {if !$params.isTemplate}
58 {if $config->userSystem->is_drupal}
59 {ts}You will need to set Drupal Access Control permissions to include 'view event participants' for any Roles you want to access this listing.{/ts}
60 {if $params.action eq 2 AND $params.entityId}
61 {ts}Create links to the listing page by copying the following URL, and adding it to the Event Description below and / or as a menu item or links elsewhere on your site:{/ts}<br />
62 <em>{crmURL a=true p='civicrm/event/participant' q="reset=1&id=`$params.entityId`"}</em>
63 {else} {* Creating new event *}
64 {ts}After adding your event, create links to the listing page by copying the URL provided in the 'Participant Listing' section of the Configure Event page.{/ts}
65 {/if}
66 {elseif $config->userFramework EQ 'Joomla'}
67 {ts 1=$params.entityId}Then create front-end links to the Participant Listing page using the Menu Manager. Select <strong>Participant Listing Page</strong> and enter <strong>%1</strong> for the Event ID.{/ts}
68 {/if}
69 {/if}
70 {/htxt}
71
72 {htxt id="id-max_participants-title"}
73 {ts}Maximum Participants{/ts}
74 {/htxt}
75 {htxt id="id-max_participants"}
76 <p>{ts}Optionally set a maximum number of participants for this event.{/ts}</p>
77 <p>{if $params.waitlist}
78 {ts}You may allow users to join a waitlist when the event is full (by checking the box below).{/ts}
79 {else}
80 {ts}You may allow users to join a waitlist when the event is full. To enable this feature you must first enable the Participant Statuses used by the waitlist work-flow (Administer » CiviEvent » Participant Statuses). Then reload this form and check 'Offer a Waitlist?'.{/ts}
81 {/if}</p>
82 <p>{ts}Otherwise, the registration link is hidden and the &quot;Event Full Message&quot' is displayed when the maximum number of registrations is reached. Only participants with status types marked as 'counted' are included when checking if the event is full.{/ts}</p>
83 {/htxt}
84
85 {htxt id="id-event_full_text-title"}
86 {ts}Event-Full Message{/ts}
87 {/htxt}
88 {htxt id="id-event_full_text"}
89 {ts}Text displayed on the Event Information page when the maximum number of registrations is reached (unless you are offering a waitlist). If online registration is enabled, this message will also be displayed if users attempt to register.{/ts}
90 {/htxt}
91
92 {htxt id="id-has_waitlist-title"}
93 {ts}Waitlist{/ts}
94 {/htxt}
95 {htxt id="id-has_waitlist"}
96 {ts}Check this box to allow users to join a waitlist if the event is full. If a space becomes available, the first participant from the waitlist will move to 'Pending from waitlist' status, and will be sent an email with a link to complete their registration (including paying event fees - if any).{/ts}
97 {/htxt}
98
99 {htxt id="id-help-waitlist_text-title"}
100 {ts}Waitlist Text{/ts}
101 {/htxt}
102 {htxt id="id-help-waitlist_text"}
103 {ts}This message is displayed on the event information and event registration pages when the event is full AND the waitlist feature is enabled.{/ts}
104 {/htxt}
105
106 {htxt id="id-is_map-title"}
107 {ts}Map{/ts}
108 {/htxt}
109 {htxt id="id-is_map"}
110 {capture assign=mapURL}{crmURL p='civicrm/admin/setting/mapping' q="reset=1"}{/capture}
111 {ts 1=$mapURL}Include map presenting event location on event information page? (A map provider must be configured under <a href='%1'>Global Settings &raquo; Mapping</a>){/ts}
112 {/htxt}
113
114 {htxt id="id-is_public-title"}
115 {ts}Public Events{/ts}
116 {/htxt}
117 {htxt id="id-is_public"}
118 <p>{ts}When enabled, this event will be included in iCalendar feeds and displayed on your site's "Upcoming Events" block.{/ts}</p>
119 {/htxt}
120
121 {htxt id="id-is_share-title"}
122 {ts}Social Sharing{/ts}
123 {/htxt}
124 {htxt id="id-is_share"}
125 <p>{ts}When enabled, links allowing people to share this event with their social network will be displayed (e.g. Facebook "Like", Google+, and Twitter).{/ts}</p>
126 <p>{ts}Social media links will be included on the Event Info page, Thank-you page, Tell-a-Friend page (if enabled), and in event confirmation emails.{/ts}</p>
127 {/htxt}