Skip to content

Commit 9a816bf

Browse files
committed
Adding TTT Vids
1 parent 901f255 commit 9a816bf

File tree

9 files changed

+52
-1
lines changed

9 files changed

+52
-1
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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,16 @@ 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+
2025
## Create/Edit Field
2126

2227
**Control Panel Location: `Developer > Fields > New/Edit Field`**
2328

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

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

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

43+
Tip: An Overlooked Way to Order Fields
44+
<div class="video-wrapper">
45+
<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>
46+
</div>
47+
48+
3749
Clicking on the group name will show the list of fields assigned to this group.
3850

3951
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-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/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.

docs/installation/best-practices.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ $system_path = './dazzle';
3030

3131
## Moving the System Directory Above Webroot
3232

33+
Tip: System Directory Above Webroot
34+
<div class="video-wrapper">
35+
<iframe src="https://www.youtube.com/embed/aj4_JzdiNwY?si=SNKpm0sXpdTMfX3-" title="System Directory Above Webroot in ExpressionEngine" width="1920" height="1080" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
36+
</div>
37+
3338
This is a more advanced procedure that provides even better security, but is not supported in all environments.
3439

3540
1. FTP to your server and move the entire system folder above webroot, but still within your user's account folder.

docs/msm/overview.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@ Available settings for a site are:
3535
- **Description**: A brief description of this site.
3636
- **Color coding for the site**: Allows for applying a custom color to the top of the control panel’s sidebar when the site is selected as the current site in the control panel.
3737

38-
![color code site](/_images/msm_color_code_site.png)
38+
Tip: Color-Coding MSM Sites
39+
<div class="video-wrapper">
40+
<iframe src="https://www.youtube.com/embed/Wp47a0PofLU?si=-0ox0OSj37V5EcFv" title="Color-Coding MSM Sites in ExpressionEngine" width="1920" height="1080" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
41+
</div>
3942

4043
## Setting Up Multiple Sites
4144

0 commit comments

Comments
 (0)