ExpressionEngine-User-Guide
ExpressionEngine-User-Guide copied to clipboard
The source for the HTML ExpressionEngine user guides found at https://docs.expressionengine.com
## Overview Adding an example of new modal functionality to require interaction in order to close a modal. ## Nature of This Change - [ ] 🐛 Fixes a bug...
**Description of the problem** EE Developer logs dutifully reports things like ... ``` Deprecated function xss_clean() called in /home/catnet/system/user/addons/cat_world_domination/pi.cat_world_domination.php on line 48. From template tag exp:cat_world_domination:__construct in [malicious/rumours](https://do.lolwot.com/wp-content/uploads/2015/06/20-of-the-most-evil-cats-youll-ever-see-1.jpg). Deprecated since...
Added `lang` parameter for date variables in templates Code: https://github.com/ExpressionEngine/ExpressionEngine/pull/4669
Added `orderby` parameter to `exp:channel:categories` tag Code: https://github.com/ExpressionEngine/ExpressionEngine/pull/4668
Added `{category_group_id}` and `{category_group_name}` variables Code: https://github.com/ExpressionEngine/ExpressionEngine/pull/4667
## Overview Add examples of constant values and remove unused constant reference. ## Nature of This Change - [ ] 🐛 Fixes a bug - [ ] 🚀 Implements a...
## Overview Clarified the implications of disabling custom fields and relationships in the documentation. ## Nature of This Change - [ ] 🐛 Fixes a bug - [ ] 🚀...
Code: https://github.com/ExpressionEngine/ExpressionEngine/pull/5032
So eeconf 2025 - complex layouts talk notes that the docs don't make it clear you can use a layout variable as the template_group/template value when setting the parameter in...
Enabled inline display of SVG files using wrap="svg" parameter on file field; Enabled passthrough of HTML attributes for wrap="image" parameter on file field Code: https://github.com/ExpressionEngine/ExpressionEngine/pull/4856