@@ -3,9 +3,9 @@ discard block |
||
3 | 3 | </p> |
4 | 4 | <p> |
5 | 5 | <?php esc_html_e( |
6 | - 'This page shows options for Email Validation, the EE "Bot Trap" and reCAPTCHA which can help prevent SPAM registrations on your site.', |
|
7 | - 'event_espresso' |
|
8 | - ); ?> |
|
6 | + 'This page shows options for Email Validation, the EE "Bot Trap" and reCAPTCHA which can help prevent SPAM registrations on your site.', |
|
7 | + 'event_espresso' |
|
8 | + ); ?> |
|
9 | 9 | </p> |
10 | 10 | <div id="email_validation_info"> |
11 | 11 | <p> |
@@ -13,9 +13,9 @@ discard block |
||
13 | 13 | </p> |
14 | 14 | <p> |
15 | 15 | <?php esc_html_e( |
16 | - "Validating an email address is extremely difficult to do correctly. Your server's configuration, as well as your own tolerances and needs, can affect the type of validation needed. We offer different types of validation so that you can control how strict your registration form responds to entered email addresses. If you are receiving too many bogus email addresses, then you can try the WordPress Default validation setting. If you find that the form validation is blocking a valid email address you can try the Basic setting, or if available, the International validation settings.", |
|
17 | - 'event_espresso' |
|
18 | - ); ?> |
|
16 | + "Validating an email address is extremely difficult to do correctly. Your server's configuration, as well as your own tolerances and needs, can affect the type of validation needed. We offer different types of validation so that you can control how strict your registration form responds to entered email addresses. If you are receiving too many bogus email addresses, then you can try the WordPress Default validation setting. If you find that the form validation is blocking a valid email address you can try the Basic setting, or if available, the International validation settings.", |
|
17 | + 'event_espresso' |
|
18 | + ); ?> |
|
19 | 19 | </p> |
20 | 20 | <p> |
21 | 21 | <strong><?php esc_html_e('Validation Options:', 'event_espresso'); ?></strong> |
@@ -23,27 +23,27 @@ discard block |
||
23 | 23 | <ul> |
24 | 24 | <li> |
25 | 25 | <?php esc_html_e( |
26 | - '"Basic" - only checks that an email address follows the most basic structure guidelines ( ie: [email protected] ). Will work with the widest range of email addresses but will also allow the most garbage through.', |
|
27 | - 'event_espresso' |
|
28 | - ); ?> |
|
26 | + '"Basic" - only checks that an email address follows the most basic structure guidelines ( ie: [email protected] ). Will work with the widest range of email addresses but will also allow the most garbage through.', |
|
27 | + 'event_espresso' |
|
28 | + ); ?> |
|
29 | 29 | </li> |
30 | 30 | <li> |
31 | 31 | <?php esc_html_e( |
32 | - '"WordPress Default" - uses built in WordPress email validation, but does not support unicode characters (ie: international characters from non-latin based languages).', |
|
33 | - 'event_espresso' |
|
34 | - ); ?> |
|
32 | + '"WordPress Default" - uses built in WordPress email validation, but does not support unicode characters (ie: international characters from non-latin based languages).', |
|
33 | + 'event_espresso' |
|
34 | + ); ?> |
|
35 | 35 | </li> |
36 | 36 | <li> |
37 | 37 | <?php esc_html_e( |
38 | - '"International" - supports unicode characters but may not be supported by all server configurations. Try this first if you need to international language support, but drop back down to "Basic" if your server configuration conflicts.', |
|
39 | - 'event_espresso' |
|
40 | - ); ?> |
|
38 | + '"International" - supports unicode characters but may not be supported by all server configurations. Try this first if you need to international language support, but drop back down to "Basic" if your server configuration conflicts.', |
|
39 | + 'event_espresso' |
|
40 | + ); ?> |
|
41 | 41 | </li> |
42 | 42 | <li> |
43 | 43 | <?php esc_html_e( |
44 | - '"International + DNS Check" - same as "International" but also performs MX and A record DNS checks to verify that the email address domain exists (ie: the portion of the address after the "@"). Can not verify that the local portion of the email address is valid (ie: the first portion of the address before the "@").', |
|
45 | - 'event_espresso' |
|
46 | - ); ?> |
|
44 | + '"International + DNS Check" - same as "International" but also performs MX and A record DNS checks to verify that the email address domain exists (ie: the portion of the address after the "@"). Can not verify that the local portion of the email address is valid (ie: the first portion of the address before the "@").', |
|
45 | + 'event_espresso' |
|
46 | + ); ?> |
|
47 | 47 | </li> |
48 | 48 | </ul> |
49 | 49 | </div> |
@@ -51,21 +51,21 @@ discard block |
||
51 | 51 | <p><strong><?php esc_html_e('reCAPTCHA Information', 'event_espresso'); ?></strong></p> |
52 | 52 | <p> |
53 | 53 | <?php printf( |
54 | - esc_html__( |
|
55 | - '%s helps prevent automated abuse of your site (such as comment spam or bogus registrations) by using a reCAPTCHA to ensure that only humans perform certain actions.', |
|
56 | - 'event_espresso' |
|
57 | - ), |
|
58 | - '<a href="https://www.google.com/recaptcha/intro/index.html" target="_blank" rel="noopener noreferrer">reCAPTCHA</a>' |
|
59 | - ); ?> |
|
54 | + esc_html__( |
|
55 | + '%s helps prevent automated abuse of your site (such as comment spam or bogus registrations) by using a reCAPTCHA to ensure that only humans perform certain actions.', |
|
56 | + 'event_espresso' |
|
57 | + ), |
|
58 | + '<a href="https://www.google.com/recaptcha/intro/index.html" target="_blank" rel="noopener noreferrer">reCAPTCHA</a>' |
|
59 | + ); ?> |
|
60 | 60 | </p> |
61 | 61 | <p> |
62 | 62 | <?php printf( |
63 | - esc_html__( |
|
64 | - 'You must sign up for a free %s account to use it with this plugin. If you already have a reCAPTCHA account enter your "Public" and "Private" keys on this page.', |
|
65 | - 'event_espresso' |
|
66 | - ), |
|
67 | - '<a href="https://www.google.com/recaptcha/admin#createsite" target="_blank" rel="noopener noreferrer">reCAPTCHA</a>' |
|
68 | - ); ?> |
|
63 | + esc_html__( |
|
64 | + 'You must sign up for a free %s account to use it with this plugin. If you already have a reCAPTCHA account enter your "Public" and "Private" keys on this page.', |
|
65 | + 'event_espresso' |
|
66 | + ), |
|
67 | + '<a href="https://www.google.com/recaptcha/admin#createsite" target="_blank" rel="noopener noreferrer">reCAPTCHA</a>' |
|
68 | + ); ?> |
|
69 | 69 | </p> |
70 | 70 | <p><strong><?php esc_html_e('Helpful Information:', 'event_espresso'); ?></strong></p> |
71 | 71 | <ul> |
@@ -82,14 +82,14 @@ discard block |
||
82 | 82 | <p> |
83 | 83 | <strong><?php esc_html_e('Recommendations', 'event_espresso'); ?></strong><br /> |
84 | 84 | <?php esc_html_e( |
85 | - 'To learn more about the options on this page, take a look at the different tabs that appear on the left side of the page.', |
|
86 | - 'event_espresso' |
|
87 | - ); ?> |
|
85 | + 'To learn more about the options on this page, take a look at the different tabs that appear on the left side of the page.', |
|
86 | + 'event_espresso' |
|
87 | + ); ?> |
|
88 | 88 | </p> |
89 | 89 | <p> |
90 | 90 | <strong><?php esc_html_e('Screen Options', 'event_espresso'); ?></strong><br /> |
91 | 91 | <?php esc_html_e( |
92 | - 'You can customize the information that is shown on this page by toggling the Screen Options tab. Then you can add or remove checkmarks to hide or show certain content.', |
|
93 | - 'event_espresso' |
|
94 | - ); ?> |
|
92 | + 'You can customize the information that is shown on this page by toggling the Screen Options tab. Then you can add or remove checkmarks to hide or show certain content.', |
|
93 | + 'event_espresso' |
|
94 | + ); ?> |
|
95 | 95 | </p> |
@@ -7,38 +7,38 @@ discard block |
||
7 | 7 | <p> |
8 | 8 | <strong><?php esc_html_e('Notice', 'event_espresso'); ?></strong><br /> |
9 | 9 | <?php esc_html_e( |
10 | - 'System questions groups may have some options disabled. This is to ensure that your registrations don\'t break from accidental changes.', |
|
11 | - 'event_espresso' |
|
12 | - ); ?> |
|
10 | + 'System questions groups may have some options disabled. This is to ensure that your registrations don\'t break from accidental changes.', |
|
11 | + 'event_espresso' |
|
12 | + ); ?> |
|
13 | 13 | </p> |
14 | 14 | <ul> |
15 | 15 | <li> |
16 | 16 | <strong><?php esc_html_e('Group Name', 'event_espresso'); ?></strong><br /> |
17 | 17 | <?php esc_html_e( |
18 | - 'This is the name (title) of the question group as it will be displayed on the registration form. HTML cannot be used.', |
|
19 | - 'event_espresso' |
|
20 | - ); ?> |
|
18 | + 'This is the name (title) of the question group as it will be displayed on the registration form. HTML cannot be used.', |
|
19 | + 'event_espresso' |
|
20 | + ); ?> |
|
21 | 21 | </li> |
22 | 22 | <li> |
23 | 23 | <strong><?php esc_html_e('Group Identifier', 'event_espresso'); ?></strong><br /> |
24 | 24 | <?php esc_html_e( |
25 | - 'This is a unique name (slug) for this group. It helps you tell the difference between this group and other groups that may appear to be similar. It is not shown to registrants and HTML cannot be used.', |
|
26 | - 'event_espresso' |
|
27 | - ); ?> |
|
25 | + 'This is a unique name (slug) for this group. It helps you tell the difference between this group and other groups that may appear to be similar. It is not shown to registrants and HTML cannot be used.', |
|
26 | + 'event_espresso' |
|
27 | + ); ?> |
|
28 | 28 | </li> |
29 | 29 | <li> |
30 | 30 | <strong><?php esc_html_e('Group Description', 'event_espresso'); ?></strong><br /> |
31 | 31 | <?php esc_html_e( |
32 | - 'This is the description for the question group as it will be shown on the registration form. This can be shown to registrants and HTML is allowed.', |
|
33 | - 'event_espresso' |
|
34 | - ); ?> |
|
32 | + 'This is the description for the question group as it will be shown on the registration form. This can be shown to registrants and HTML is allowed.', |
|
33 | + 'event_espresso' |
|
34 | + ); ?> |
|
35 | 35 | </li> |
36 | 36 | <li> |
37 | 37 | <strong><?php esc_html_e('Question Group Order', 'event_espresso'); ?></strong><br /> |
38 | 38 | <?php esc_html_e( |
39 | - 'Question Groups can be sorted by using the drag and drop feature on the Questions Group page. Another way to sort question groups is to adjust their order of application by using this field. A smaller order of application will be shown first. For example, a question group with an order of application of 1 will appear before one that has an order of application of 5.', |
|
40 | - 'event_espresso' |
|
41 | - ); ?> |
|
39 | + 'Question Groups can be sorted by using the drag and drop feature on the Questions Group page. Another way to sort question groups is to adjust their order of application by using this field. A smaller order of application will be shown first. For example, a question group with an order of application of 1 will appear before one that has an order of application of 5.', |
|
40 | + 'event_espresso' |
|
41 | + ); ?> |
|
42 | 42 | </li> |
43 | 43 | <li> |
44 | 44 | <strong><?php esc_html_e('Show Name', 'event_espresso'); ?></strong><br /> |
@@ -47,29 +47,29 @@ discard block |
||
47 | 47 | <li> |
48 | 48 | <strong><?php esc_html_e('Show Description', 'event_espresso'); ?></strong><br /> |
49 | 49 | <?php esc_html_e( |
50 | - 'Whether the description for the question group be will displayed on the registration form.', |
|
51 | - 'event_espresso' |
|
52 | - ); ?> |
|
50 | + 'Whether the description for the question group be will displayed on the registration form.', |
|
51 | + 'event_espresso' |
|
52 | + ); ?> |
|
53 | 53 | </li> |
54 | 54 | <li> |
55 | 55 | <strong><?php esc_html_e('Questions that appear in this group', 'event_espresso'); ?></strong><br /> |
56 | 56 | <?php esc_html_e( |
57 | - 'This shows all available custom questions. If checked, then that question will appear with this question group. Questions that appear here can also be sorted using drag and drop.', |
|
58 | - 'event_espresso' |
|
59 | - ); ?> |
|
57 | + 'This shows all available custom questions. If checked, then that question will appear with this question group. Questions that appear here can also be sorted using drag and drop.', |
|
58 | + 'event_espresso' |
|
59 | + ); ?> |
|
60 | 60 | </li> |
61 | 61 | </ul> |
62 | 62 | <p> |
63 | 63 | <strong><?php esc_html_e('Recommendations', 'event_espresso'); ?></strong><br /> |
64 | 64 | <?php esc_html_e( |
65 | - 'To learn more about the options on this page, take a look at the different tabs that appear on the left side of the page.', |
|
66 | - 'event_espresso' |
|
67 | - ); ?> |
|
65 | + 'To learn more about the options on this page, take a look at the different tabs that appear on the left side of the page.', |
|
66 | + 'event_espresso' |
|
67 | + ); ?> |
|
68 | 68 | </p> |
69 | 69 | <p> |
70 | 70 | <strong><?php esc_html_e('Screen Options', 'event_espresso'); ?></strong><br /> |
71 | 71 | <?php esc_html_e( |
72 | - 'You can customize the information that is shown on this page by toggling the Screen Options tab. Then you can add or remove checkmarks to hide or show certain content.', |
|
73 | - 'event_espresso' |
|
74 | - ); ?> |
|
72 | + 'You can customize the information that is shown on this page by toggling the Screen Options tab. Then you can add or remove checkmarks to hide or show certain content.', |
|
73 | + 'event_espresso' |
|
74 | + ); ?> |
|
75 | 75 | </p> |
76 | 76 | \ No newline at end of file |
@@ -3,23 +3,23 @@ |
||
3 | 3 | </p> |
4 | 4 | <p> |
5 | 5 | <?php esc_html_e( |
6 | - "This page shows all Question Groups that have been created for Event Espresso. Question Groups allow you to create modular registration forms. Each registration form consists of one or more question groups, and these are allocated on a per event basis.", |
|
7 | - 'event_espresso' |
|
8 | - ); ?> |
|
6 | + "This page shows all Question Groups that have been created for Event Espresso. Question Groups allow you to create modular registration forms. Each registration form consists of one or more question groups, and these are allocated on a per event basis.", |
|
7 | + 'event_espresso' |
|
8 | + ); ?> |
|
9 | 9 | </p> |
10 | 10 | <p> |
11 | 11 | <strong><?php esc_html_e('Recommendations', 'event_espresso'); ?></strong> |
12 | 12 | <br /> |
13 | 13 | <?php esc_html_e( |
14 | - 'To learn more about the options on this page, take a look at the different tabs that appear on the left side of the page.', |
|
15 | - 'event_espresso' |
|
16 | - ); ?> |
|
14 | + 'To learn more about the options on this page, take a look at the different tabs that appear on the left side of the page.', |
|
15 | + 'event_espresso' |
|
16 | + ); ?> |
|
17 | 17 | </p> |
18 | 18 | <p> |
19 | 19 | <strong><?php esc_html_e('Screen Options', 'event_espresso'); ?></strong> |
20 | 20 | <br /> |
21 | 21 | <?php esc_html_e( |
22 | - 'You can customize the information that is shown on this page by toggling the Screen Options tab. Then you can add or remove checkmarks to hide or show certain content.', |
|
23 | - 'event_espresso' |
|
24 | - ); ?> |
|
22 | + 'You can customize the information that is shown on this page by toggling the Screen Options tab. Then you can add or remove checkmarks to hide or show certain content.', |
|
23 | + 'event_espresso' |
|
24 | + ); ?> |
|
25 | 25 | </p> |
26 | 26 | \ No newline at end of file |
@@ -8,34 +8,34 @@ discard block |
||
8 | 8 | <strong><?php esc_html_e('Notice', 'event_espresso'); ?></strong> |
9 | 9 | <br /> |
10 | 10 | <?php esc_html_e( |
11 | - 'System questions may have some options disabled. This is to ensure that your registrations don\'t break from accidental changes.', |
|
12 | - 'event_espresso' |
|
13 | - ); ?> |
|
11 | + 'System questions may have some options disabled. This is to ensure that your registrations don\'t break from accidental changes.', |
|
12 | + 'event_espresso' |
|
13 | + ); ?> |
|
14 | 14 | </p> |
15 | 15 | <ul> |
16 | 16 | <li> |
17 | 17 | <strong><?php esc_html_e('Question Text', 'event_espresso'); ?></strong> |
18 | 18 | <br /> |
19 | 19 | <?php esc_html_e( |
20 | - 'This shows the question as it will be displayed on the registration form. HTML can be used here.', |
|
21 | - 'event_espresso' |
|
22 | - ); ?> |
|
20 | + 'This shows the question as it will be displayed on the registration form. HTML can be used here.', |
|
21 | + 'event_espresso' |
|
22 | + ); ?> |
|
23 | 23 | </li> |
24 | 24 | <li> |
25 | 25 | <strong><?php esc_html_e('Question Label (admin-only)', 'event_espresso'); ?></strong> |
26 | 26 | <br /> |
27 | 27 | <?php esc_html_e( |
28 | - 'This field is only shown to the admin. It is useful for understanding the difference between questions that appear to be similar but are used in various situations. HTML cannot be used.', |
|
29 | - 'event_espresso' |
|
30 | - ); ?> |
|
28 | + 'This field is only shown to the admin. It is useful for understanding the difference between questions that appear to be similar but are used in various situations. HTML cannot be used.', |
|
29 | + 'event_espresso' |
|
30 | + ); ?> |
|
31 | 31 | </li> |
32 | 32 | <li> |
33 | 33 | <strong><?php esc_html_e('Question Order', 'event_espresso'); ?></strong> |
34 | 34 | <br /> |
35 | 35 | <?php esc_html_e( |
36 | - 'Questions are now sorted per question group. To order the questions edit a question group and you can reorder the questions attached to that group.', |
|
37 | - 'event_espresso' |
|
38 | - ); ?> |
|
36 | + 'Questions are now sorted per question group. To order the questions edit a question group and you can reorder the questions attached to that group.', |
|
37 | + 'event_espresso' |
|
38 | + ); ?> |
|
39 | 39 | </li> |
40 | 40 | <li> |
41 | 41 | <strong><?php esc_html_e('Admin-Only Question?', 'event_espresso'); ?></strong> |
@@ -46,17 +46,17 @@ discard block |
||
46 | 46 | <strong><?php esc_html_e('Question Type', 'event_espresso'); ?></strong> |
47 | 47 | <br /> |
48 | 48 | <?php esc_html_e( |
49 | - 'This shows the type of question. Available options are Text, Textarea, Checkboxes, Radio Buttons, Dropdown, State/Province Dropdown, Country Dropdown, Date Picker, and HTML Textarea (allowed tags: a, abbr, acronym, b, br, blockquote ,cite, code, del ,em, i, li, ol, p, q, s, strike, strong, ul).', |
|
50 | - 'event_espresso' |
|
51 | - ); ?> |
|
49 | + 'This shows the type of question. Available options are Text, Textarea, Checkboxes, Radio Buttons, Dropdown, State/Province Dropdown, Country Dropdown, Date Picker, and HTML Textarea (allowed tags: a, abbr, acronym, b, br, blockquote ,cite, code, del ,em, i, li, ol, p, q, s, strike, strong, ul).', |
|
50 | + 'event_espresso' |
|
51 | + ); ?> |
|
52 | 52 | </li> |
53 | 53 | <li> |
54 | 54 | <strong><?php esc_html_e('Answer Options (for applicable question types)', 'event_espresso'); ?></strong> |
55 | 55 | <strong> |
56 | 56 | <?php esc_html_e( |
57 | - 'Values do not allow any HTML, however, descriptions do allow HTML.', |
|
58 | - 'event_espresso' |
|
59 | - ); ?> |
|
57 | + 'Values do not allow any HTML, however, descriptions do allow HTML.', |
|
58 | + 'event_espresso' |
|
59 | + ); ?> |
|
60 | 60 | </strong> |
61 | 61 | </li> |
62 | 62 | <li> |
@@ -68,24 +68,24 @@ discard block |
||
68 | 68 | <strong><?php esc_html_e('Required Text', 'event_espresso'); ?></strong> |
69 | 69 | <br /> |
70 | 70 | <?php esc_html_e( |
71 | - 'This text is displayed when a registrant does not answer a question but is required to do so. The default message will show "this field is required."', |
|
72 | - 'event_espresso' |
|
73 | - ); ?> |
|
71 | + 'This text is displayed when a registrant does not answer a question but is required to do so. The default message will show "this field is required."', |
|
72 | + 'event_espresso' |
|
73 | + ); ?> |
|
74 | 74 | </li> |
75 | 75 | </ul> |
76 | 76 | <p> |
77 | 77 | <strong><?php esc_html_e('Recommendations', 'event_espresso'); ?></strong> |
78 | 78 | <br /> |
79 | 79 | <?php esc_html_e( |
80 | - 'To learn more about the options on this page, take a look at the different tabs that appear on the left side of the page.', |
|
81 | - 'event_espresso' |
|
82 | - ); ?> |
|
80 | + 'To learn more about the options on this page, take a look at the different tabs that appear on the left side of the page.', |
|
81 | + 'event_espresso' |
|
82 | + ); ?> |
|
83 | 83 | </p> |
84 | 84 | <p> |
85 | 85 | <strong><?php esc_html_e('Screen Options', 'event_espresso'); ?></strong> |
86 | 86 | <br /> |
87 | 87 | <?php esc_html_e( |
88 | - 'You can customize the information that is shown on this page by toggling the Screen Options tab. Then you can add or remove checkmarks to hide or show certain content.', |
|
89 | - 'event_espresso' |
|
90 | - ); ?> |
|
88 | + 'You can customize the information that is shown on this page by toggling the Screen Options tab. Then you can add or remove checkmarks to hide or show certain content.', |
|
89 | + 'event_espresso' |
|
90 | + ); ?> |
|
91 | 91 | </p> |
92 | 92 | \ No newline at end of file |
@@ -8,81 +8,81 @@ |
||
8 | 8 | </p> |
9 | 9 | <p> |
10 | 10 | <?php printf( |
11 | - esc_html__('This page allows you to add a new question group for %s.', 'event_espresso'), |
|
12 | - Domain::brandName() |
|
13 | - ); ?> |
|
11 | + esc_html__('This page allows you to add a new question group for %s.', 'event_espresso'), |
|
12 | + Domain::brandName() |
|
13 | + ); ?> |
|
14 | 14 | </p> |
15 | 15 | <ul> |
16 | 16 | <li> |
17 | 17 | <strong><?php esc_html_e('Group Name', 'event_espresso'); ?></strong> |
18 | 18 | <br /> |
19 | 19 | <?php esc_html_e( |
20 | - 'This is the name (title) of the question group as it will be displayed on the registration form. HTML cannot be used.', |
|
21 | - 'event_espresso' |
|
22 | - ); ?> |
|
20 | + 'This is the name (title) of the question group as it will be displayed on the registration form. HTML cannot be used.', |
|
21 | + 'event_espresso' |
|
22 | + ); ?> |
|
23 | 23 | </li> |
24 | 24 | <li> |
25 | 25 | <strong><?php esc_html_e('Group Identifier', 'event_espresso'); ?></strong> |
26 | 26 | <br /> |
27 | 27 | <?php esc_html_e( |
28 | - 'This is a unique name (slug) for this group. It helps you tell the difference between this group and other groups that may appear to be similar. It is not shown to registrants and HTML cannot be used.', |
|
29 | - 'event_espresso' |
|
30 | - ); ?> |
|
28 | + 'This is a unique name (slug) for this group. It helps you tell the difference between this group and other groups that may appear to be similar. It is not shown to registrants and HTML cannot be used.', |
|
29 | + 'event_espresso' |
|
30 | + ); ?> |
|
31 | 31 | </li> |
32 | 32 | <li> |
33 | 33 | <strong><?php esc_html_e('Group Description', 'event_espresso'); ?></strong> |
34 | 34 | <br /> |
35 | 35 | <?php esc_html_e( |
36 | - 'This is the description for the question group as it will be shown on the registration form. This can be shown to registrants and HTML is allowed.', |
|
37 | - 'event_espresso' |
|
38 | - ); ?> |
|
36 | + 'This is the description for the question group as it will be shown on the registration form. This can be shown to registrants and HTML is allowed.', |
|
37 | + 'event_espresso' |
|
38 | + ); ?> |
|
39 | 39 | </li> |
40 | 40 | <li> |
41 | 41 | <strong><?php esc_html_e('Question Group Order', 'event_espresso'); ?></strong> |
42 | 42 | <br /> |
43 | 43 | <?php esc_html_e( |
44 | - 'Question Groups can be sorted by using the drag and drop feature on the Questions Group page. Another way to sort question groups is to adjust their order of application by using this field. A smaller order of application will be shown first. For example, a question group with an order of application of 1 will appear before one that has an order of application of 5.', |
|
45 | - 'event_espresso' |
|
46 | - ); ?> |
|
44 | + 'Question Groups can be sorted by using the drag and drop feature on the Questions Group page. Another way to sort question groups is to adjust their order of application by using this field. A smaller order of application will be shown first. For example, a question group with an order of application of 1 will appear before one that has an order of application of 5.', |
|
45 | + 'event_espresso' |
|
46 | + ); ?> |
|
47 | 47 | </li> |
48 | 48 | <li> |
49 | 49 | <strong><?php esc_html_e('Show Name', 'event_espresso'); ?></strong> |
50 | 50 | <br /> |
51 | 51 | <?php esc_html_e( |
52 | - 'Whether the group name will be displayed on the registration form.', |
|
53 | - 'event_espresso' |
|
54 | - ); ?> |
|
52 | + 'Whether the group name will be displayed on the registration form.', |
|
53 | + 'event_espresso' |
|
54 | + ); ?> |
|
55 | 55 | </li> |
56 | 56 | <li> |
57 | 57 | <strong><?php esc_html_e('Show Description', 'event_espresso'); ?></strong> |
58 | 58 | <br /> |
59 | 59 | <?php esc_html_e( |
60 | - 'Whether the description for the question group be will displayed on the registration form.', |
|
61 | - 'event_espresso' |
|
62 | - ); ?> |
|
60 | + 'Whether the description for the question group be will displayed on the registration form.', |
|
61 | + 'event_espresso' |
|
62 | + ); ?> |
|
63 | 63 | </li> |
64 | 64 | <li> |
65 | 65 | <strong><?php esc_html_e('Questions that appear in this group', 'event_espresso'); ?></strong> |
66 | 66 | <br /> |
67 | 67 | <?php esc_html_e( |
68 | - 'This shows all available custom questions. If checked, then that question will appear with this question group.', |
|
69 | - 'event_espresso' |
|
70 | - ); ?> |
|
68 | + 'This shows all available custom questions. If checked, then that question will appear with this question group.', |
|
69 | + 'event_espresso' |
|
70 | + ); ?> |
|
71 | 71 | </li> |
72 | 72 | </ul> |
73 | 73 | <p> |
74 | 74 | <strong><?php esc_html_e('Recommendations', 'event_espresso'); ?></strong> |
75 | 75 | <br /> |
76 | 76 | <?php esc_html_e( |
77 | - 'To learn more about the options on this page, take a look at the different tabs that appear on the left side of the page.', |
|
78 | - 'event_espresso' |
|
79 | - ); ?> |
|
77 | + 'To learn more about the options on this page, take a look at the different tabs that appear on the left side of the page.', |
|
78 | + 'event_espresso' |
|
79 | + ); ?> |
|
80 | 80 | </p> |
81 | 81 | <p> |
82 | 82 | <strong><?php esc_html_e('Screen Options', 'event_espresso'); ?></strong> |
83 | 83 | <br /> |
84 | 84 | <?php esc_html_e( |
85 | - 'You can customize the information that is shown on this page by toggling the Screen Options tab. Then you can add or remove checkmarks to hide or show certain content.', |
|
86 | - 'event_espresso' |
|
87 | - ); ?> |
|
85 | + 'You can customize the information that is shown on this page by toggling the Screen Options tab. Then you can add or remove checkmarks to hide or show certain content.', |
|
86 | + 'event_espresso' |
|
87 | + ); ?> |
|
88 | 88 | </p> |
89 | 89 | \ No newline at end of file |
@@ -8,15 +8,15 @@ |
||
8 | 8 | <strong><?php esc_html_e('Recommendations', 'event_espresso'); ?></strong> |
9 | 9 | <br /> |
10 | 10 | <?php esc_html_e( |
11 | - 'To learn more about the options on this page, take a look at the different tabs that appear on the left side of the page.', |
|
12 | - 'event_espresso' |
|
13 | - ); ?> |
|
11 | + 'To learn more about the options on this page, take a look at the different tabs that appear on the left side of the page.', |
|
12 | + 'event_espresso' |
|
13 | + ); ?> |
|
14 | 14 | </p> |
15 | 15 | <p> |
16 | 16 | <strong><?php esc_html_e('Screen Options', 'event_espresso'); ?></strong> |
17 | 17 | <br /> |
18 | 18 | <?php esc_html_e( |
19 | - 'You can customize the information that is shown on this page by toggling the Screen Options tab. Then you can add or remove checkmarks to hide or show certain content and even adjust the pagination for questions.', |
|
20 | - 'event_espresso' |
|
21 | - ); ?> |
|
19 | + 'You can customize the information that is shown on this page by toggling the Screen Options tab. Then you can add or remove checkmarks to hide or show certain content and even adjust the pagination for questions.', |
|
20 | + 'event_espresso' |
|
21 | + ); ?> |
|
22 | 22 | </p> |
23 | 23 | \ No newline at end of file |
@@ -11,121 +11,121 @@ |
||
11 | 11 | <p><strong><?php esc_html_e('Message Template Editor', 'event_espresso'); ?></strong></p> |
12 | 12 | <p> |
13 | 13 | <?php esc_html_e( |
14 | - 'Here are a few things that you should know about the Message Template Editor:', |
|
15 | - 'event_espresso' |
|
16 | - ); ?> |
|
14 | + 'Here are a few things that you should know about the Message Template Editor:', |
|
15 | + 'event_espresso' |
|
16 | + ); ?> |
|
17 | 17 | </p> |
18 | 18 | <p><strong><?php esc_html_e('1. The Event Editor Title', 'event_espresso'); ?></strong></p> |
19 | 19 | <p><?php echo esc_html($img1); ?></p> |
20 | 20 | <p> |
21 | 21 | <?php printf( |
22 | - esc_html__( |
|
23 | - 'The Event Editor title is very helpful in indicating which template you are currently editing. In the example above, we can see that we are editing the template that for the %1$sEmail%2$s messenger, the %1$sPayment%2$s message type, and the %1$sEvent Admin%2$s context (which for this message type means "recipient").', |
|
24 | - 'event_espresso' |
|
25 | - ), |
|
26 | - '<strong>', |
|
27 | - '</strong>' |
|
28 | - ); ?> |
|
22 | + esc_html__( |
|
23 | + 'The Event Editor title is very helpful in indicating which template you are currently editing. In the example above, we can see that we are editing the template that for the %1$sEmail%2$s messenger, the %1$sPayment%2$s message type, and the %1$sEvent Admin%2$s context (which for this message type means "recipient").', |
|
24 | + 'event_espresso' |
|
25 | + ), |
|
26 | + '<strong>', |
|
27 | + '</strong>' |
|
28 | + ); ?> |
|
29 | 29 | </p> |
30 | 30 | <p><strong><?php esc_html_e('2. "Context Switcher" and Preview Button', 'event_espresso'); ?></strong></p> |
31 | 31 | <p><?php echo esc_html($img2); ?></p> |
32 | 32 | <p> |
33 | 33 | <?php esc_html_e( |
34 | - 'The context switcher allows you to quickly switch between templates. The current context you are working on is displayed in the dropdown. You can switch to any other template for contexts available to the messenger and message type template group you are working on.', |
|
35 | - 'event_espresso' |
|
36 | - ); ?> |
|
34 | + 'The context switcher allows you to quickly switch between templates. The current context you are working on is displayed in the dropdown. You can switch to any other template for contexts available to the messenger and message type template group you are working on.', |
|
35 | + 'event_espresso' |
|
36 | + ); ?> |
|
37 | 37 | </p> |
38 | 38 | <p> |
39 | 39 | <?php esc_html_e( |
40 | - 'Remember that contexts can represent different things. In this example they represent "recipients" and so they are labelled as such. In this example (for email payment confirmations), you may want Event Administrators to receive different information than Primary Registrants (the other context available to edit).', |
|
41 | - 'event_espresso' |
|
42 | - ); ?> |
|
40 | + 'Remember that contexts can represent different things. In this example they represent "recipients" and so they are labelled as such. In this example (for email payment confirmations), you may want Event Administrators to receive different information than Primary Registrants (the other context available to edit).', |
|
41 | + 'event_espresso' |
|
42 | + ); ?> |
|
43 | 43 | </p> |
44 | 44 | <p> |
45 | 45 | <?php printf( |
46 | - esc_html__( |
|
47 | - 'The %sPreview%s button is simply a link to a special view of the current template displayed to give you an idea of how the actual message will look when delivered. More information on what the preview displays is available in the content of the help tab on the preview page.', |
|
48 | - 'event_espresso' |
|
49 | - ), |
|
50 | - '<strong>', |
|
51 | - '</strong>' |
|
52 | - ); ?> |
|
46 | + esc_html__( |
|
47 | + 'The %sPreview%s button is simply a link to a special view of the current template displayed to give you an idea of how the actual message will look when delivered. More information on what the preview displays is available in the content of the help tab on the preview page.', |
|
48 | + 'event_espresso' |
|
49 | + ), |
|
50 | + '<strong>', |
|
51 | + '</strong>' |
|
52 | + ); ?> |
|
53 | 53 | </p> |
54 | 54 | <p><strong><?php esc_html_e('3. Template Form Fields', 'event_espresso'); ?></strong></p> |
55 | 55 | <p> |
56 | 56 | <?php |
57 | - echo esc_html($img3); |
|
58 | - esc_html_e( |
|
59 | - 'The middle area of the page is dedicated to all the fields related to the message template. These fields are dynamic in the sense that different messengers may require different fields (and sometimes different message types will add or subtract fields as well.', |
|
60 | - 'event_espresso' |
|
61 | - ); |
|
62 | - ?> |
|
57 | + echo esc_html($img3); |
|
58 | + esc_html_e( |
|
59 | + 'The middle area of the page is dedicated to all the fields related to the message template. These fields are dynamic in the sense that different messengers may require different fields (and sometimes different message types will add or subtract fields as well.', |
|
60 | + 'event_espresso' |
|
61 | + ); |
|
62 | + ?> |
|
63 | 63 | </p> |
64 | 64 | <p> |
65 | 65 | <?php printf( |
66 | - esc_html__( |
|
67 | - 'When editing a "Email Payment Template", you will notice that there is a field labelled "Event List" along with "Main Content". The Event List field is a special field that holds the template for whenever the %1$s[EVENT_LIST]%2$s shortcode is used in the "Main Content" field. This is so you can more finely control how each "event" in the event list displays when shown in the Main content. The "Email Registration Template", has an additional field called "Registration List". It functions much the same except that the contents of the "Registration List" field are used to indicate how each registrant is listed in the Main Content when the %1$s[ATTENDEE_LIST]%2$s shortcode is parsed.', |
|
68 | - 'event_espresso' |
|
69 | - ), |
|
70 | - '<strong>', |
|
71 | - '</strong>' |
|
72 | - ); ?> |
|
66 | + esc_html__( |
|
67 | + 'When editing a "Email Payment Template", you will notice that there is a field labelled "Event List" along with "Main Content". The Event List field is a special field that holds the template for whenever the %1$s[EVENT_LIST]%2$s shortcode is used in the "Main Content" field. This is so you can more finely control how each "event" in the event list displays when shown in the Main content. The "Email Registration Template", has an additional field called "Registration List". It functions much the same except that the contents of the "Registration List" field are used to indicate how each registrant is listed in the Main Content when the %1$s[ATTENDEE_LIST]%2$s shortcode is parsed.', |
|
68 | + 'event_espresso' |
|
69 | + ), |
|
70 | + '<strong>', |
|
71 | + '</strong>' |
|
72 | + ); ?> |
|
73 | 73 | </p> |
74 | 74 | <div style="clear:both"></div> |
75 | 75 | <p><strong><?php esc_html_e('4. Valid Shortcodes Metabox', 'event_espresso'); ?></strong></p> |
76 | 76 | <p> |
77 | 77 | <?php |
78 | - echo esc_html($img4); |
|
79 | - esc_html_e( |
|
80 | - 'The "Valid Shortcodes" metabox contains a list of all the shortcodes that can be used for the displayed template. This list is dynamic and will vary between templates.', |
|
81 | - 'event_espresso' |
|
82 | - ); |
|
83 | - ?> |
|
78 | + echo esc_html($img4); |
|
79 | + esc_html_e( |
|
80 | + 'The "Valid Shortcodes" metabox contains a list of all the shortcodes that can be used for the displayed template. This list is dynamic and will vary between templates.', |
|
81 | + 'event_espresso' |
|
82 | + ); |
|
83 | + ?> |
|
84 | 84 | </p> |
85 | 85 | <p> |
86 | 86 | <?php esc_html_e( |
87 | - 'This box is at a fixed height, but contents are scrollable. You can click the question mark to find out what the given shortcode will parse to when used in your template.', |
|
88 | - 'event_espresso' |
|
89 | - ); ?> |
|
87 | + 'This box is at a fixed height, but contents are scrollable. You can click the question mark to find out what the given shortcode will parse to when used in your template.', |
|
88 | + 'event_espresso' |
|
89 | + ); ?> |
|
90 | 90 | </p> |
91 | 91 | <p> |
92 | 92 | <?php printf( |
93 | - esc_html__( |
|
94 | - '%sAn important note:%s The system has been designed so that when you save the template, checks will be performed on each field to make sure that only valid shortcodes (or values) are used within them. You will get a warning box with clear instructions if you\'ve tried to use a particular shortcode in a field that does not support it. Also, you\'ll want to try the Preview button if you\'ve made any changes to the template to see if the changes are as you expected!', |
|
95 | - 'event_espresso' |
|
96 | - ), |
|
97 | - '<strong>', |
|
98 | - '</strong>' |
|
99 | - ); ?> |
|
93 | + esc_html__( |
|
94 | + '%sAn important note:%s The system has been designed so that when you save the template, checks will be performed on each field to make sure that only valid shortcodes (or values) are used within them. You will get a warning box with clear instructions if you\'ve tried to use a particular shortcode in a field that does not support it. Also, you\'ll want to try the Preview button if you\'ve made any changes to the template to see if the changes are as you expected!', |
|
95 | + 'event_espresso' |
|
96 | + ), |
|
97 | + '<strong>', |
|
98 | + '</strong>' |
|
99 | + ); ?> |
|
100 | 100 | </p> |
101 | 101 | <div style="clear:both"></div> |
102 | 102 | <p><strong><?php esc_html_e('5. Override All Custom', 'event_espresso'); ?></strong></p> |
103 | 103 | <p> |
104 | 104 | <?php |
105 | - echo esc_html($img5); |
|
106 | - printf( |
|
107 | - esc_html__( |
|
108 | - 'When you are editing a template that is a global template (not a custom event template), you\'ll see an option in the Publish metabox in the right column labelled "Override all custom". When this option is selected, custom event templates for that %1$smessenger%2$s, %1$smessage type%2$s, and %1$scontext%2$s will be ignored and the global template will be used. Why would you want to do this? For this given example, you may want to be able to allow custom event templates to be able to modify the looks and content of what goes out to Primary Registrant but to never affect what the Event Administrator receives (as set by the global template).', |
|
109 | - 'event_espresso' |
|
110 | - ), |
|
111 | - '<em>', |
|
112 | - '</em>' |
|
113 | - ); |
|
114 | - ?> |
|
105 | + echo esc_html($img5); |
|
106 | + printf( |
|
107 | + esc_html__( |
|
108 | + 'When you are editing a template that is a global template (not a custom event template), you\'ll see an option in the Publish metabox in the right column labelled "Override all custom". When this option is selected, custom event templates for that %1$smessenger%2$s, %1$smessage type%2$s, and %1$scontext%2$s will be ignored and the global template will be used. Why would you want to do this? For this given example, you may want to be able to allow custom event templates to be able to modify the looks and content of what goes out to Primary Registrant but to never affect what the Event Administrator receives (as set by the global template).', |
|
109 | + 'event_espresso' |
|
110 | + ), |
|
111 | + '<em>', |
|
112 | + '</em>' |
|
113 | + ); |
|
114 | + ?> |
|
115 | 115 | </p> |
116 | 116 | <p> |
117 | 117 | <strong><?php esc_html_e('Recommendations', 'event_espresso'); ?></strong> |
118 | 118 | <br /> |
119 | 119 | <?php esc_html_e( |
120 | - 'To learn more about the options on this page, take a look at the different tabs that appear on the left side of the page.', |
|
121 | - 'event_espresso' |
|
122 | - ); ?> |
|
120 | + 'To learn more about the options on this page, take a look at the different tabs that appear on the left side of the page.', |
|
121 | + 'event_espresso' |
|
122 | + ); ?> |
|
123 | 123 | </p> |
124 | 124 | <p> |
125 | 125 | <strong><?php esc_html_e('Screen Options', 'event_espresso'); ?></strong> |
126 | 126 | <br /> |
127 | 127 | <?php esc_html_e( |
128 | - 'You can customize the information that is shown on this page by toggling the Screen Options tab. Then you can add or remove checkmarks to hide or show certain content.', |
|
129 | - 'event_espresso' |
|
130 | - ); ?> |
|
128 | + 'You can customize the information that is shown on this page by toggling the Screen Options tab. Then you can add or remove checkmarks to hide or show certain content.', |
|
129 | + 'event_espresso' |
|
130 | + ); ?> |
|
131 | 131 | </p> |
132 | 132 | \ No newline at end of file |
@@ -3,23 +3,23 @@ |
||
3 | 3 | </p> |
4 | 4 | <p> |
5 | 5 | <?php esc_html_e( |
6 | - 'On its first activation, Event Espresso will automatically setup the core messenger (email) and message types (registration and payment).', |
|
7 | - 'event_espresso' |
|
8 | - ); ?> |
|
6 | + 'On its first activation, Event Espresso will automatically setup the core messenger (email) and message types (registration and payment).', |
|
7 | + 'event_espresso' |
|
8 | + ); ?> |
|
9 | 9 | </p> |
10 | 10 | <p> |
11 | 11 | <strong><?php esc_html_e('Recommendations', 'event_espresso'); ?></strong> |
12 | 12 | <br /> |
13 | 13 | <?php esc_html__( |
14 | - 'To learn more about the options on this page, take a look at the different tabs that appear on the left side of the page.', |
|
15 | - 'event_espresso' |
|
16 | - ); ?> |
|
14 | + 'To learn more about the options on this page, take a look at the different tabs that appear on the left side of the page.', |
|
15 | + 'event_espresso' |
|
16 | + ); ?> |
|
17 | 17 | </p> |
18 | 18 | <p> |
19 | 19 | <strong><?php esc_html_e('Screen Options', 'event_espresso'); ?></strong> |
20 | 20 | <br /> |
21 | 21 | <?php esc_html_e( |
22 | - 'You can customize the information that is shown on this page by toggling the Screen Options tab. Then you can add or remove checkmarks to hide or show certain content.', |
|
23 | - 'event_espresso' |
|
24 | - ); ?> |
|
22 | + 'You can customize the information that is shown on this page by toggling the Screen Options tab. Then you can add or remove checkmarks to hide or show certain content.', |
|
23 | + 'event_espresso' |
|
24 | + ); ?> |
|
25 | 25 | </p> |
26 | 26 | \ No newline at end of file |
@@ -3,26 +3,26 @@ |
||
3 | 3 | </p> |
4 | 4 | <p> |
5 | 5 | <?php printf( |
6 | - esc_html__( |
|
7 | - 'The Messages system is used by Event Espresso to prepare messages for different uses (Message Types) and these messages are delivered by different Messengers. %1$sThis framework offers a large amount of flexibility. This page shows message templates that have been created with Event Espresso and are currently enable for at least one event.', |
|
8 | - 'event_espresso' |
|
9 | - ), |
|
10 | - '<br />' |
|
11 | - ); ?> |
|
6 | + esc_html__( |
|
7 | + 'The Messages system is used by Event Espresso to prepare messages for different uses (Message Types) and these messages are delivered by different Messengers. %1$sThis framework offers a large amount of flexibility. This page shows message templates that have been created with Event Espresso and are currently enable for at least one event.', |
|
8 | + 'event_espresso' |
|
9 | + ), |
|
10 | + '<br />' |
|
11 | + ); ?> |
|
12 | 12 | </p> |
13 | 13 | <p> |
14 | 14 | <strong><?php esc_html_e('Recommendations', 'event_espresso'); ?></strong> |
15 | 15 | <br /> |
16 | 16 | <?php esc_html_e( |
17 | - 'To learn more about the options on this page, take a look at the different tabs that appear on the left side of the page.', |
|
18 | - 'event_espresso' |
|
19 | - ); ?> |
|
17 | + 'To learn more about the options on this page, take a look at the different tabs that appear on the left side of the page.', |
|
18 | + 'event_espresso' |
|
19 | + ); ?> |
|
20 | 20 | </p> |
21 | 21 | <p> |
22 | 22 | <strong><?php esc_html_e('Screen Options', 'event_espresso'); ?></strong> |
23 | 23 | <br /> |
24 | 24 | <?php esc_html_e( |
25 | - 'You can customize the information that is shown on this page by toggling the Screen Options tab. Then you can add or remove checkmarks to hide or show certain content and even adjust the pagination for message templates.', |
|
26 | - 'event_espresso' |
|
27 | - ); ?> |
|
25 | + 'You can customize the information that is shown on this page by toggling the Screen Options tab. Then you can add or remove checkmarks to hide or show certain content and even adjust the pagination for message templates.', |
|
26 | + 'event_espresso' |
|
27 | + ); ?> |
|
28 | 28 | </p> |
29 | 29 | \ No newline at end of file |