I can’t seems to get allow_eecode to work at all. Don’t have any experience with plugins, so I am going to list down all the steps what I have done:
1. I downloaded the plugin from here: https://github.com/EllisLab/Allow-Eecode
2. I unzip the file and place the file in /system/expressionengine/third_party/allow_eecode
3. I went to CP > Addons > Plugins to verify that Allow EE Code Version 1.4 is installed. (doesn’t seems to be any enable link/button)
4. I use the following template:
{exp:channel:entries channel="magazine" require_entry="yes"}
{if logged_out}
{redirect="Home/signin"}
{/if}
<div class="container_16">
{exp:allow_eecode embed="y"}
{body}
{/exp:allow_eecode}
</div>
{/exp:channel:entries}5. The entry contains:
{title}
{one_liner}
{by}
... content text ...where one_liner and by are custom fields.
6. I see
{title}
{one_liner}
{by}
... content text ...on the webpage.
It is as if allow_eecode does nothing. Did I miss out something or am I doing something wrong? Any help will be greatly appreciated.