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/add-ons/pro-search/tags.md
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,19 +10,19 @@
10
10
11
11
[TOC]
12
12
13
-
**These terms are used throughout the documentation:**
13
+
**These terms are used throughout the documentation:**
14
14
```
15
-
required: This parameter/field is required for this tag to function.
16
-
form only: This can only be set as a field in the form and not as a parameter in the tag.
17
-
param only: This parameter can only be set in the tag and not as a field in the form.
18
-
fixed value: This field cannot be edited and is set with a fixed value.
19
-
recurring only: This parameter/field only applies to recurring charges.
20
-
one-time only: This parameter/field only applies to one-time charges.
21
-
added in X.X.X: This parameter/field is only available from this version forward.
22
-
logged in: This tag is only available if the user is logged in.
15
+
required: This parameter/field is required for this tag to function.
16
+
form only: This can only be set as a field in the form and not as a parameter in the tag.
17
+
param only: This parameter can only be set in the tag and not as a field in the form.
18
+
fixed value: This field cannot be edited and is set with a fixed value.
19
+
recurring only: This parameter/field only applies to recurring charges.
20
+
one-time only: This parameter/field only applies to one-time charges.
21
+
added in X.X.X: This parameter/field is only available from this version forward.
22
+
logged in: This tag is only available if the user is logged in.
23
23
```
24
24
25
-
NOTE: **Note:** See the [template generator](control-panel/template-manager.md#template-generators) for the keyword search in ExpressionEngine 7.5+. Pro Search must be installed and a Collection created.
25
+
NOTE: **Note:** See the [template generator](templates/generators.md) for the keyword search in ExpressionEngine 7.5+. Pro Search must be installed and a Collection created.
26
26
27
27
## {exp:pro_search:form}
28
28
@@ -157,7 +157,7 @@ Short syntax for the URL tag. When used, it will automatically inherit the query
157
157
## {exp:pro_search:filters}
158
158
159
159
The Filters tag works identically to the Form tag, without generating a search form. Use it to show specific search filters anywhere on your page, or to create a list of URL tags in short syntax. The following example shows a list of one-click filters based on the current search that could be used to modify the results display with javascript:
@@ -403,7 +403,7 @@ Group ID the shortcut needs to be saved to. **Required**.
403
403
<button type="submit">Save</button>
404
404
</fieldset>
405
405
{/exp:pro_search:save}
406
-
406
+
407
407
#### `form_attribute=`
408
408
409
409
Specifies any html attribute you want the form to have. For example: `form_id="search"` will add `id="search"` to the form tag, while `form_class="searchform"` will add `class="searchform"` to the tag.
@@ -438,7 +438,7 @@ The encoded search query to inherit. Not needed when [not encoding queries](http
438
438
439
439
#### `reset=`
440
440
441
-
Set to "yes" to stop this tag from inheriting the current query.
441
+
Set to "yes" to stop this tag from inheriting the current query.
442
442
443
443
{exp:pro_search:url reset="yes"}
444
444
@@ -465,7 +465,7 @@ Use this single tag to output a single given parameter value outside of the Form
465
465
{exp:pro_search:param get="item_size"}
466
466
467
467
You can also use it as a paired loop to output multi-valued parameters.
@@ -501,7 +501,7 @@ Use this tag to display a list of popular keywords. The Search Log must be enabl
501
501
#### `limit=`
502
502
503
503
Maximum number of keywords to display. Defaults to 10.
504
-
504
+
505
505
{exp:pro_search:popular limit="10"}
506
506
{if count == 1}<ul>{/if}
507
507
<li>{keywords}: {search_count}</li>
@@ -625,7 +625,7 @@ Maximum number of suggestions to return. Defaults to 5.
625
625
The method used for getting the suggestions, either `levenshtein` or `soundex`. Defaults to Levenshtein.
626
626
627
627
{exp:pro_search:suggestions method="soundex"}
628
-
628
+
629
629
NOTE: **Note:** Using Soundex for generating suggestions is only effective for languages with a latin-based alphabet. The Levenshtein method works regardless of alphabet type.
Copy file name to clipboardExpand all lines: docs/add-ons/structure/overview.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
@@ -13,6 +13,6 @@ Structure is a powerful add-on that lets you create pages, generate navigation,
13
13
14
14
It forgoes the default template_group/template setup and creates “static” and “listing” pages that are all editable through a tree sitemap view. With Structure enabled, traditional page style content and multiple entry pages can live within the same area.
15
15
16
-
NOTE:**Note:** Documentation for Structure is still being migrated. Until this is complete, please reference the [Structure documentation on EEHarbor's website](https://eeharbor.com/structure/documentation).
16
+
Structure provides a [Template Generator](templates/generators.md) that demonstrates how to integrate Structure template tags with your site.
17
17
18
-
NOTE:**Note:**See the [template generator](control-panel/template-manager.md#template-generators) for the structure templates in ExpressionEngine 7.5+.
18
+
NOTE:**Note:**Documentation for Structure is still being migrated. Until this is complete, please reference the [Structure documentation on EEHarbor's website](https://eeharbor.com/structure/documentation).
Copy file name to clipboardExpand all lines: docs/channels/channel-form/overview.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,11 +24,10 @@ The Channel Form makes it possible to add and edit channel entries from outside
24
24
- Server-side validation.
25
25
- Handles AJAX requests and can output responses in JSON.
26
26
27
-
NOTE: See the [template generator](control-panel/template-manager.md#template-generators) for the channel form in ExpressionEngine 7.5+.
28
-
29
27
## Basic Usage
30
28
31
-
TIP: Please visit the [Examples](channels/channel-form/examples.md) page to see a variety of implementations.
29
+
TIP: You can view the [Examples](channels/channel-form/examples.md) page to see a variety of implementations.
30
+
The Channel Form [Template Generator](templates/generators.md) can also help create a functional template that demonstrates the parameters and variables documented below.
32
31
33
32
The first thing you will need is a `{exp:channel:form}` tag pair, along with a few [parameters](#parameters) to determine where to submit the entry:
Copy file name to clipboardExpand all lines: docs/channels/entries.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
@@ -33,7 +33,7 @@ The directives that tell the tag how to behave are **parameters**:
33
33
34
34
Within the opening and closing ExpressionEngine Tags are **variables**. `{title}` is replaced with the Title of each entry, and `{body}` is replaced with the content from the "Body" field of each entry.
35
35
36
-
NOTE: **Note:** See the [template generator](control-panel/template-manager.md#template-generators) for the channel entries in ExpressionEngine 7.5+.
36
+
The Channel Entries module provides a [Template Generator](templates/generators.md) that creates functional templates while demonstrating the parameters and variables documented below.
This section of the Control Panel allows you to automatically create the basic tag framework for a variety of modules, including channels, navigation, member tags, etc. using [Template Generators](templates/generators.md).
 Clicking the Export All Templates Icon will download all templates, partials, and variables as a compressed *.zip archive.
252
+
 Clicking the Export All Templates Icon will download all templates, partials, and variables as a compressed *.zip archive.
Copy file name to clipboardExpand all lines: docs/member/index.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ You'll find many member management options available at:
14
14
- The [Members](control-panel/member-manager.md) section, which hosts a comprehensive suite of member management utilities including the [Membership Preferences](control-panel/settings/members.md) page.
15
15
- The My Account Page, accessible from the Control Panel's sidebar. It can also display information for any member if you choose a particular member from `Members`.
16
16
- Member [global template variables](templates/globals/single-variables.md#member-variables), which allow you to output information on the current user.
17
-
- Member tags can be used to build a robust frontend member area, enabling your site members to manage their personal profile information without having access to your Control Panel.
17
+
- Member tags can be used to build a robust frontend member area, enabling your site members to manage their personal profile information without having access to your Control Panel. The Member Management [Template Generator](templates/generators.md) can create a set of functional templates that demonstrate how to use these tags along with their available parameters and variables.
18
18
19
19
20
20
NOTE: **Note:** A member account's Username and Screen Name can be identical, but the Username must be unique system-wide.
@@ -34,8 +34,6 @@ NOTE: **Note:** A member account's Username and Screen Name can be identical, bu
Copy file name to clipboardExpand all lines: docs/templates/generators.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
@@ -15,7 +15,7 @@ ExpressionEngine provides a set of template generators that allow you to quickly
15
15
16
16
## Control Panel Usage
17
17
18
-
Before you can use the template generators you will need to set up your channels and custom fields. Once this is done you can navigate to Templates > Template Generator.
18
+
Before you can use the template generators you will need to set up your channels and custom fields. Once this is done you can navigate to `Developer > Templates > Template Generator`.
19
19
20
20

0 commit comments