Skip to content
Merged

7.dev #474

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/_images/cp_file_manager_sorting.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_images/file_manager_sync.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_images/file_manager_sync_page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions docs/add-ons/pro-search.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!--
This source file is part of the open source project
ExpressionEngine User Guide (https://github.com/ExpressionEngine/ExpressionEngine-User-Guide)

@link https://expressionengine.com/
@copyright Copyright (c) 2003-2020, Packet Tide, LLC (https://packettide.com)
@license https://expressionengine.com/license Licensed under Apache License, Version 2.0
-->

# Pro Search

ExpressionEngine’s native `channel:entries` tag allows you to fetch and filter entries in many ways by setting its parameters. The native Search module allows for filtering by keyword, but is limited in its capabilities. Pro Search combines the two into one module and then throw in extra features, filters, and a performance boost. That is Low Search.

NOTE:**Note:** Documentation for Pro Search is still being migrated. Until this is complete, please refernce the [Low Search documentation on EEHarbor's website](https://eeharbor.com/low-search). For any tags, simply replace `low_search` with `pro_search`.
23 changes: 1 addition & 22 deletions docs/add-ons/pro-search/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,4 @@

ExpressionEngine’s native `channel:entries` tag allows you to fetch and filter entries in many ways by setting its parameters. The native Search module allows for filtering by keyword, but is limited in its capabilities. Pro Search combines the two into one module and then throw in extra features, filters, and a performance boost. That is Low Search.

Searching by **keywords** uses a custom [full-text](http://dev.mysql.com/doc/refman/5.5/en/fulltext-search.html) index instead of the raw entry data, which makes Low Search fast. **Very fast**. It also adds **relevance** to search results which can be influenced by applying **weight** to any searchable field.

Apart from the powerful [keywords filter](add-ons/pro-search/filters.md#keywords), and the ability to **use any native parameter as a search filter**, Low Search adds several other filters to further enhance and refine your search results:

* Select any combination of [categories](add-ons/pro-search/filters.md#categories);
* Limit entries by a given [distance](add-ons/pro-search/filters.md#distance) based on latitude/longitude values;
* Target [specific fields](add-ons/pro-search/filters.md#field-search), including Titles and Grid/Matrix columns;
* Define numeric or date [ranges](add-ons/pro-search/filters.md#ranges);
* Filter based on an entry’s [relationship](add-ons/pro-search/filters.md#relationships) with other entries;
* Filter by [Grid/Matrix calculations](https://github.com/low/pro_search_table) like min/max values or averages;
* Filter by [Author fields](https://github.com/low/pro_search_members) like screen name or email;

Filters marked with \* are sold separately. Other features include:

* Keyword [suggestions](add-ons/pro-search/tags.md#suggestions-tag) based on your own [lexicon](add-ons/pro-search/lexicon.md);
* Fuzzy searches using [singulars & plurals](add-ons/pro-search/filters.md#keywords-inflect) or [word stems](add-ons/pro-search/filters.md#keywords-stem);
* [Diacritic insensitive](add-ons/pro-search/collections.md#diacritics) keyword searches;
* Multiple site search;
* Search [shortcuts](add-ons/pro-search/shortcuts.md) for custom search queries and URLs;
* An exportable search log;
* A super powerful [Find & Replace utility](add-ons/pro-search/find-and-replace);
* A [custom filter API](add-ons/pro-search/create.md), [fieldtype API](add-ons/pro-search/api.md), and [extension hooks](add-ons/pro-search/hooks.md) for developers.
NOTE:**Note:** Documentation for Pro Search is still being migrated. Until this is complete, please refernce the [Low Search documentation on EEHarbor's website](https://eeharbor.com/low-search). For any tags, simply replace `low_search` with `pro_search`.
14 changes: 14 additions & 0 deletions docs/add-ons/pro-variables.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!--
This source file is part of the open source project
ExpressionEngine User Guide (https://github.com/ExpressionEngine/ExpressionEngine-User-Guide)

@link https://expressionengine.com/
@copyright Copyright (c) 2003-2020, Packet Tide, LLC (https://packettide.com)
@license https://expressionengine.com/license Licensed under Apache License, Version 2.0
-->

# Pro Variables

ExpressionEngine’s native `channel:entries` tag allows you to fetch and filter entries in many ways by setting its parameters. The native Variables module allows for filtering by keyword, but is limited in its capabilities. Pro Variables combines the two into one module and then throw in extra features, filters, and a performance boost. That is Low Variables.

NOTE:**Note:** Documentation for Pro Variables is still being migrated. Until this is complete, please refernce the [Low Variables documentation on EEHarbor's website](https://eeharbor.com/low-variables). For any tags, simply replace `low_variables` with `pro_variables`.
4 changes: 2 additions & 2 deletions docs/advanced-usage/front-end/frontend.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[TOC]

## Overview
For users with the appropriate level of access, ExpressionEngine Pro adds "front edit" links ( <img style="margin-bottom: 0px; vertical-align: middle;" src="../_images/pro_edit.png" alt="pro edit icon"> ) on the site's front-end that allow editing the contents of each entry field individually. This is done directly on front-end without going to the Control Panel.
For users with the appropriate level of access, ExpressionEngine Pro adds "front edit" links ( <img style="margin-bottom: 0px; vertical-align: middle; display:inline-block;" src="../../_images/pro_edit.png" alt="pro edit icon"> ) on the site's front-end that allow editing the contents of each entry field individually. This is done directly on front-end without going to the Control Panel.

Clicking the link opens a popup with the field that can be modified and saved. Along with editing, users can also use front edit popup to access the full entry for editing with live preview showing the current page you are on.

Expand Down Expand Up @@ -58,7 +58,7 @@ This special conditional allows you to display content if front-end editing is e
## Enable/Disable The Front Edit Link

There are several ways to disable front-end editing links:
- Globally with [configuration overrides](pro/configuration.md#enable_frontedit_links) or in [General Settings](pro/configuration.md#general-settings)
- Globally with [configuration overrides](/general/system-configuration-overrides.html#enable_frontedit_links) or in [General Settings](/control-panel/settings/front-end-editing.md#enable-automatic-front-end-editing-links)
- Per field in the [field settings](control-panel/field-manager/field-manager-settings.md)
- Via the Dock on the front-end by toggling Edit Mode on/off.
- In the template by using [ExpressionEngine template comments](#expressionengine-comment), [HTML comments](#html-comment), or [field parameter](#field-tag-parameter)
Expand Down
2 changes: 1 addition & 1 deletion docs/advanced-usage/front-end/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Clicking the link opens a popup containing the Control Panel field for that cont

NOTE: **Note:** ExpressionEngine intelligently picks up existing user permissions to determine which channels and add-on Prolets a given user can access.

### [The Dock]advanced-usage/front-end/dock.md
### [The Dock](advanced-usage/front-end/dock.md)

The dock, when enabled, is a floating bar that is displayed on front-end pages, it provides quick access to the Control Panel and to ExpressionEngine's front-end facing features.

Expand Down
2 changes: 1 addition & 1 deletion docs/channels/entry_cloning.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Check out our video tutorial on Cloning Entries!

## Enabling Entry Cloning
### Global
Entry Cloning is enabled by default when ExpressionEngine is installed. Entry Cloning can be disabled globally for your site via the ["enable entry cloning" setting](settings/content-design.md#enable-entry-cloning) setting or the matching [Config Override.](general/system-configuration-overrides.md#enable_entry_cloning)
Entry Cloning is enabled by default when ExpressionEngine is installed. Entry Cloning can be disabled globally for your site via the ["enable entry cloning" setting](/control-panel/settings/content-design.md#enable-entry-cloning) setting or the matching [Config Override.](general/system-configuration-overrides.md#enable_entry_cloning)

![](/_images/entry_cloning_global.png)

Expand Down
6 changes: 3 additions & 3 deletions docs/control-panel/channels.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ NOTE: **Note:** We recommend using the default base URL variable `{base_url}` de
- **Allow image URLs?** -- You can determine whether or not you want people to be able to display images within your entries by using the URL for the image. If "Yes" is selected for this option, people can display images as inline content in your channel. If the setting is "No" then images will not be allowed.
- **Render URLs and Email addresses as links?** -- When this option is set to "Yes", any full URLs or email addresses will be automatically formatted as a valid HTML link to the address. If the option is "No" then the URL or email address will be treated and displayed as plain text.
- **Enable Sticky entries?** -- When enabled, entries can be marked as sticky and have preference in sorted listings.
- **Enable entry cloning?** -- ([ExpressionEngine Pro](pro/entry_cloning.md) feature) When enabled, entries can be cloned using "Clone to New Entry" option in Save options dropdown.
- **Enable entry cloning?** -- ([ExpressionEngine Pro](/channels/entry_cloning.md) feature) When enabled, entries can be cloned using "Clone to New Entry" option in Save options dropdown.
- **Status** -- Status assigned to all new entires in the channel.
- **Author** -- Default author for guest entries posted via Channel Form.
- **Allow guest submissions?** -- When set to yes, unregistered users will be able to submit forms for this channel.
Expand All @@ -123,13 +123,13 @@ NOTE: **Note:** We recommend using the default base URL variable `{base_url}` de
- **Allow image URLs?** -- You can determine whether or not you want people to be able to display images within comments by using the URL for the image.
- **Render URLs and Email addresses as links?** -- When this option is set to "Yes", any full URLs or email addresses in comments will be automatically formatted as a valid HTML link to the address. If the option is "No" then the URL or email address in comment body will be treated and displayed as plain text.

## Form Layouts
## Publish Layouts

**Control Panel Location: `Developer > Channels > Layouts`**

The Publish/Edit page can be customized, with the layout saved per member role, per channel.

### Create/Edit Form Layouts
### Create/Edit Publish Layouts

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

Expand Down
2 changes: 1 addition & 1 deletion docs/control-panel/dashboard_management.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To manage what is being shown:

- Click the gear icon in top right corner of homepage ( <img style="margin-bottom: 0px; vertical-align: middle;display: inline-block;" src="../_images/dashboard_gear_icon.png" alt="layout edit icon"> ).
- Hide or unhide and change widgets using the visibility icon in the top right of each widget ( <img style="margin-bottom: 0px; vertical-align: middle;display: inline-block;" src="../_images/pro_visibility.png" alt="visibility icon"> ).
- Rearrange widget using the grab handle in the top left of each widget ( <img style="margin-bottom: 0px; vertical-align: middle;" src="../_images/pro_grab.png;display: inline-block;" alt="visibility icon"> ). Simply grab the handle and drag the widget to a new position. Note that widget widths are declared in the code for the widget. Widget widths cannot be changed from the Dashboard edit view.
- Rearrange widget using the grab handle in the top left of each widget ( <img style="margin-bottom: 0px; vertical-align: middle;display: inline-block;" src="../_images/pro_grab.png" alt="visibility icon"> ). Simply grab the handle and drag the widget to a new position. Note that widget widths are declared in the code for the widget. Widget widths cannot be changed from the Dashboard edit view.

Dashboard layouts are saved on per-member basis.

Expand Down
2 changes: 1 addition & 1 deletion docs/control-panel/field-manager/field-manager-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Fields have the following settings:
- **Include in search?** -- This determines whether the contents of this field will be included in searches that are within the entry content.
- **Hide field?** -- Shows or hides the field on the publish page. When hidden, the field will be collapsed by default.
- **Make Conditional?** -- Shows or hides the field on the publish page based on [conditional settings](control-panel/field-manager/conditional-fields.md). Fields which are conditionally hidden are not shown at all on the publish page until conditions are met.
- **Enable front-end editing?** -- If [ExpressionEngine Pro](pro/overview.md) is installed this setting will enable/disable frontedit links for this field. This field will not show at all if Pro is not installed.
- **Enable front-end editing?** -- Enable/disable [frontedit](/advanced-usage/front-end/frontend.md) links for this field.
- **Field Options** -- Each fieldtype may have additional options. See the [individual field types](fieldtypes/overview.md) for details.

## Create/Edit Field Group
Expand Down
10 changes: 0 additions & 10 deletions docs/control-panel/file-manager/adapters.md

This file was deleted.

12 changes: 6 additions & 6 deletions docs/control-panel/file-manager/file-edit.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# Files Editing

After a file is uploaded, you can edit it by simply going to the File Manager and clicking on a given files thumbnail, title, or choosing the "Edit" action form the action menu. After doing so you will br brought to the File Edit page where you can modify the file including cropping, resizing, rotating, and editing the file meta data. The File Edit page can also be used to view detailed information in which entries and categories the file is being used.
After a file is uploaded, you can edit it by simply going to the File Manager and clicking on a given file's thumbnail, title, or choosing the "Edit" action from the action menu. After doing so, you will be brought to the File Edit page, where you can modify the file, including cropping, resizing, rotating, and editing the file's data. The File Edit page can also be used to view detailed information in which entries and categories the file is being used.


[TOC]
Expand All @@ -18,11 +18,11 @@ After a file is uploaded, you can edit it by simply going to the File Manager an

The sections of this page are grouped into tabs for easier navigation and manipulation.

## Edit File Meta Data
## Edit File Data

This part of the control panel allows you to edit a file's meta data.
This part of the control panel allows you to edit a file's data.

The following meta data is available:
The following data is available:

#### Edit tab

Expand All @@ -37,7 +37,7 @@ The following meta data is available:

## Crop, Rotate & Resize Images

The Image Editor page of the Control Panel allows you to perform basic image editing tasks directly in the ExpressionEngine control panel. It is not intended to replace powerful image editing software such as Photoshop, but rather to provide a quick option for common tasks from within the control panel.
The Image Editor page of the Control Panel allows you to perform basic image editing tasks directly in the ExpressionEngine control panel. It is not intended to replace powerful image editing software such as Photoshop but rather to provide a quick option for common tasks from within the control panel.

The Image Editor allows the following transformations:

Expand All @@ -57,4 +57,4 @@ Note that the changes will only be applied when you save the changes. Only one t

## File Usage

This tab shows the list of entries where file is being used in fieldtype (File, File Grid, Fluid, Textarea, RTE) and categories where the file being used as Category Image.
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.
Loading