Hello, installed the plugin but can't get it to work.
In the editor all seems fine. The {editor} -tags and the php code (including php tags) shows ok like:
{source}
<?php echo "test";
?>
{/source}
But nothing of this shows up in the front-end, nothing in the source code either. And if I go into MySql and look at the content I see:
{source}<span style="font-family: courier new,courier,monospace;" mce_style="font-family: courier new,courier,monospace;"><span style="color: rgb(255, 0, 255);" mce_style="color: #ff00ff;"></span><br /> <span style="color: rgb(255, 0, 255);" mce_style="color: #ff00ff;"><</span>?php<br /> echo "test";<span style="color: rgb(170, 170, 170);" mce_style="color: #aaaaaa;"><span style="color: rgb(72, 189, 223);" mce_style="color: #48bddf;"></span></span><br /> ?<span style="color: rgb(255, 0, 255);" mce_style="color: #ff00ff;">></span><br /> </span>{/source}
If I strip down the code directly in MySql to:
{source}
<?php echo "test";
?>
{/source}
then I see nothing of this (ie. no test word) in the front end, nothing in the source code either.
The plugin is activated.