You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/advanced-usage/env-support.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,9 +73,9 @@ $config['show_ee_news'] = 'y';
73
73
74
74
## MSM Example
75
75
76
-
If your ExpressionEngine installation is hosting multiple sites, you can specify different values for MSM sites configuiration by using site short name as prefix.
76
+
If your ExpressionEngine installation is hosting multiple sites, you can specify different values for MSM sites configuration by using site short name as prefix.
77
77
78
-
Th site short name can be accessed in the code using `$GLOBALS['assign_to_config']['site_name']` variable.
78
+
The site short name can be accessed in the code using `$GLOBALS['assign_to_config']['site_name']` variable.
79
79
80
80
The below example demonstrates this approach, assuming you have 2 MSM sites with short names of `default_site` and `second_site`
Copy file name to clipboardExpand all lines: docs/installation/changelog.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,13 +31,13 @@
31
31
- Resolved [#2107](https://github.com/ExpressionEngine/ExpressionEngine/issues/2107) where Cookie Consents were not fully installed when updating from EE2
32
32
- Resolved [#2439](https://github.com/ExpressionEngine/ExpressionEngine/issues/2439) where channel form CSS link was returning 404 error
33
33
- Resolved [#2532](https://github.com/ExpressionEngine/ExpressionEngine/issues/2532) where Edit Profile form could show error when used on same page with channel entries tag
34
-
- Resolved issue where calculating file usage could show PHP error if some upload destination was missing
34
+
- Resolved issue where calculating file usage could show a PHP error if some upload destinations were missing
35
35
- Resolved [#2525](https://github.com/ExpressionEngine/ExpressionEngine/issues/2525) where using `channel="not ..."` parameter was returning no results on `{exp:channel:entries}`
36
36
- Resolved [#2497](https://github.com/ExpressionEngine/ExpressionEngine/issues/2361) where `categories` parameter did not work on relationship `siblings` and `parents` tags
37
-
- Resolved [#2505](https://github.com/ExpressionEngine/ExpressionEngine/issues/2505) where Stats module could show PHP error when using PHP 8.1
37
+
- Resolved [#2505](https://github.com/ExpressionEngine/ExpressionEngine/issues/2505) where Stats module could show a PHP error when using PHP 8.1
38
38
- Resolved [#2550](https://github.com/ExpressionEngine/ExpressionEngine/issues/2550) where Pro Search did not store IPv6 addresses correctly
39
39
- Resolved [#2432](https://github.com/ExpressionEngine/ExpressionEngine/issues/2432) where some Structure queries were slow on large websites
40
-
- Resolved bug with create generic migration in CLI
40
+
- Resolved bug when creating generic migrations using the CLI
Copy file name to clipboardExpand all lines: docs/member/registration.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,21 +31,21 @@ NOTE: **Important:** In order for site visitors to be allowed to register for ac
31
31
32
32
primary_role="7"
33
33
34
-
This parameter allows you to specify the primary role to assign the new member, overrideing the default member setting.
34
+
This parameter allows you to specify the primary role to assign the new member, overriding the default member setting.
35
35
36
36
### `primary_role=`
37
37
38
38
primary_role="6"
39
39
40
-
The primary role that will be assigned to registered member. If omited, the default role will be assigned.
40
+
The primary role that will be assigned to registered member. If omitted, the default role will be assigned.
41
41
42
42
### `error_handling="inline"`
43
43
error_handling="inline"
44
44
45
-
This parameter allows you to use inline errors in your registration form. The errors can be displayed using `{error:field_name}`name where `field_name` would need to be replaced with the name of the field that has error, as used to compose the form.
45
+
This parameter allows you to use inline errors in your registration form. The errors can be displayed using the `{error:field_name}`tag where `field_name` would need to be replaced with the name of the field that has an error, as used to compose the form.
46
46
47
47
## Form Inputs
48
-
NOTE: Be sure to include the required Javascript and CSS to use the native [Password Validation](member/password-validation.md).
48
+
NOTE: Be sure to include the required JavaScript and CSS to use the native [Password Validation](member/password-validation.md).
0 commit comments