Skip to content

Commit 2c502be

Browse files
authored
Merge pull request #845 from ExpressionEngine/feature/ttt
Feature/ttt
2 parents 901f255 + ff66ae9 commit 2c502be

File tree

12 files changed

+91
-2
lines changed

12 files changed

+91
-2
lines changed

docs/control-panel/channels.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,12 @@ The Publish/Edit page can be customized, with the layout saved per member role,
150150

151151
**Control Panel Location: `Developer > Channels > Layouts > New/Edit`**
152152

153+
Tip: Side by Side Fields Using Layouts
154+
<div class="video-wrapper">
155+
<iframe src="https://www.youtube.com/embed/B7HvEKOF7gU?si=y4q_45V1bcZIEKa_" title="Side by Side Field Layout in ExpressionEngine" width="1920" height="1080" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
156+
</div>
157+
158+
153159
This section of the control panel is where channel layouts are created or edited.
154160

155161
Editors in a member role will see the Publish / Edit entry page in accordance with the assigned publish layout for that channel.

docs/control-panel/field-manager/field-manager-settings.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,18 @@ This section of the Control Panel is where custom fields are created, edited and
1717

1818
![](_images/cp-field-manager.png)
1919

20+
Tip: How to Find Where a Field Is Used
21+
<div class="video-wrapper">
22+
<iframe src="https://www.youtube.com/embed/vXbm9aoOQXU?si=VoUJjU-9gvsNKHT7" title="How to Determine Where Channel Fields are Used in ExpressionEngine" width="1920" height="1080" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
23+
</div>
24+
25+
For more ways to see how fields relate to entries, see the [Show Fields on Publish](control-panel/member-manager.md) option in the member role settings.
26+
2027
## Create/Edit Field
2128

2229
**Control Panel Location: `Developer > Fields > New/Edit Field`**
2330

31+
2432
This section of the control panel allows you to create and edit [Fields](/fieldtypes/overview.md) to be used in channel entries.
2533

2634
Visit the [**Create/Edit Field**](control-panel/field-manager/edit-field.md) page for detailed information.
@@ -34,6 +42,12 @@ This section allows you to create and edit field groups. Field Groups are collec
3442

3543
The field group details and assigned fields can be edited by clicking pencil icon next to field group name.
3644

45+
Tip: An Overlooked Way to Order Fields
46+
<div class="video-wrapper">
47+
<iframe src="https://www.youtube.com/embed/V19lwKciDDU?si=kbmd8xvwT2YjlZb0" title="An Overlooked Way to Order Fields" width="1920" height="1080" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
48+
</div>
49+
50+
3751
Clicking on the group name will show the list of fields assigned to this group.
3852

3953
Fields groups have following properties:

docs/control-panel/file-manager/file-edit.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,9 @@ Note that the changes will only be applied when you save the changes. Only one t
5757

5858
## File Usage
5959

60+
Tip: How to Find Where a File is Used
61+
<div class="video-wrapper">
62+
<iframe src="https://www.youtube.com/embed/Mydsecio160?si=whTT7Vc-vqctsH2Y" title="How to find out where a file is used in ExpressionEngine" width="1920" height="1080" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
63+
</div>
64+
6065
This tab shows the list of entries where the file is being used in fieldtype (File, File Grid, Fluid, Textarea, RTE) and categories where the file is being used as a Category Image.

docs/control-panel/file-manager/file-manager.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,11 @@ WARN:**Note** that exporting can be time and resource consuming.
184184

185185
WARN:**Note:** Compatibility Mode is enabled by default for sites upgraded from older ExpressionEngine versions.
186186

187+
Tip: How to Turn off File Manager Compatibility Mode
188+
<div class="video-wrapper">
189+
<iframe src="https://www.youtube.com/embed/V1sRqz-b83k?si=0YrmOgxxcfhbWl_L" title="Turn off File Manager Compatibility Mode in ExpressionEngine" width="1920" height="1080" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
190+
</div>
191+
187192
ExpressionEngine 7+ stores files in the database differently then previous versions (using `{file:XX:url}` format instead of `{filedir_X}filename.ext`). This enables ExpressionEngine to provide a more powerful overall experience with files, such as storing files in subfolders, moving files to different locations, and collecting file usage data.
188193

189194
ExpressionEngine will still parse the `{filedir_X}` tags in templates or channel entries. However, third-party add-ons that parse file data on their own may not be compatible with the `{file:XX:url}` syntax, causing issues. In order to prevent a bad user experience, users can enable Compatibility Mode for the sites that are upgraded from earlier versions. If you know all installed add-ons are compatible with the new file format, you can run the Update File Usage (found in Tools-> Utilities-> Update File Usage) and then disable Compatibility Mode from the [Content & Design settings](/control-panel/settings/content-design.md#run-file-manager-in-compatibility-mode).

docs/control-panel/member-manager.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,33 @@ The role settings are grouped into the following tabs.
6868

6969
#### Role tab
7070

71-
This tab contains the generic settings for the role, including name, description, color label and security preferences (such as requiring MFA). You can also assign the role to Role Groups on this tab.
71+
This tab contains the generic settings for the role. You can also assign the role to Role Groups on this tab.
72+
73+
- **Name** -- The display name of the role.
74+
75+
- **Short Name** -- The role shortname, used in tags and conditionals.
76+
77+
- **Description** -- A brief description of the role, available for output as a member variables ``{primary_role_description}``
78+
79+
- **Highlight Color** -- Color for this role badge.
80+
81+
- **Require Multi-Factor Authentication** -- Requires [Multi-Factor Authentication](member/mfa.md) for all members in the role.
82+
83+
- **Include members in: author/member lists.**
84+
-- Roles included in the author list are available in the author select field on the entry publish/edit page for any channel the role has permission to publish in.
85+
-- Roles included in the member lists are available to display in the [member list tag](member/memberlist.md).
86+
87+
- **Security Lock** -- If enabled, only Super Admin users can add or remove members to the role.
88+
89+
- **Role Groups** -- Assign the role to [role groups](control-panel/member-manager.md#role-groups).
90+
91+
- **Show field names on Publish** -- Enables the display of the field tags on the entry publish/edit page. This option is only available to the Super Admin role.
92+
93+
Tip: Hide and Show Field Short Names in the Publish Area
94+
<div class="video-wrapper">
95+
<iframe src="https://www.youtube.com/embed/ai2-OiI9iDc?si=-0ox0OSj37V5EcFv" title="Hide and Show Field Short names in the ExpressionEngine publish area" width="1920" height="1080" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
96+
</div>
97+
7298

7399
#### Website Access tab
74100

docs/control-panel/member-profile.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,4 +138,9 @@ Each member may also specify their own HTML Formatting buttons. These buttons ar
138138

139139
**Control Panel Location: `Members > Profile > Quick Links`**
140140

141+
Tip: What are Quick Links
142+
<div class="video-wrapper">
143+
<iframe src="https://www.youtube.com/embed/8M_ezoBrz2g?si=6Qdssal6Aq5AeV23" title="What are Quick Links in ExpressionEngine" width="1920" height="1080" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
144+
</div>
145+
141146
Use this page to add personal links to the quick links menu in the control panel nav bar. These links will be visible only to you.

docs/control-panel/settings/branding.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313

1414
![Pro Branding Settings](/_images/pro_branding_settings.png)
1515

16+
Tip: Add Branding to your ExpressionEngine Install
17+
<div class="video-wrapper">
18+
<iframe src="https://www.youtube.com/embed/5tfVPzDGNOU?si=M4J3crYGfqrOavWZ" title="Add Branding to your ExpressionEngine Install" width="1920" height="1080" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
19+
</div>
20+
1621
## **Logo to show on login screen**
1722
This settings allows you to upload an image that will be shown when users log in to the control panel. The recommendation is that the image is no more than 400px in width.
1823

docs/control-panel/template-manager.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,11 @@ Global Variables can contain text, HTML, javascript, etc. but cannot contain PHP
232232

233233
**Control Panel Location: `Developer > Templates > New/Edit`**
234234

235+
Tip: Custom Ordering Template Groups
236+
<div class="video-wrapper">
237+
<iframe src="https://www.youtube.com/embed/9SExELl2AX0?" title="Custom Ordering ExpressionEngine Template Groups" width="1920" height="1080" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
238+
</div>
239+
235240
This section of the Control Panel allows you to create or edit a template group.
236241

237242
## Export Templates

docs/control-panel/utilities/database.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515

1616
**Control Panel Location: `Tools > Utilities > Back Up Database`**
1717

18+
Tip: Two ways to back up your ExpressionEngine Database
19+
<div class="video-wrapper">
20+
<iframe src="https://www.youtube.com/embed/oKAEyqH1lts?si=P0O4_7QTfILYqylh" title="Two ways to back up your ExpressionEngine Database" width="1920" height="1080" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
21+
</div>
22+
1823
This utility allows you to make simple SQL dump backups of your ExpressionEngine database. For file backups, or more robust and automated database backup options, please refer to [Back-up your ExpressionEngine database and files](general/database-backup.md).
1924

2025
When you click "Back Up Database", a SQL dump will be created and stored in your `system/user/cache/` folder, named based on the date and time of the backup, e.g.: `my_database_2017-10-20_09h20mPDT.sql`

docs/fieldtypes/grid.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ Enables moving the Grid rows with drag & drop to change the order
3535

3636
#### Grid layout
3737

38+
Tip: Grid Field Layout
39+
<div class="video-wrapper">
40+
<iframe src="https://www.youtube.com/embed/g_-XvAR_OFI?si=wEWXAANYks-7FJqB" title="Setting Grid field to Horizontal or Vertical in ExpressionEngine" width="1920" height="1080" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
41+
</div>
42+
3843
**Auto (default)** - the fields within the grid will be placed in a horizontal row on bigger screens, and stacked vertically on smaller screens or when there is not enough space on the page.
3944

4045
**Vertical layout** - The fields within the grid will always be stack vertically on the publish form.

0 commit comments

Comments
 (0)