Yes the Chunk fields is just a simple piece Markup or JS code. And you don't really need a Chunk Field to use the plugin.
As I said earlier, http://get-simple.info/forums/showthread...3#pid56783 I am not a friend of exec() and I try to avoid using it as far as possible, IM Extra Fields components uses a template engine to inject their dynamic content. I had never missed this function it in the practice and it would have been so easy to include simple eval code in the code, in the same way as GS:
But you are right with your hint, that it's maybe just one point where the function differs from IM Extra Fields and of course, the plugin can also be used in case to execute PHP code blocks.
As I said earlier, http://get-simple.info/forums/showthread...3#pid56783 I am not a friend of exec() and I try to avoid using it as far as possible, IM Extra Fields components uses a template engine to inject their dynamic content. I had never missed this function it in the practice and it would have been so easy to include simple eval code in the code, in the same way as GS:
Code:
eval("?>" . strip_decode($comp) . "<?php ");
But you are right with your hint, that it's maybe just one point where the function differs from IM Extra Fields and of course, the plugin can also be used in case to execute PHP code blocks.