ExpressionEngine-User-Guide icon indicating copy to clipboard operation
ExpressionEngine-User-Guide copied to clipboard

The source for the HTML ExpressionEngine user guides found at https://docs.expressionengine.com

Results 112 ExpressionEngine-User-Guide issues
Sort by recently updated
recently updated
newest added

**Description of the problem** In the description of [model relationships](https://docs.expressionengine.com/latest/development/services/model/building-your-own.html#relationships) there are several examples of code used to define relationships between models. The examples all have the same basic core...

**Suggested Change** Add documentation in the Model Service for the [`getValues()`](https://github.com/ExpressionEngine/ExpressionEngine/blob/74f08dd59af194788277607fb973f3e076e17315/system/ee/ExpressionEngine/Library/Data/Entity.php#L511-L520) method. **Reasoning** I believe this method would be a valuable addition to [Model Methods](https://docs.expressionengine.com/latest/development/services/model/building-your-own.html#model-methods). (Services > Model Service >...

**Suggested Change** Add documentation to describe `$_type_classes` property for the Model Service. The use case I have found which demonstrates this can be found in the [Site Model](https://github.com/ExpressionEngine/ExpressionEngine/blob/74f08dd59af194788277607fb973f3e076e17315/system/ee/ExpressionEngine/Model/Site/Site.php#L28-L33) > Note:...

**Suggested Change** The Model Service documentation is missing a description of the `$_hook_id` property. The example I have found that uses this property is within the [Member Model](https://github.com/ExpressionEngine/ExpressionEngine/blob/74f08dd59af194788277607fb973f3e076e17315/system/ee/ExpressionEngine/Model/Member/Member.php#L31-L33). **Reasoning** I...

**References to the Control Panel Style guide go to 404 pages.** For example the links to style guide on [CP/Alert Services](https://docs.expressionengine.com/latest/development/services/alert.html), [CP/Filter Service](https://docs.expressionengine.com/latest/development/services/filter.html) [CP/Modal Service](https://docs.expressionengine.com/latest/development/services/modal.html), [CP/Pagination Service](https://docs.expressionengine.com/latest/development/services/modal.html), and the [CP/Table...

**Suggested Change** Add a page within the Add-on development section that provides a consolidated best-practice view of how CP pages are generated and constructed. **Reasoning** Particularly following the introduction of...

**Description of the problem** I noticed a minor error in the docs when looking at the provided examples on this page: https://docs.expressionengine.com/latest/templates/language.html#changing-parsing-order https://github.com/ExpressionEngine/ExpressionEngine-User-Guide/blob/stability/docs/templates/language.md The examples use the `{content}` tag, but...

I went looking for a description of member Role Groups, but there doesn't seem to be any documentation for Role Groups. I am presuming the function of Role Groups is...

**Description of the problem** https://docs.expressionengine.com/latest/fieldtypes/relationships.html#template-tags On the page referenced above, "limit" isn't listed but it definitely works... as I guessed it would since offset is shown as being available. **Additional...

**Description of the problem** A reference to CP structures from older versions of EE still remains in the documentation. **Error Messages** None **Additional context** Go to https://docs.expressionengine.com/latest/control-panel/create.html#revisions-tab. The text states:...