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/control-panel/utilities/communicate.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,6 @@ Email can be sent in plain text or HTML format, and supported email sending prot
26
26
27
27
This section of the Control Panel shows a table of all the previously sent emails. It lists the email title (subject), when it was sent, number of recipients, a re-send link, and a delete checkbox.
28
28
29
-
You can view the text of email previously sent by clicking on "view" icon, and have it used as template for new message by clicking "resend" icon.
29
+
You can view the text of email previously sent by clicking on the "view" icon, or you can use it as a template for a new message by clicking the "resend" icon.
TIP: **Tip:** To quickly access this section, press `Ctrl / cmd` + `J` to invoke Jump Menu and pick "Cache Manager"
22
+
TIP: **Tip:** To quickly access this section, press `Ctrl / cmd` + `J` to invoke the Jump Menu and pick "Cache Manager"
23
23
24
24
## Search Reindex
25
25
@@ -31,11 +31,11 @@ Search reindexing refreshes the searchable words stored by Grid and Fluid fields
31
31
- the search settings for columns in a Grid field change
32
32
- fields are removed from a Fluid field
33
33
- the Search and Replace tool acted on a Grid or Fluid field
34
-
- new Toggle field added
34
+
-a new Toggle field was added
35
35
36
36
This tool will cycle through all Channel Entries that have a Grid or Fluid field assigned to them and re-index the entry data in those fields.
37
37
38
-
ExpressinEngine is capable of determining whether updating search indexes is needed in most of the cases.
38
+
ExpressionEngine is capable of determining whether updating search indexes is needed in most cases.
39
39
40
40
## Sync Conditional Fields
41
41
@@ -55,7 +55,7 @@ NOTE: **Note:** You can also use `php eecli.php sync:conditional-fields` [CLI co
55
55
56
56
NOTE: **Note:** This utility is only needed for sites that have been upgraded from ExpressionEngine versions below 7 and generally only needs to be run one.
57
57
58
-
Run this utility to convert all files stored in the database from sites previous to ExpressionEngine 7 to the new ExpressionEngine 7 file format. This must be completed before newer File Manager features may be used.
58
+
Run this utility to convert all files stored in the database from sites previous to ExpressionEngine 7 to the new ExpressionEngine 7 file format. This must be completed before newer File Manager features may be used.
59
59
60
60
It is recommended that you make sure all installed add-ons are compatible with ExpressionEngine 7 and newer, and that you have made a backup of your database before running the utility.
61
61
@@ -81,9 +81,9 @@ This section of the Control Panel allows you to search for text within your site
81
81
-**Site Preferences**: Select a site to search and replace text within the site's preferences (including such prefs as those for Channels and Upload Directories).
82
82
-**Channel Entry Titles**: Select this to search and replace text within the entry titles.
83
83
-**Channel Fields**: Under this heading, each of the available [Fields](control-panel/field-manager/field-manager-settings.md) is listed.
84
-
-**Templates**: Select this to search and replace text within all of your Templates, or in certains template groups.
85
-
-**Template Partials**
86
-
-**Template Variables**
87
-
-**System Templates**
84
+
-**Templates**: Select this to search and replace text within all of your Templates, or in certain template groups.
85
+
-**Template Partials**: Select this to search and replace text within reusable dynamic Template Partials.
86
+
-**Template Variables**: Select this to search and replace text within static Template Variables.
87
+
-**System Templates**: Select this to search and replace text within System Templates.
88
88
89
89

This section of the Control Panel allows you to manage your database. The main SQL Manager screen shows a table of your basic database information and list of tables.
26
+
This section of the Control Panel allows you to manage your database. The main SQL Manager screen shows a table of your basic database information and a list of tables.
27
27
28
-
By selecting checkbox next to the table and picking the option from dropdown at the bottom the tables can be optimized or repaired, if necessary.
28
+
By selecting the checkbox next to a table and picking an option from the dropdown at the bottom a table can be optimized or repaired, if necessary.
29
29
30
-
Click the eye icon to browse the table. From there, you can search the table for the content you're interested in.
30
+
Click the "eye" icon to browse the table. From there, you can search the table for the content you are interested in viewing.
TIP: **Tip:** If you want to temporary disable _all_ extensions, you can set `$config['allow_extensions'] = 'y';`[configuration override](general/system-configuration-overrides.md#allow_extensions) in `config.php` file.
30
+
TIP: **Tip:** If you want to temporary disable _all_ extensions, you can set `$config['allow_extensions'] = 'n';`[configuration override](general/system-configuration-overrides.md#allow_extensions) in `config.php` file.
0 commit comments