Allows ExpressionEngine code to be used in entries. This add-on should be used with extreme caution, if at all. Ask yourself if you should really be putting tags inside content. If you are confident the answer is yes, here you go!
- Download the latest release.
- Copy the
allowed_eecode
folder to yoursystem/user/addons
folder (you can ignore the rest of this repository's files). - In your ExpressionEngine control panel, visit the Add-On Manager and click Install next to "Allow EE Code".
{exp:allow_eecode}
field whose ExpressionEngine code you want processed (ex: {body})
{/exp:allow_eecode}
query
- (y/n) Allow you to allow the use of the {exp:query} tag in your entries. Set to 'n' by default.embed
- (y/n) Allow you to allow the use of {embed} tags in your entries. Set to 'n' by default.
- Clarified installation instructions, setup auto-builds from tags.
- Added installation instructions.
- Updated plugin to be 3.0 compatible
- Updated plugin to be 2.0 compatible
- Updated plugin to work with 1.6.5's typography changes
- Fixed a bug where code containing single variables would not work
- Added embed parameter to tag to enable the use of {embed} tags in entries.
- Fixed a bug where any code containing variables pairs would not work (ex: {items} blah {/items})
- Removed the ability to use the {exp:query} plugin by default for security reasons.
- Added query parameter to tag to enable the use of {exp:query} in entries.
You may be wondering what the rest of the files in this package are for. They are solely for development, so if you are forking the GitHub repo, they can be helpful. If you are just using the add-on in your ExpressionEngine installation, you can ignore all of these files.
- .editorconfig: EditorConfig helps developers maintain consistent coding styles across files and text editors.
- .gitignore: .gitignore lets you specify files in your working environment that you do not want under source control.
- .travis.yml: A Travis CI configuration file for continuous integration (automated testing, releases, etc.).
- .composer.json: A Composer project setup file that manages development dependencies.
- .composer.lock: A list of dependency versions that Composer has locked to this project.
Copyright (C) 2005 - 2021 Packet Tide, LLC
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL PACKET TIDE, LLC BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Except as contained in this notice, the name of Packet Tide, LLC shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from Packet Tide, LLC.